.nav, .nav:visited, .nav:hover, .navSelected, .navSelected:visited, .navSelected:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: uppercase;
	text-decoration: none;
}

.navSelected, .navSelected:visited{
	color: white;
	background-color:#993333;
	padding:2px;
}

.nav, .nav:visited{
	color: white;
}

.nav:hover, .navSelected:hover {
	color: white;
}

