.menulist, .menulist  ul {
margin: 0;
padding: 0;
list-style: none;
}
.menulist {
background: URL(../_images/deroo/hlb1Back.gif) repeat-x 0% 0%;
float: right;
height: 43px;
margin: 34px 0 0 0;
*margin:0;
position: absolute;
*position: static;
*clear:right;
right: 0;
z-index: 99;
}
.menulist ul {
background: #fff;
display: none;
position: absolute;
top: 1.1em; 
margin-top: 29px;
left: 1px;
width: 150px;
border-left: 1px solid #b7b7b7;
}
.menulist li {
float: left;
display: block;
position: relative;
}
.menulist ul li {
float: none;
margin: 0;
margin-bottom: -1px;
}
.menulist a {
display: block;
padding: 12px 10px 14px;
color: #5b5b5b;
font-size: 15px;
text-decoration: none;
margin-right: 1px;
}
.menulist a:hover,
.menulist a.highlighted:hover,
.menulist a:focus,
.menulist a.highlighted,
.menulist a.sactive {
background:#fff URL(../_images/deroo/hlb1HoverBack.gif) no-repeat 0% 0%;
color: #003a8c;
border-right: 1px solid #d4d4d4;
margin: 0;
}
.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 li a {
margin: 0;
font-size: 11px;
padding: 6px 13px;
}
.menulist ul li a:hover, .menulist ul li a.highlighted:hover, .menulist ul li a:focus, .menulist ul li a.highlighted  {
background: transparent;
border: 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;
}
