div.nav img {
	border: none;
}

div.nav {
	position: absolute;
	top: 0;
	left: 0;
	width: 188px;
	height: 100%;
	margin: 0;
	border-right: solid 20px #4070c0;
}

div.nav li.spacer {
	height: 2px;
	border-bottom: solid 1px #4070c0;
}

.nav ul.nav { padding-left: 20px; padding-right: 20px; }
.nav ul.sponsors {
	padding-top: 10px;
	padding-left: 20px;
	padding-right: 20px;
	text-align: center;
}
.nav ul li {
	font-weight: bold;
	list-style-type: none;
	padding-top: 5px;
}
.nav ul.nav a {
	background-color: white;
	color: #4070c0;
	text-decoration: none;
}
.nav ul.nav a:hover {
	background-color: #4070c0;
	color: white;
}
