#navmain {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #350000;
	width: 725px;
	text-align: left;
	top: 10px;
	clear: both;
	float: left;
	left: 55px;
	position: relative;
	display: inline;
	bottom: 10px;
}
#navmain a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #350000;
	font-weight: bold;
}
#navmain a:link {
	text-decoration: none;
	line-height: 100%;
	color: #350000;
}
#navmain a:visited {
	text-decoration: none;
	color: #1369A4;
}
#navmain a:hover {
	text-decoration: underline;
	color: #666666;
}
#navmain a:active {
	text-decoration: none;
}

