/*********************
 *
 *  Header Top Nav
 *
 *********************/
 
#header_nav { 
	clear: right; 
	position: relative; 
	float: right; 
	margin: 15px 10px 0 0; 
	color: #ffffff; 
	font-size: 12px; 
	text-align: right; 
	font-weight: normal; 
}

#header_nav a { 
	text-decoration: none; 
	color: #ffffff; 
}

#header_nav a:hover { 
	text-decoration: underline; 
}

/*********************
 *
 *  Header Menu Nav
 *
 *********************/

#nav_wrapper { 
	position: relative; 
	float: left; 
	width: 925px; 
	margin: 0 padding: 0; 
	text-align: left; 
}				

.nav { 
	height: 40px;  
	margin: 0; 
	padding: 0; 
}

.nav li { 
	float: left; 
	list-style-type: none; 
}
		
.nav li a { 
	display: inline; 
	float: left; 
	height: 33px; 
	background: transparent url(../images/tabL.gif) no-repeat top left;  
}

.nav a:hover  {  
	background: transparent url(../images/tabR.gif) no-repeat top left; 
}

.nav a:link, .nav a:active, .nav a:hover, .nav a:visited {
	color: #ffffff;	
	text-decoration: none;
}

.nav li a {  
	margin: 0;  
	padding: 14px 29px 0 29px;  
	font-size: 12px; 
	color: #ffffff;
}

/*********************
 *
 *  Footer Nav
 *
 *********************/

#footer_nav { 
	clear: right; 
	display: block; 
	margin-top: 25px; 
	color: #ffffff; 
	font-size: 12px; 
	text-align: left; 
	font-weight: normal; 
}

#footer_nav a { 
	text-decoration: none; 
	color: #ffffff; 
}

#footer_nav a:hover { 
	text-decoration: underline; 
}


