@charset "utf-8";
/* CSS Document */
#navcontainer {
	font: 11px trebuchet ms, tahoma, sans-serif;
}
 #navcontainer ul
{
margin: 0;
padding: 0;
list-style-type: none;
}

#navcontainer a
{
	display: block;
	color: #CCCCCC;
	width: 214px;
	padding: 6px 12px 6px 8px;
	text-decoration: none;
	border-bottom: 1px dotted #666666;
	font-weight: normal;
	background: #573E7F;
}

#navcontainer a:hover
{
	color: #FFF;
	border-bottom: 1px dotted #000000;
}

#navcontainer li li a
{
	display: block;
	color: #CCCCCC;
	background-color: #7C4B61;
	width: 214px;
	padding: 6px 3px 6px 17px;
	text-decoration: none;
	border-bottom: 1px dotted #999999;
	font-weight: normal;
}
