@charset "utf-8";
/* CSS Document */

	#nav {
	float: left;
	width: 550px; 
	background: #fff url(/images/bkg_nav.gif) no-repeat left bottom; 
	
	}
	#navInterior {
	margin: 0 auto;
	text-align: center;
	width: 100%;
	background: url(/images/bkg_navInt.gif) repeat-x left bottom; 
	float: left;
	}
	
	#navInterior ul {
	width: 700px;
	margin: 0 auto;
	padding: 0 0 0 50px;
	list-style-type: none;
	text-align: center;
	
	}
	
	#nav ul {
	margin: 0;
	padding: 0 0 0 20px;
	list-style-type: none;
	float: left;
	text-align: center;
	
	}
	
	#nav ul li, #navInterior ul li {
	margin: 0;
	padding: 0;
	list-style-type: none;
	float: left;
	}
	
	#nav ul a, #navInterior ul a {
	color: #fff;
	font-weight: bold;
	font-size: 12px;
	font-family: Geneva, Arial, Helvetica, sans-serif, "Gill Sans MT";
	display: block;
	float: left;
	height: 38px;
	line-height: 32px;
	text-decoration: none;
	padding: 0 15px;
	}
	
	#nav ul a:hover, #navInterior ul a:hover {
	color: #0099FF;

	}

