div#navcontainer
{
	background-image:url(../images/top/faded_background.png);
	background-position: 100% 0%;
	background-repeat: repeat-x;
margin-bottom: 0;
}

div#navcontainer ul
{
color: white;
text-align: center;
margin: 0;
padding-bottom: 3px;
padding-top: 3px;
}

div#navcontainer ul li
{
display: inline;
margin-left: -4px;
}

div#navcontainer ul li a
{
padding: 3px 10px 3px 10px;
color: white;
text-decoration: none;
border-right: 1px solid #660066;
}

div#navcontainer ul li a:hover
{
	background-image:url(../images/top/faded_background_inv.png);
	background-position: 100% 0%;
	background-repeat: repeat-x;
color: white;
}

#active a { border-left: 1px solid #fff; }  