/* CARBON CUB EX NAVIGATION */
#ccex_nav {
  position: relative;
  z-index: 1; 
  top: 0px;
	height: 0px;
	float: left;
	text-align: left;
	margin-bottom:-179px;
}

a.nav {
	font-size: 16px;
	}

#ccex_navlist{
	height: 30px;
	padding: 0px;
	margin: 0px;
}
#ccex_navlist li{
	height:30px;
	float:left;
	display:block;
	list-style:none;
	text-indent:-9999px;
}

#ccex_navlist li a{display:block;height:30px;background: url('/images/aircraft/menu_aircraft.gif') no-repeat;border:0px;}
#ccex_navlist li  a:focus { outline: none; }

#ccex_navlist #nav_ccex a{width:140px;background-position: 0px -480px;}
#ccex_navlist #nav_overview a{width:140px;background-position: 0px 0px;}
#ccex_navlist #nav_safety a{width:140px;background-position: 0px -60px;}
#ccex_navlist #nav_accolades a{width:140px;background-position: 0px -270px;}
#ccex_navlist #nav_videos a{width:140px;background-position: 0px -240px;}
#ccex_navlist #nav_photos a{width:140px;background-position: 0px -210px;}
#ccex_navlist #nav_pricing a{width:140px;background-position: 0px -510px;}
#ccex_navlist #nav_options a{width:140px;background-position: 0px -150px;}
#ccex_navlist #nav_howtobuy a{width:140px;background-position: 0px -330px;}

#ccex_navlist #nav_ccex a:hover{background-position: -140px -480px;}
#ccex_navlist #nav_overview a:hover{width:140px;background-position: -140px 0px;}
#ccex_navlist #nav_safety a:hover{width:140px;background-position: -140px -60px;}
#ccex_navlist #nav_accolades a:hover{background-position: -140px -270px;}
#ccex_navlist #nav_videos a:hover{background-position: -140px -240px;}
#ccex_navlist #nav_photos a:hover{background-position: -140px -210px;}
#ccex_navlist #nav_pricing a:hover{background-position: -140px -510px;}
#ccex_navlist #nav_options a:hover{background-position: -140px -150px;}
#ccex_navlist #nav_howtobuy a:hover{background-position: -140px -330px;}

#ccex_navlist #nav_ccex_current a{width:140px;background-position: -140px -480px;}
#ccex_navlist #nav_overview_current a{width:140px;background-position: -140px 0px;}
#ccex_navlist #nav_safety_current a{width:140px;background-position: -140px -60px;}
#ccex_navlist #nav_accolades_current a{width:140px;background-position: -140px -270px;}
#ccex_navlist #nav_videos_current a{width:140px;background-position: -140px -240px;}
#ccex_navlist #nav_photos_current a{width:140px;background-position: -140px -210px;}
#ccex_navlist #nav_pricing_current a{width:140px;background-position: -140px -510px;}
#ccex_navlist #nav_options_current a{width:140px;background-position: -140px -150px;}
#ccex_navlist #nav_howtobuy_current a{width:140px;background-position: -140px -330px;}

