#content #nav {
	float: right;
	width: 220px;
	margin-left: 20px;
	margin-top: 0px;
}
#content #nav li {
	float: left;
	width: 200px;
	margin-top: 5px;
	margin-bottom: 5px;
	text-transform: uppercase;
	font-size: .9em;
	height: 25px;
	background-image: url(../images/navred.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	color: #FFF;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	margin-right: 0px;
	margin-left: 0px;
	border-top-width: 2px;
	border-bottom-width: 2px;
	border-top-color: #FFF;
	border-bottom-color: #FFF;
	font-weight: bold;
}
#content #nav li:hover {
	background-image: url(../images/navred_hover.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	color: #0669F8;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	-moz-box-shadow: 3px 5px 10px #fff;
	-webkit-box-shadow: 3px 5px 10px #fff;
	-o-box-shadow: 3px 5px 10px #fff;
	box-shadow: 3px 5px 10px #fff;
	border-top-width: 2px;
	border-bottom-width: 2px;
	border-top-color: #6FF;
	border-bottom-color: #6FF;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
}

#content #nav li a {
	text-decoration: none;
	padding-left: 15px;
	color: #FFF;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#content #nav li a:hover {
	color: #FFF;
	text-decoration: none;
	padding-left: 15px;
	text-shadow: 0.1em 0.1em 0.05em #333;
}
