#menutop {
position:relative;
background:#fa1730 url(../images/menubg.gif) no-repeat top left;
border-bottom:2px solid #ffffff;
width:980px;
height:30px;
overflow:hidden;
z-index:30;
}

#menutop ul {
margin:0;
padding:0 0 0 20px;
}

#menutop li {
display:inline;
text-align:center;
margin:0;
padding:0;
}

#menutop li a {
color:#ffffff;
line-height:30px;
font-weight:bold;
text-transform:uppercase;
font-size:11px;
padding:0 15px;
}

#menutop li a:hover,#menutop .current,ul#menu li a:hover,ul#menu li a.hi {
color:#000000;
}
