div#navcontainer
{
	background-color: #212D3B;
	background-image: url(images/nav_off.jpg);
	background-repeat: repeat-x;
}

div#navcontainer ul
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: white;
	text-align: center;
	margin: 0;
	line-height: 36px;
	font-size: 12px;
	text-transform: uppercase;
}

div#navcontainer ul li
{
	display: inline;
	margin-left: -4px;
}
div#navcontainer #navlist .home
{
	border-left: 1px solid #fff;
	padding-top: 10px;
	padding-bottom: 10px;
}

div#navcontainer ul li a
{
	padding: 10px;
	color: white;
	text-decoration: none;
	border-right: 1px solid #fff;
}

div#navcontainer ul li a:hover
{
	color: white;
	background-image: url(images/nav_active.jpg);
	height: 41px;
}

#active a {
	background: url(images/nav_active.jpg) repeat left top;
}

