
.nav {
	float: left;
	padding: 0px;
	margin-top: 0px;
	z-index: 200000;
}

.nav ul#navigation{

	padding: 0;

}

.nav ul#navigation li{

	padding: 0;

}

.nav ul {
	/*width: 648px;*/
	float: left;
	margin: 0;
	padding-top: 3px;
	list-style: none;
	font-size: 15px;
	width: 880px;
}
.nav li {
	float: left;
	padding: 0 5px;
	border-left: 1px solid #fbfbfa;
	border-right: 1px solid #e9eae9;
	position: relative;
	z-index: 1;
}
.nav li.first{border-left:0;}
.nav li.lang{float: right; border-left: 1px solid #fbfbfa; border-right: 0;}
.nav li.empty{height:29px; border-right:0; overflow:hidden;}
.nav li.right{float: right; border-right: 1px solid #e9eae9; border-left: 0;}

.nav li.last {
	border: none;
}
.nav li:hover {
	z-index:2;
}
.nav li a {
	display: block;
	overflow: hidden;
	padding: 7px 12px 7px 12px;
	font-weight: bold;
	font-size: 12px;
	color: #666;
	text-decoration: none;
	text-shadow: 0 1px 0 #ffffff;
}
.nav li.active a{
	text-decoration: underline;
}

.nav li a:hover, .nav li.hover a, .nav li:hover a {
	background: #fefefe !important;
	color: #333;
}
.nav li:hover .sub,
.nav li.hover .sub {
	display:block;
}
.nav li .sub {
	display: none;
	position: absolute;
	top: 28px;
	left: -1px;
	background: #fefefe;
	width: 186px;
	padding: 3px;
}

.nav li.lang .sub {
	left: auto;
	right: 0;
}

.nav li ul {
	background: #fefefe;
	width: 186px;
	height: auto;
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: 11px;
}

.nav li:hover li,
.nav li.active li {
	width: 180px;
	padding: 1px 0 2px;
	border-bottom: 1px #C1D9F0 dashed;
	background: none !important;
	border: none;
}
.nav li:hover li a,
.nav li.active li a {
	color: #09548B;
	background: none !important;
	border: none;
	line-height: normal;
	width: 100%;
	padding: 4px 3px 4px;
	text-indent: 1px;
	font-weight: normal;
	color: #000;
	text-decoration: none;
	font-size: 11px;
	text-shadow: 0 1px 0 #ffffff;
}
.nav li:hover li a:hover,
.nav li.active li a:hover {
	color: #000;
	background: #f1f1f1 url(/images/menu_bg.gif) bottom !important;
	text-decoration: none;
	line-height: normal;
}

.nav li:hover li a:focus,
.nav li.active li a:focus {
	font-weight: normal;
}
/*IE*/
.nav li li a:hover,
.nav li li a:hover {
	color: #fff;
	background: #165B9F !important;
	text-decoration: none;
	line-height: normal;
}
/**/
.nav .btm-bg {
	background: url(images/submenu_bottom.png) no-repeat;
	width: 205px;
	height: 9px;
	overflow: hidden;
	clear: both;
}

.lang .sub {width: 115px;}
.lang .sub ul{width: 115px;}
.lang .sub ul li{width: 115px;}
