#navcontainer
{
	width: 500px;
	padding:0;
	margin: -20px 0 0 0;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #333333;
}

#navcontainer ul
{
	border: 0;
	margin: 0;
	padding: 0;
	list-style-type: none;
	text-align: center;
}

#navcontainer ul li
{
	display: block;
	float: left;
	text-align: center;
	padding: 0;
	margin: 0;
}

#navcontainer ul li a
{
	width: 78px;
	height: 29px;
	color: #fff;
	text-decoration: none;
	display: block;
	text-align: center;
	font-family: Tahoma, Verdana, "Century Gothic";
	font-size: 12px;
	font-weight: bold;
	line-height: 18px;
	background-image: url(../images/n1.gif);
	background-repeat: no-repeat;
}

#navcontainer ul li a:hover
{
	color: #3399cc;
	text-decoration: none;
}

#navcontainer li#active a
{
	color: #3399cc;
	text-decoration: none;
}
