/* Main Navigation Menu */

#mainnavcontainer
{
background-color: #fff;
color: White;
width: 805px;
font-family: arial, helvetica, sans-serif;
font-size: 12px;
font-weight: bold;
margin: 0;
padding: 0;
}
#mainnavcontainer ul
{
margin: 0;
padding: 0;
width: 805px;
height: 30px;
background-image:url(../images/BKG_mainnav.gif);
background-position: right;
background-repeat: no-repeat;
}
#mainnavcontainer ul li { display: inline; }

#mainnavcontainer ul li a
{
padding: 0.6em 2em;
color: White;
text-decoration: none;
float: left;
border-right: 0px solid #ccc;
}

#mainnavcontainer ul li a:hover
{
background-color: #990000;
color: #fff;
}