#navcontainer ul
{
padding: 0;
margin: 0 0 20px 0;
background-color: #036;
color: white;
float: left;
width: 100%;
font-family: arial, helvetica, sans-serif;
}

#navcontainer ul li { display: inline; }

#navcontainer ul li a
{
padding: 10px 1em;
background-color: #036;
color: white;
text-decoration: none;
float: left;
border-right: 1px solid #fff;
font-size: 120%;
font-weight: bold;
}

#navcontainer ul li a.last
{
padding: 10px 1em;
background-color: #036;
color: white;
text-decoration: none;
float: left;
border-right: 0px solid #fff;
font-size: 120%;
font-weight: bold;
}

#navcontainer ul li a:hover, #navcontainer ul li a#current
{
background-color: #369;
color: #fff;
}
