#navcontainer
{
	padding: 0;
	height: 20px;
	width: 775px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

#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: 100px;
	height: 18px;
	padding: 0;
	color: #999;
	text-decoration: none;
	display: block;
	text-align: center;
	font-family: "Lucida Grande", "Lucida Sans Unicode", verdana, lucida, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 18px;
	font-weight: normal;
	font-variant: normal;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #666;
	border-bottom-color: #666;
	border-left-color: #666;
	border-right-color: #666;
	background-color: #c1c8cc;
}

#navcontainer ul li a:hover
{
	color: #333;
	background-color: #999;
}

#navcontainer a:active
{
	color: #fff;
	background-color: #FFF;
}

#navcontainer li#active a
{
	border: 1px solid #FFF;
	color: #333;
	background-color: #FFF;
}
