ul#navmenu{
	margin: 0 0 0 120px;
	width: 800px;
	list-style: none;
	border-top: 1px solid #b02915;
	padding: 10px 0 25px 0;
}

	ul#navmenu li{
		float: left;
		margin: 0;
		position: relative;
	}
	
		ul#navmenu li a{
			display: block;
			height: 9px;
			padding: 0 12px;
		}
		
			ul#navmenu li a span{
				display: none;
			}
		
			a#sr-ed-explained{
				width: 124px;
				background: url(/fend/images/nav_sr-ed-explained.gif) no-repeat top;
			}
		
			a#sr-ed-explained:hover{
				background-position: bottom;
			}
			
			a#how-it-works{
				width: 104px;
				background: url(/fend/images/nav_how-it-works.gif) no-repeat top;
			}
			
			a#how-it-works:hover{
				background-position: bottom;}
			
			a#how-it-works-for-you{
				width: 169px;
				background: url(/fend/images/nav_how-it-works-for-you.gif) no-repeat top;
			}
			
			a#how-it-works-for-you:hover{
				background-position: bottom;}
			
			a#the-process{
				width: 92px;
				background: url(/fend/images/nav_the-process.gif) no-repeat top;
			}
			
			a#the-process:hover{
				background-position: bottom;}
			
			a#about-us{
				width: 69px;
				background: url(/fend/images/nav_about-us.gif) no-repeat top;
			}
			
			a#about-us:hover{
				background-position: bottom;}
			
			a#contactus{
				width: 87px;
				background: url(/fend/images/nav_contact.gif) no-repeat top;
			}
			
			a#contactus:hover{
				background-position: bottom;
			}
			
	ul#navmenu ul{
		margin: none;
		list-style: none;
		position: absolute;
		top: 7px;
		left: 0;
		width: 800px;
		border: 0;
		padding: 0;
		display: none;
	}
	
		ul#navmenu ul li{
			float: left;
			margin: 0;
		}
		
			ul#navmenu ul li a{
				display: block;
				height: 9px;
				padding: 0 15px;
				color: #b5121b;
				text-transform: uppercase;
				font-family: Gotham Light, Tahoma, Arial, Helvetica, sans-serif;
				letter-spacing: 1px;
				text-align: center;
			}
			
			ul#navmenu ul li a:hover{
				text-decoration: none;
				color: #4a4a4a;
				font-weight: bold;
			}
		
				ul#navmenu ul li a span{
					display: inline;
				}