#nav {
	width:100%;
	padding:0;
	margin:0px 0 20px 0;
	list-style:none;
	padding-bottom:47px;
	padding-top:211px;
	height:50px;
	background:url(../../../../img/header_border.png) bottom repeat-x;
	display: none;
	}
	#nav li {
		display: block;
		float:left;
		text-align:left;
		margin:0 20px 0 0;
		width:140px;
		}
	#nav li:hover {
		color:#d7412c;
		}
		#nav li a {
			font-family: 'LeagueGothicRegular';
			font-size:28px;
			line-height:24px;
			height:40px;
			text-transform:uppercase;
			}
		#nav li a:hover {
			text-decoration:none;
			}
		#nav li:hover a {
			color:#d7412c !important;
			}
		#nav li span {
			display:block;
			margin:6px 40px 0 0;
			font:normal 10px "Trebuchet MS";
			line-height: 15px;
			text-transform: uppercase;
			}

