/* avia header css */
#avia-header {
	height:45px;
	margin:0 auto;
	padding:0;
	background-color:#F5861A;
	white-space:nowrap;
	width:980px;
}
#avia-header .nav{
	width:980px;
	height:45px;
	margin:auto;
	clear:both;
}
#avia-header ul{
	list-style:none;
	margin:0;
	padding:0;
}
#avia-header ul.tabs{
	margin:0;
}
#avia-header ul li{
	display:block;
	float:left;
	margin:0 3px;
}
#avia-header ul li a{
	display:block;
	height:0;
	overflow:hidden;
}
#avia-header ul li li a{
	font-weight:bold;
}
#avia-header ul.tabs li a{
	padding:45px 0 0 0;
}
#avia-header ul.tabs li.home{
	width:136px;
}
#avia-header li.products{
	width:102px;
}
#avia-header li.events{
	width:79px;
}
#avia-header li.athletes{
	width:98px;
}
#avia-header li.blog{
	width:65px;
}
#avia-header li.shop{
	width:64px;
}
#avia-header ul.tabs li.home a {
	padding:45px 0 0 0;
	background: url(/endurance/images/logo-endurance.png) center 8px no-repeat;
}
#avia-header li.products a {
	background: url(/endurance/images/nav-products.png) center 18px no-repeat;
}
#avia-header li.products li a{
	width:135px;
}
#avia-header li.events a {
	background: url(/endurance/images/nav-events.png) center 18px no-repeat;
}
#avia-header li.events li a {
	width:105px;
}
#avia-header li.athletes a {
	background: url(/endurance/images/nav-athletes.png) center 18px no-repeat;
}
#avia-header li.blog a {
	background: url(/endurance/images/nav-blog.png) center 18px no-repeat;
}
#avia-header li.blog li a {
	width:150px;
}
#avia-header li.shop a {
	background: url(/endurance/images/nav-shop.png) center 18px no-repeat;
}
#avia-header li.shop li a {
	width:90px;
}
/*
body.home #avia-header li.home a,
body.home #avia-header li.home a:hover {
	background-position:center center;
}

#avia-header ul.tabs li a:hover{
	background-position:0px -31px;
}
#avia-header ul.tabs li.home a:hover{
	background-position:0px -45px;
}

body.dealers #avia-header li.shop a,
body.blog #avia-header li.blog a,
body.athletes #avia-header li.athletes a,
body.events #avia-header li.events a,
body.products #avia-header li.products a  {
	background-position: 0px -62px;
}

*/
/*
body.blog #avia-header ul.tabs li.blog ul,
body.products #avia-header ul.tabs li.products ul,
body.events #avia-header ul.tabs li.events ul,
body.athletes #avia-header ul.tabs li.athletes ul,
body.dealers #avia-header ul.tabs li.shop ul{

	padding-top:3px;
	border-top:none;
}*/
#avia-header .tabs li ul li{
	float:none;
	margin:0;
	padding:0;
}
#avia-header ul.tabs li ul li a,
#avia-header ul.tabs li.home ul li a,
#avia-header ul.tabs li ul li.parent h3{
	height:16px;
	line-height:16px;
	vertical-align:middle;
	background:#F5861A;
	color:#FFF;
	font-size:12px;
	text-decoration:none;
	margin:0;
	padding:4px 8px 4px 4px;
}

#avia-header ul.tabs li li h3{
	color:#FFF;
	font-size:12px;
	margin:0;
	padding:0;
}

#avia-header ul.tabs li.home ul{
	width:136px;
	border-top:none;
}
body.home  #avia-header ul.tabs li.home ul{
	border-top:none;
}
#avia-header ul.tabs li.home ul a{
	/*width:205px;*/
}
#avia-header ul.tabs li ul li.parent h3{
	background:#F5861A url(/endurance/images/arrow-white.gif) right  no-repeat;
}

#avia-header ul.tabs li ul li.hover h3 {
	background-color:#FF8B1D !important;
}
#avia-header ul.tabs li ul li a,#avia-header ul.tabs li ul li.parent h3{
	display:  block;
	border-left:3px solid #F27215;
	height:16px;
}
#avia-header ul.tabs li ul li a:hover{
	background:#FF8B1D;
}
#avia-header ul.tabs li.athletes li.parent{
	width:100px;
	height:24px;
}
#avia-header ul.tabs li.athletes li.parent a{
	background-image:url(/endurance/images/arrow-white.gif);
	background-position:right;
	background-repeat:no-repeat;
}
#avia-header ul.tabs li.athletes li.parent li a{
	background-image:none;
}
/* level 3 menus */
#avia-header ul.tabs li.athletes li li{
	width:160px;
}
#avia-header .tabs li ul li ul {
	margin:-20px 0 0 100px;
}


#avia-header ul.tabs li ul{
	
	position:absolute;
	background:transparent url(/endurance/images/nav-bg-bottom.png) bottom right no-repeat;
	cursor:pointer;
	visibility:hidden;
	z-index:500;
	padding-bottom:4px;
	
}
#avia-header ul.tabs li.last{
	padding-bottom:4px ;
	margin-bottom:-4px ;
	border:none;
	background:transparent url(/endurance/images/nav-bg-bottom-corner.png) bottom left no-repeat ;
}