.reelMenu {
	list-style-type: none;
	margin: 0 0 1em 0;
	padding: 0;
}

.reelMenu li {
	float: left;
	display: block;
}

.reelMenu a {
	display: block;
	padding: .1em 0;
	width: 67px;
	margin: 0 1px 1em 0;
	font-size: 1.5em;
	font-weight: bold;
	color: #B7D7E6;
	text-align: center;
}

.reelMenu a:link, .reelMenu a:visited {
	background-color: #456073;
	border-top: 1px #5D7C90 solid;
	border-right: 1px #0F3F5A solid;
	border-bottom: 1px #0F3F5A solid;
	border-left: 1px #5D7C90 solid;
}

.reelMenu a.active:link, .reelMenu a.active:visited {
	background-color: #274A5E;
	border-color: #274A5E;
}

.reelMenu a:hover {
	background-color: #2F5469;
	border-color: #0F3F5A #5D7C90 #5D7C90 #0F3F5A;
}

div.content {
	width: 360px;
}
