#navcontSec {
	width: 195px;
	padding-top: 30px;
	padding-left: 0px;
}

#navcontSec ul
{
	margin-left: 0;
	padding-left: 0;
	list-style-type: none;
	font-family: Tahoma, Verdana, Arial, sans-serif;
}

#navcontSec a
{
	display: block;
	width: 175px;
	background-color: #E5E5E5;
	left: 20px;
	right: 20px;
	padding-top: 5px;
	padding-right: 2px;
	padding-bottom: 5px;
	padding-left: 20px;
}

#navcontSec a:link, #navlistSec a:visited
{
	color: #666666;
	text-decoration: none;
	font-size: 15px;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CFC78B;
	font-family: Calibri, Cambria, "Trebuchet MS", Verdana;
}

#navcontSec a:hover
{
	background-color: #990000;
	color: #fff;
	font-size: 15px;
}
