/*menu horizontal*/

#navcontainer{
/* The master div to make sure that our popup menus get aligned correctly.  Be careful when playing with this one. */
	position:relative;
	margin:0px;
	width:981px;
	height:32px;
	text-align:left;
}


#navcontainer ul
{
padding: 0px 0px 0px 0px;
margin: 0px 0px 0px 0px;
padding-left: 0;
margin-left: 0;
background-color: #5888AB;
color: White;
float: left;
width: 100%;
height:32px;
}

#navcontainer ul li { 
	display: inline;
 }

#navcontainer ul li a
{
padding: 5px 12px 0px 12px;
background-color: #5888AB;
color: White;
height:27px;
text-decoration: none;
float: left;
border-right: 1px solid #fff;
font-family: "Trebuchet MS", "Bitstream Vera Sans", Verdana, Helvetica, sans-serif;
font-size:14px;
font-weight:100;
letter-spacing:1px;
}

#navcontainer ul li a:hover
{
background-color:#990000;
color: #fff;
}

