a.nav2, a.nav2:link, a.nav2:visited, a.nav2:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 15px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #D90000;
	text-align: center;
	height: 15px;
	width: 100%;
	overflow: hidden;
	display: block;
	text-decoration: none;
	vertical-align: middle;
	padding: 2px 0px;
}
a.nav2:hover {
	text-decoration: underline;
	background-color: #0066FF;
}
a.nav1, a.nav1:link, a.nav1:visited, a.nav1:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 15px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #D90000;
	text-align: center;
	padding: 2px;
	height: 15px;
	width: 150px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
	overflow: hidden;
	display: block;
	text-decoration: none;
}
a.nav1:hover {
	text-decoration: underline;
	background-color: #0066FF;
}
