
.menulist, .menulist  ul {
 margin: 0;
 padding: 0;
 list-style: none;
}
.menulist{
	position:absolute;
	left:5px;
	top:8px;
	height:49px;
	z-index:999999;
	}
.menulist ul {
 display: none;
 position: absolute;
 top: 1.0em; margin-top: 40px; /* I'm using ems and px to allow people to zoom their font */
 left: -1px;
 width: 180px;
}

.menulist li {
 float: left;
 display: block;
 position: relative;
 margin-right: -1px; 
 height:36px;
 border-right:#83d8f2 1px solid;
 font-size:17px;
 line-height:23px;
 font-weight:bold;
 padding:13px 15px 0 15px;
}
.menulist .last{
	border:0;
	}
.menulist li img{
	vertical-align:middle;
	margin-left:4px;
	}
.menulist ul li {
 float: none;
 margin: 0;
 border:0;
 font-size:15px;
 height:auto;
 padding:0;
 line-height:17px;
}
.menulist ul li a{
	color:#fff;
	background:#007baf;
	width:170px;
    padding:0 0 5px 10px;
	}
.menulist ul li a:hover{
	color:#fff;
	background:#00ace5;
	}
.menulist ul>li:last-child {
 margin-bottom: 1px; /* Mozilla fix */
}

.menulist ul ul {
 top: 0; margin-top: 0;
 left: 180px;
}

.menulist a {
 display: block;
 color: #fff;
}

.menulist a:hover, .menulist a.highlighted:hover, .menulist a:focus {
 color: #FFF;
 text-decoration:none;
}
.menulist a.highlighted {
 color: #FFF;
}


.menulist a .subind {
 display: none;
}
.menulist ul a .subind {
 display: block;
 float: right;
}



.menulist a {
 float: left;
}
.menulist ul a {
 float: none;
}
/* \*/
.menulist a {
 float: none;
}
/* */



*:first-child+html .menulist ul li {
 float: left;
 width: 100%;
}

* html .menulist ul li {
 float: left;
 height: 1%;
}
* html .menulist ul a {
 height: 1%;
}
