/* CSS Document */

/* MAIN MENU BAR */

.navcontainer
{
	margin: 0px 0 0 0px;
	width: 805px;
	z-index: 2;
	padding: 0;
	height: 20px;
	visibility: visible;
}

.navcontainer ul
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	text-align: center;
}

.navcontainer ul li
{
	display: block;
	float: left;
	padding: 0;
	margin: 0;
	text-align: center;
}

.navcontainer ul li a
{
	background: #A11D20;
	width: 114px;
	height: 18px;
	border-top: 1px solid #A11D20;
	border-left: 1px solid #A11D20;
	border-bottom: 1px solid #A11D20;
	padding: 0;
	margin: 0 0 0px;
	color: #fff;
	text-decoration: none;
	display: block;
	text-align: left;
	font: 100 normal 12px/18px Arial, Helvetica, sans-serif;
	text-indent: 20px;
}

.navcontainer ul li a:hover
{
	color: #A11D20;
	background: #FFFFFF;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #A11D20;
	border-bottom-color: #A11D20;
	border-left-color: #A11D20;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 18px;
	font-weight: 100;
	font-variant: normal;
}
.navcontainer a:active  
{
	color: #A11D20;
	background: #FFFFFF;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #A11D20;
	border-bottom-color: #A11D20;
	border-left-width: 10px;
	border-left-color: #A11D20;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 18px;
	font-weight: 100;
	font-variant: normal;
}

.navcontainer a:visited
{
	color: #FFFFFF;
	background: #A11D20;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 18px;
	font-weight: 100;
	font-variant: normal;
}

.navcontainer li#active a  
{
	color: #A11D20;
	background: #FFFFFF;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #A11D20;
	border-bottom-color: #A11D20;
	border-left-width: 1px;
	border-left-color: #A11D20;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	line-height: 18px;
	font-weight: 100;
	font-variant: normal;
}
