#nav {
	
}

#nav a:link {
	text-decoration: none;
	color: #000000;
}

#nav a:hover {
	text-decoration: none;
	color: #000000;
}

#nav a:visited {
	text-decoration: none;
	color: #000000;
}

#nav tr.highlight {
	background-color: #eee;
}

.nav-arrow {
	padding-right: 4px;
}

.hide-nav-arrow {
	display: none;
}

.nav-stronglink {
	font-weight: 700;
}