#menuContainer {
float: right;
}
.menulist, .menulist  ul {
margin: 0;
padding: 0;
list-style: none;
}
.menulist ul {
background-color:#BFFEB8;
display: none;
position: absolute;
top: 1.0em;
margin-top:25px;
padding:12px 0 6px;
left:0;
width:200px;
}
.menulist ul ul {
top:-1px;
left:148px;
margin-top:0;
padding-top:1px;
}
.menulist li {
float: left;
display: block;
position: relative;
margin-right: -1px;
}
.menulist ul li {
float: none;
margin:0 0 -1px;
}
.menulist ul>li:last-child {
margin-bottom: 1px;
}
.menulist a {
color:#FFF;
font-weight:bold;
display:block;
float:left;
padding:11px;
text-decoration:none;
}
.menulist a:hover, .menulist a.highlighted:hover, .menulist a:focus{
background-color:#BFFEB8;
color:#333;
}
.menulist a.highlighted,.menulist li.sactive a{
background-color:#BFFEB8;
color:#333;
}
.menulist a .subind{
display:none;
}
.menulist ul a .subind{
display:block;
float:right;
}
.menulist ul a{
background-color:#BFFEB8;
color:#666;
font-weight:normal;
float:none;
padding:5px 11px;
overflow:hidden;
}
.menulist ul a:hover{
color:#666;
text-decoration:underline;
}
.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%;
}
.menulist li:hover>ul {
display: block;
}