.nav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #990000;
	background-image: url(/images/menu/menubg.gif);
	background-repeat: repeat-y;
	background-position: center top;
}
.nav a:link {
	color: #990000;
	text-decoration: none;
}
.nav a:visited {
	color: #990000;
	text-decoration: none;
}
.nav a:hover {
	color: #990000;
	text-decoration: underline;
}
.nav a:active {
	color: #993300;
	text-decoration: underline;
}
