#nav{	background:#fff;	margin:0;	width: 100%;	float: left;	font-family: helvetica, arial, sans-serif;	font-size: 13px;	margin-top: 25px;	position: relative;}#nav img#phonenumber {	float: right;	position: absolute;	right: 0px;	bottom: 45px;}		#nav ul {		float: left;		list-style-type: none;		margin-right: 10px;	}			#nav ul li {			float: left;			font-size: 14px;			text-transform: uppercase;			padding-right: 20px;			height: 18px;		}					#nav ul li a {				text-decoration: none;			}						#nav ul li a:hover {				color: #666;			}						#nav ul li.nav-small a {				font-size: 11px;				margin-top: 2px;			}				ul#nav-home li {		border-bottom: 5px solid #8f3c1c;	}		ul#nav-about li {		border-bottom: 5px solid #928a5c;	}		ul#nav-gallery li {		border-bottom: 5px solid #375a80;	}
	
	ul#nav-careers li {		border-bottom: 5px solid #7e385f;	}		ul#nav-contact li {		border-bottom: 5px solid #c06e18;	}		ul#nav-testimonials li {		border-bottom: 5px solid #92675b;	}