#navcontainer ul
{
	margin: 0;
	float: none;
	width: 100%;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	background-color: #333333;
	bottom: 0px;
	top: 0px;
	height: 100%;
	vertical-align: middle;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
	font-style: normal;
	text-align: center;
}

#navcontainer ul li
{
	display: inline;
}

#navcontainer ul li a
{
	color: #FFF;
	text-decoration: none;
	float: right;
	background-image: none;
	background-repeat: no-repeat;
	background-position: 0px bottom;
	position: relative;
	height: auto;
	width: auto;
	padding-top: 6px;
	padding-right: 10px;
	padding-bottom: 6px;
	padding-left: 10px;
}

#navcontainer ul li a:hover
{
	background-color: #cc6600;
	color: #FFF;
}
