.menulist, .menulist  ul {
margin: 0;
padding: 0;
list-style: none;
}
.menulist ul {
display: none;
position: absolute;
top: 59px;
left: 10px;
width: 900px;
}
.menulist ul ul {
top: 24px;
left: 0px;
width:150px;
background:#F4F4F4;
}
.menulist li {
float: left;
display: block;
background:url(../_images/mainMenuSpac.gif) no-repeat 0px 13px;
}
.menulist ul li {
margin: 0;
position: relative;
background:transparent;
}
.menulist ul ul li {
float: none;
}
.menulist a {
display: block;
padding: 13px 22px;
color: #fff;
font-size:20px;
text-decoration: none;
}
.menulist a:hover,
.menulist a.highlighted:hover,
.menulist a:focus,
.menulist a.highlighted{
text-decoration: none;
background:url(../_images/hoverArr.gif) no-repeat 50% 100%;
}
.menulist a.sactive{
color:#F47920;
}
.menulist ul a {
font-size:11px;
padding:1px 14px;
color:#636363;
border-right:1px solid #fff;
}
.menulist ul a:hover,
.menulist ul a.highlighted:hover,
.menulist ul a:focus,
.menulist ul a.highlighted{
text-decoration: underline;
color:#17469E;
background:transparent;
}
.menulist ul ul a {
border-bottom:1px solid #fff;
padding:3px 14px;
}
*:first-child+html .menulist ul li {
float: left;
width: 100%;
}
* html .menulist ul li {
float: left;
height: 1%;
}
* html .menulist ul a {
height: 1%;
float: left;
}
* html .menulist ul ul a {
float:none;
}
.menulist li:hover>ul {
display: block;
}
