.menulist, .menulist  ul {
margin: 0;
padding: 0;
list-style: none;
}
.menulist ul {
display: none;
position: absolute;
top: 29px;
left: -4px;
width: 127px;
padding:5px 0px 5px 0px;
background:#586974;
}
.menulist ul ul {
top: -5px; margin-top: 0;
left: 128px;
}
.menulist li {
float: left;
display: block;
position: relative;
height:17px;
border-left: 1px solid #515B61;
}
.menulist ul li {
float: none;
margin: 0;
height:auto;
}

.menulist a {
display: block;
padding:0px 3px;
line-height:25px;
margin:-4px 3px;
color: #e9ebec;
text-decoration: none;
}
.menulist a:hover, .menulist a.highlighted, .menulist a:focus {
color: #e9ebec;
text-decoration: none;
background: url(../_images/menuHover.gif) repeat-x 0 0;
}

.menulist ul a {
display: block;
padding:0px 10px;
line-height:22px;
margin:0px;
*margin-right:1px;
}
.menulist ul a:hover, .menulist ul a.highlighted, .menulist ul a:focus {
color: #e9ebec;
text-decoration: none;
background: url(../_images/subHover.gif) repeat-x 0 0;
}


*: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: 11px 40px 0 37px;
}