.menulist, .menulist  ul {
margin: 0;
padding: 0;
list-style: none;
}
.menulist ul {
display: none;
position: absolute;
top:33px;
left: 2px;
background:#757F83;
width: 220px;
}
.menulist ul ul {
top: 0px; margin-top: 0;
left: 100%;
margin-left:2px;
}
.menulist li {
float: left;
display: block;
position: relative;

}
.menulist ul li {
float: none;
margin: 0;
margin-bottom: -1px;
}

.menulist a {
display: block;
padding: 0px 9px;
color: #fff;
font-size:12px;
text-decoration: none;
}
.menulist a:hover, .menulist a.highlighted:hover, .menulist a:focus, .menulist a.highlighted {
color: #434c4f;
text-decoration: none;
}

.menulist ul a {
padding: 4px 7px;
white-space: nowrap;
}
.menulist ul a:hover, .menulist ul a.highlighted:hover, .menulist ul a:focus, .menulist ul a.highlighted {
color: #fff;
background:#8B9497;
}

*:first-child+html .menulist ul li {
float: left;
width: 100%;
}
* html .menulist ul li {
float: left;
height: 1%;
}
* html .menulist ul a {
height: 1%;
}
.menulist li:hover>ul {
display: block;
}
ul.menulist{
float:left;
margin-top:22px;
}
