.menulist, .menulist  ul {
margin: 0;
padding: 0;
list-style: none;
}
.menulist {
margin: 9px 0 0 0;
float: left;
}
.menulist li {
background: URL(../_images/hlb1Spacer.gif) no-repeat 100% 4px;
float: left;
display: block;
position: relative;
padding: 0 2px 0 0;
}
.menulist ul li {
float: none;
margin: 0;
margin-bottom: -1px;
}
.menulist ul>li:last-child {
margin-bottom: 1px;
}
.menulist a {

    color: #004460;
    display: block;
    font-weight: bold;
    padding: 21px 12px;
    text-decoration: none;
    text-transform: uppercase;
}
.menulist a:hover, .menulist a.highlighted:hover, .menulist a:focus, .menulist a.highlighted {
	
	background: #00a5df;
	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;
}
.menulist ul {
background: #43acdc;
display: none;
position: absolute;
top: 1.0em; 
margin-top: 45px;
left: 0;
width: 170px;
}
.menulist ul ul {
margin-top: 0;
top:0;
left:169px;
}
.menulist ul li {
background: transparent;
}
.menulist ul li a {
background: URL(../_images/hlb1SubMenuBorder.gif) repeat-x 0% 100%;
padding: 9px 14px;
color: #38383a;
font-size: 12px;
font-weight: bold;
text-transform: none;
}
.menulist ul li a:hover, ul li .menulist ul li a.highlighted:hover, .menulist ul li a:focus, .menulist ul li a.highlighted {
background: URL(../_images/hlb1SubMenuBorder.gif) repeat-x 0% 100%;
color: #fff;
}
.menulist ul ul li{
border-left:1px solid grey;
}
*: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;
}