.top-nav {
	padding: 2px 8px 2px 5px;
	text-align: right;
	font-size: 12px;
	font-weight: bold;
	color: #630400;
}

.top-nav a {
	font-weight: bold;
	color: #630400;
	text-decoration: none;
}

.top-nav a:hover {
	text-decoration: underline;
}

.top-nav a.selected {
	text-decoration: underline;
}



.sub-nav {
	padding: 2px 8px 2px 5px;
	text-align: right;
	font-size: 12px;
	color: #630400;
}

.sub-nav a {
 	color: #630400;
	text-decoration: none;
}

.sub-nav a:hover {
	text-decoration: underline;
}

.sub-nav a.selected {
	text-decoration: underline;
}