/* Navigation */

	/* ------------------------------------------------------------- */	

	#nav {
		list-style: none;
		width: 127px;
		top: 0px;
		left: 0;
		padding: 0px;
		background: #fff;
		font-family: Tahoma, Arial, sans-serif;
		font-size: 11px;
		font-weight: bold;
		margin-top: -1px;
}
	
	#nav li {
		list-style: none;
		display:inline;
		padding:0;
		width: 127px;
	}
	
	#nav ul {
		margin: 0;
		margin-bottom: 14px;
	}
	
	#nav li a {
		color: #fff;
		text-decoration: none;
		display:block;
		left: 0;
		width: 119px;
		padding-left: 8px;
		padding-top: 7px;
		padding-bottom: 9px;
		overflow:hidden;margin-top: 1px;
	}
	
	#nav a:hover {
		color: #0081FF;
		background: #6EB7FF;
		text-decoration: none;
	}
	
	#nav li.nav-blue a {background: #0081FF;}
	#nav li.nav-orange a {background: #FFA200;}
	#nav li.nav-green a {background: #60C306;}
	
	#nav li.nav-blue a:hover {color: #0081FF;background: #6EB7FF;}
	#nav li.nav-orange a:hover {color: #0081FF;background: #6EB7FF;}
	#nav li.nav-green a:hover {color: #0081FF;background: #6EB7FF;}

		
/* 
	
blue rollover #6EB7FF
blue #0081FF
orange #FFA200
green #60C306
	
*/	
		
	