.menulist, .menulist  ul {
margin: 0;
padding: 0;
list-style: none;
}
.menulist ul {
background:#9C0059;
min-width:175px;
display: none;
position: absolute;
top: 1.0em;
margin-top:45px;
left: -1px;
white-space:nowrap;
padding:5px 0 10px;
}
.menulist ul ul {
top: -1px;
margin-top: 0;
left:165px;
padding:0;
}
.menulist li {
float: left;
position: relative;
/*padding:5px 0 0;*/
}
.menulist ul li {
float: none;
min-width:175px;
margin: 0;
margin-bottom: -1px;
}
.menulist a {
display: block;
padding:20px 12px;
color: #FFF;
text-transform:uppercase;
text-decoration: none;
}
.menulist a:hover, .menulist a.highlighted:hover {
border-bottom:5px solid #09347A;
padding:20px 12px 15px;
color:#FFF;
}
/*.menulist a.highlighted {
background:url(../_images/HLB1active-Repeat.gif) repeat-x 50% 0;
color: #FFF;
}*/
.menulist a .subind {
display: none;
}
.menulist ul a .subind {
display: block;
float: right;
}
.menulist ul li a,.menulist ul li a:hover,.menulist ul li a.highlighted,.menulist ul li a.highlighted:hover{
border:0;
padding:5px 10px;
text-transform:none;
}
.menulist ul li a:hover{
text-decoration:underline;
}
.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%;
}
.menulist li:hover>ul {
display: block;
}