/* CSS Document */

#navcontainer
{
	margin: 10px 0 0 0px;
	padding: 0;
	height: 18px;
	background-color: #836684;
	color: #836684;

}

#navcontainer ul
{
	border: 0;
	margin: 0;
	padding: 0;
	list-style-type: none;
	text-align: left;
	font-weight: bold;
}

#navcontainer ul li
{
	display: block;
	float: left;
	text-align: center;
	padding: 0;
	margin: 0;
	font-weight: bold;
}

#navcontainer ul li a
{
	background: #836684;
	width: 130px;
	height: 18px;
	border-top: 1px solid #836684;
	border-left: 1px none #FFFFFF;
	border-bottom: 1px solid #836684;
	border-right: 3px solid #FFFFFF;
	padding: 0;
	margin: 0 0 0px;
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
}

#navcontainer ul li a:hover
{
	font-weight: bold;
	color: #FFFFFF;
	background: #666666;
	
}

#navcontainer a:active
{
background: #836684;
	width: 130px;
	height: 18px;
	border-top: 1px solid #836684;
	border-left: 1px none #FFFFFF;
	border-bottom: 1px solid #836684;
	border-right: 3px solid #FFFFFF;
	padding: 0;
	margin: 0 0 0px;
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
}
#navcontainer a:visted
{
	background: #333333;
	font-weight: bold;
	color: #fff;
	
}
#navcontainer li#active a
{
	background: #836684;
	width: 130px;
	height: 18px;
	border-top: 1px solid #836684;
	border-left: 1px none #FFFFFF;
	border-bottom: 1px solid #836684;
	border-right: 3px solid #FFFFFF;
	padding: 0;
	margin: 0 0 0px;
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	background-color: #333333;
}
}