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;
	text-decoration: none;
	background-color: #B94FFF;
	text-align: center;
	display: block;
	height: 15px;
	width: 150px;
	overflow: hidden;
	padding: 2px;
	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;
}
a.nav1:hover {
	text-decoration: underline;
	background-color: #E3B9FF;
}
a.nav2, a.nav2:link, a.nav2:visited, a.nav2:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #9797FF;
	text-align: center;
	display: block;
	height: 15px;
	width: 150px;
	overflow: hidden;
	padding: 2px;
	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;
	line-height: 15px;
}
a.nav2:hover {
	text-decoration: underline;
}

