@charset "UTF-8";
/* CSS Document */



#navcontainer
{
	padding: 0;
	height: 29px;
	width: 541px;
	z-index: auto;
	background-color: #E1000F;
	font-family: "Century Gothic", Verdana, Arial;
	font-size: 18px;
	font-weight: 500;
	text-transform: capitalize;
	margin: 0;
}

#navcontainer ul
{
	border: 0;
	margin: 0;
	padding: 0;
	list-style-type: none;
	text-align: center;
	vertical-align: middle;
	font-family: "Century Gothic", Verdana, Arial;
}

#navcontainer ul li
{
	display: block;
	float: left;
	text-align: center;
	margin: 0;
	vertical-align: middle;
}

#navcontainer ul li a
{
	width: 108px;
	height: 29px;
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	text-align: center;
	font-family: "Century Gothic", Verdana, Arial;
	font-size: 16px;
	font-style: normal;
	line-height: 26px;
	font-weight: 500;
	font-variant: normal;
	vertical-align: middle;
}

#navcontainer ul li a:hover
{
	color: #FFFFFF;
	height:29px;
	text-decoration: none;
	background-color: #990000;
}

#navcontainer a:active
{
	color: #E1000F;
	background-color: #FFFFFF;
}

#navcontainer li#active a
{
	color: #E1000F;
	height: 29px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	background-color: #FFFFFF;
}
