/* CSS Document */

#navcontainer {
	color: #990000;
}

#navcontainer ul
{
	margin-left: 0;
	padding-left: 0;
	list-style-type: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-variant: small-caps;
}

#navcontainer a
{
	display: block;
	padding: 3px;
	background-color: #CCCCCC;
	border-bottom: 1px solid #999999;
	line-height: 33px;
	color: #666666;
	border-top-color: #999999;
	text-indent: 16px;
}

#navcontainer a:link, .navlist a:visited
{
	text-decoration: none;
	padding-left: 21px;
}

#navcontainer a:hover
{
	background-color: #DBDCDE;
}
