body {
	text-align: left;
	font-size: 12px;
	font-family: Trebuchet MS;
	color: #ddd;
}

hr {
	border: 1px solid #770000;
	margin: 0px auto;
}

.nav a:link, .nav a:visited {
	text-decoration: none;
	font-weight: bold;
	color: #ddd;
}

.nav a:hover, .nav a:active, .nav a:focus {
	background-color: #770000;
	color: #dddddd;
}

/* Class selectors */
.nav h2 {
	padding: 2px 2px 2px 2px;
	text-align: left;
	margin-bottom: 6px;
	margin-top: 6px;
	vertical-align: top;
	style: list;
}

.nav h2:hover {
	background-color: #770000;
	color: #dddddd;
}

.navItem {
	position: relative;
	color: #ddd;
	background-color: gray;
	padding: 2px 15px;
	width: 160px;
	display: block;
	top: 3px;

}

.navItem:hover {
	background-color:#770000;
}
