#navcontainer ul
{
padding: 0;
margin: 0;
color:#ffffff;
/* float:left; */
width:760px;
height:15px;
letter-spacing: 0px;
}

#navcontainer ul li
{
display: inline;
}

#navcontainer ul li a
{
height: 20px;
padding: 0.0em 1.5em;
color: #ffffff;
background-color:#fffff;
font-weight: regular;
text-decoration: none;
float: left;
line-height: 20px;
}

#navcontainer ul li a:hover
{
background-color:#fffff;
background: url('/files/i/top_menu_hover.gif');
background-repeat: repeat-x;
color: #348DC8;
font-weight: regular;
}