.menulist, .menulist  ul {
margin: 0;
padding: 0;
list-style: none;
}
.menulist ul {
display: none;
position: absolute;
top: 41px;
left: -1px;
width: 150px;
background:#fff url(../_images/redesign/ulGrad.gif) repeat-x 0 0;
}
.menulist ul ul {
top: -1px; margin-top: 0;
left: 148px;
*left:150px;
}
.menulist li {
float: left;
display: block;
position: relative;
}
.menulist ul li {
float: none;
border: 1px solid #E4E4E4;
margin-bottom: -1px;
}
.menulist ul>li:last-child {
margin-bottom: 1px;
}
.menulist a {
display: block;
padding: 13px 11px;
color: #46484a;
font-size: 11px;
font-weight: bold;
text-transform: uppercase;
text-decoration: none;
}
.menulist a:hover, .menulist a.highlighted, .menulist a:focus {
color: #f17f2d;
text-decoration: none;
}
.menulist ul a{
font-size:10px;
padding:10px 12px;
}
*: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{
padding-left:39px;
}