
#navigation{clear:both;width:831px;height:37px;background: url(../img/nav-back.png);border-bottom: 1px solid #fff;}
#navigation ul#top{float:right ;margin-right:38px;font-size:1.15em;padding-top:9px;font-weight:bold;letter-spacing: 0.01em; text-transform: uppercase; font-weight: normal; list-style:none;}
#navigation ul#top li{padding-right:10px; position: relative; float:left;}
#navigation ul#top li a{padding-right:14px;text-decoration:none; padding-bottom:11px; color:#fff; }
#navigation ul#top li a:hover{	text-decoration:underline;}
#navigation ul#top li.on a{text-decoration:underline;}



/* sub levels link hover */
#navigation ul#top ul li:hover a, #navigation ul li:hover li a {
	background: none;
	border: none;
	color: #666;
}
#navigation ul#top ul a:hover {
	background: #4f4f4f !important;
	color: #fff !important;
	text-decoration:none;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
}

/* dropdown */
#navigation ul#top li:hover > ul {
	display: block;
}

/* level 2 list */
html #navigation ul#top ul {
	display: none;
	font-size: 0.8em;
	margin: 0;
	padding: 0;
	width: 185px;
	position: absolute;
	top: 27px;
	left: 0;
	background: #fff;
	background: rgba(255,255,255, 0.8);

	-webkit-box-shadow: 0 1px 3px rgba(0,0,0, .3);
	-moz-box-shadow: 0 1px 3px rgba(0,0,0, .3);
	box-shadow: 0 1px 3px rgba(0,0,0, .3);
}

#navigation ul#top li.on ul a{
	text-decoration:none !important;
}

#navigation ul#top ul li {
	position:relative;
	float: none;
	margin: 0;
	padding: 0;
	
}

#navigation ul#top ul li a {
	font-weight: normal;
	display: block;
	color: #4f4f4f;
	padding: 8px !important;
	text-decoration: none;
	border-bottom: 1px solid #666 !important;
}

/* level 3+ list */
#navigation ul#top ul ul {
	left: 181px;
	top: 0px;
	font-size:1em;
}

#navigation ul#top ul ul ul{
	left: 181px;
	top: 0px;
	font-size:1em;
}

/* clearfix */
#navigation ul:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
#navigation ul#top {
	display: inline-block;
}

html[xmlns] #navigation ul#top {
	display: block;
}


* html #navigation ul {
	height: 1%;
}
