#menu {
margin: 0px auto;
padding: 0px 45px;
list-style: none;
width: 960px;
height: 31px;
background: url('../_images/navBg.jpg') repeat-x;
font-size: 14px;
font-weight: bold;
}
.menulist{
margin: 0px 0 0 0;
padding: 0px;
list-style: none;
width: 870px;
height: 31px;
} 
.menulist ul {
list-style: none;
display: none;
position: absolute;
margin: -1px 0 0 0px;
min-width: 180px;
width: auto;
border: none;
background: #FF7500;
padding: 0px;
}

.menulist ul ul {
top: 0px; margin-top: 0;
left: 148px;
list-style: none;
}

.menulist li {
float: left;
display: block;
position: relative;
background: none;
border: none;
margin: 0px;
height: 31px;
padding: 0;
}


.menulist ul li,.menulist ul li a {
float: left;
padding: 0;
background: none;
width: 100%;
line-height: 31px;
padding: 0 0 0 6px;
}
.menulist ul li:hover, .menulist ul li a:hover {
background: none;
text-decoration: none;
}

.menulist ul a:hover, .menulist ul a.highlighted:hover, .menulist ul a:focus {
color: #FFFFFF;
background: none;
text-decoration: none;
}
.menulist ul a.highlighted {
color: #FFFFFF;
background: none;
}

/*
.menulist ul>li:last-child {
margin-bottom: 1px;
}*/
.menulist a, .menulist a:visited  {
display: block;
padding: 6px 13px 6px 13px;
color: #FFFFFF;
text-decoration: none;
}
.menulist a:hover, .menulist a.highlighted:hover, .menulist a:focus, .menulist a.highlighted, .menulist .sactive {
color: #FFFFFF;
background: url('../_images/navBgActive.jpg') repeat-x 0 0;
text-decoration: none;
}
.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;
}
*: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;
margin: 0;
padding: 0;
}*/