html{
	font-family: Tahoma;
	background-color:#141414;
	color: #c2c0c0;
}

.titleBar{
	height: 175px;
	width: 100%;
	float: left;
}

.imagelogo{
	float: left;
	background-image:url("LogoComplex.png");
	background-repeat: no-repeat;
	background-size: 100% 100%;
	width: 678px;
	height: 175px;
}

.signin{
	float: left;
	text-align: right;
	width: calc(100% - 678px);
	padding-top: 75px;
}

.menu{
	height: 52px;
	width: 100%;
	float: left;
}

.chiron{
	color: #f2ca6d;
	height: 55px;
	width: 100%;
	right: 0px;
	margin: 0 auto;
	white-space: nowrap;
	overflow: hidden;
	float:left;
	font-weight: bold;
	font-variant: small-caps;
}

.menuoption{
	position: relative;
	display: inline-block;
}

.menuselected{
	background-color: #a4a4a4;
	color: #000;
	padding: 16px;
	font-size: 16px;
	border: none;
}

.menubutton{
	background-color: #c2c0c0;
	color: #000;
	padding: 16px;
	font-size: 16px;
	border: none;
}

.menucontent{
	position: relative;
	display: inline-block;
	z-index: -1;
}

.menucontent {
	display: none;
	position: absolute;
	background-color: #f1f1f1;
	min-width: 160px;
	box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
	z-index: -1;
}

.menucontent a {
	color: black;
	padding: 12px 16px;
	text-decoration: none;
	display: block;
}

.menucontent a:hover {
	background-color: #ddd;
}

.menuoption:hover .menucontent {
	display: block;
	z-index: 2;
}

.menuoption:hover .menubutton {
	background-color: #f2ca6d;
}

.mainbody{
	
}

.titleBar{
	
}

.footer{
	bottom: 0px;
	padding-bottom: 5px;
	width: 100%;
	height: 20px;
	position: fixed;
	left: 0px;
	text-align: center;
	font-family: Tahoma;
	font-size: 11px;
	background-color:#141414;
	color: #c2c0c0;
}


/*
Markets tree
*/

.tree{
	padding-bottom: 20px;
}

ul {
  margin: 0;
  padding-left: 25px;
  line-height: 2em;
  list-style: none;
}
ul li {
  position: relative;
  z-index: -1;
}
ul a,ul li a {
  color: #c2c0c0;
  text-decoration: none;
}
ul li:before {
  position: absolute;
  top: 0;
  left: -15px;
  display: block;
  width: 15px;
  height: 1em;
  content: "";
  border-bottom: 1px dotted #666;
  border-left: 1px dotted #666;
}
/* hide the vertical line on the first item */
ul.tree > li:first-child:before {
  border-left: none;
}
ul li:after {
  position: absolute;
  top: 1.1em;
  bottom: 1px;
  left: -15px;
  display: block;
  content: "";
  border-left: 1px dotted #666;
}

ul li.has-children{
	z-index: 1;
}

/* hide the lines on the last item */
ul li:last-child:after {
  display: none;
}

/* inserted via JS  */
.js-toggle-icon {
  position: relative;
  z-index: 1;
  display: inline-block;
  width: 14px;
  margin-right: 2px;
  margin-left: -23px;
  line-height: 14px;
  text-align: center;
  font-style: normal;
  cursor: pointer;
  border: 1px solid #666;
  border-radius: 2px;
}