ul.nav {
	font: Arial, Helvetica, sans-serif #FFF normal;
	list-style: none;
	font-weight: 600;
	font-variant: small-caps;
	font-size: 13px;
	line-height: 16px;
	margin: 0px;
	margin-left: 27px;
	text-decoration: none;
	padding: 0px;
	background: #900;
}

ul.nav2 {
	list-style: none;
	font-weight: 600;
	font-variant: normal;
	font-size: 11px;
	line-height: 16px;
	margin-right: 0px;
	margin-left: 15px;
	margin-top: 2px;
	margin-bottom: 5px;
	text-decoration: none;
	padding: 0px;
	background: #900;
	}
	
ul.nav3 {
	list-style: none;
	font-weight: normal;
	font-variant: normal;
	font-size: 11px;
	line-height: 16px;
	margin-right: 0px;
	margin-left: 15px;
	margin-bottom: 2px;
	margin-top: 2px;
	text-decoration: none;
	padding: 0px;
	color: #900;
	}

ul.nav a {
	color: #FFF;
	display: block;
	width: 147px;
	background: #900;
}

ul.nav2 a {
	color: #FFF;
	display: block;
	width: 132px;
	background: #900;
	}
	
ul.nav3 a {
	color: #FFF;
	display: block;
	width: 117px;
	background: #900;
	}

ul.nav a:hover, ul.nav a:focus, ul.nav a:active {
	background-color: #CC0000;
	text-decoration: none;
}

