#nav
{
	width:960px;
	height:30px;
	margin:0 auto;
	clear:both;
	font-size:16px;
	font-family:arial, helvetica, sans-serif;
}
#nav ul
{
	width:890px;
	list-style-type:none;
	float:right;
}
#nav ul li
{
	height:30px;
	float:left;

	/*border-top:1px solid #000;*/
}
#nav ul li a {
	color: #fff;
	text-decoration: none;
	display:block;
	padding: 5px 10px;
	height:20px;
	text-transform:lowercase;
	text-align:center;
}
a.nav_5{
	width:40px;
}
a.nav_8{
	width:67px;
}

a.nav_12{
	width:80px;
}

a.nav_15{
	width:105px;
}

a.nav_20{
	width:30px;
}

a.nav_25{
	width:30px;
}

a.nav_30{
	width:30px;
}
#nav ul ul li a.nav_5, #nav ul ul li a.nav_8, #nav ul ul li a.nav_12, #nav ul ul li a.nav_15, #nav ul ul li a.nav_20, #nav ul ul li a.nav_25, #nav ul ul li a.nav_30{
	width:auto;
}
#nav ul li.active a
{
	background:url(/assets/images/navigation/nav_ul_li_active_white.png) repeat-x top center;
}
#nav ul li a:hover, #nav ul li:hover, #nav ul li.hover
{
	background:#badefd;
}
#nav ul li.active:hover a, #nav ul li.active_hover a{
	background:url(/assets/images/navigation/nav_ul_li_active_white.png) #badefd repeat-x top center;
}
/* second level nav */
#nav ul ul{
	position:absolute;
	width:215px;
	top:155px;
	z-index:200;
	left:-3000px;
}
#nav ul li:hover ul, #nav ul li.hover ul{
	left:auto;
}
#nav ul ul li
{
	text-align:left;
	height:auto;
	float:left;
	width:215px;
	padding:0;
	border-bottom:1px solid #FFF;
	background:#badefd;
}
#nav ul ul li a, #nav ul li.active:hover ul a, #nav ul li.active_hover ul a{
	background:#badefd;
	text-transform:none;
	text-align:left;
}
#nav ul ul li a:hover, #nav ul li.active:hover ul a:hover, #nav ul li.active_hover ul a.hover{
	background:#333;
}
