.nav {
	position:absolute;
	font: 12px Tahoma, Geneva, sans-serif;
	text-transform:uppercase;
	width: 530px;
	bottom: 3px;
	right: 5px;
}
.nev-wrapper {
	clear: both;
	float: left;
}
.nav-left {
	background: url(../imagini/meniu/meniu_st.png) no-repeat top left;
	float: left;
	width: 20px;
	height: 49px;
}
.nav-right {
	background: url(../imagini/meniu/meniu_dr.png) no-repeat top right;
	float: left;
	width: 20px;
	height: 49px;
}
.nav ul {
	
	height: 43px;
	float: left;
	margin: 0;
	padding-top: 6px;
	list-style: none;
	font-size: 12px;
}
.nav li {
	float: left;
	padding: 0 2px;
	position: relative;
	z-index: 1;
}
.nav li.last {
	background:none;
}
.nav li:hover {
	z-index:2;
}
.nav li a {
	display: block;
	line-height: 46px;
	text-decoration:none;
	overflow: hidden;
	float: left;
	color: #666666;
}
a .menu-left {
	background: url(../imagini/meniu/buton_st2.png) no-repeat left top;
	width: 10px;
	height: 33px;
	line-height: 35px;
	display: block;
	float: left;
}
a .menu-mid {
	background: url(../imagini/meniu/buton_mid2.png) repeat-x top left;
	height: 33px;
	line-height: 35px;
	display: block;
	float: left;
}
a .menu-right {
	background: url(../imagini/meniu/buton_dr2.png) no-repeat top left;
	width: 10px;
	height: 33px;
	line-height: 35px;
	display: block;
	float: left;
}
.nav li a:hover .menu-left,
.nav li.active a .menu-left,
.nav li:hover a .menu-left,
.nav li a:hover .menu-mid,
.nav li.active a .menu-mid,
.nav li:hover a .menu-mid,
.nav li a:hover .menu-right,
.nav li.active a .menu-right,
.nav li:hover a .menu-right {
	background-position: 0 -37px;
	line-height: 35px;
}
.nav li a:hover,
.nav li.active a,
.nav li.hover a,
.nav li:hover a {
	color: #de9c0f;
}
.nav li:hover .sub,
.nav li.hover .sub {
	display:block;
}
.nav li .sub {
	display: none;
	position: absolute;
	top: 25px;
	left: 4px;
	background: url(../imagini/meniu/submenu_top.png) no-repeat;
	width: 186px;
	padding-top: 9px;
}
.nav li ul {
	background: url(../imagini/meniu/submenu_bg.png) repeat-y;
	width: 162px;
	height: auto;
	margin: 0;
	padding: 0 12px 10px;
	list-style: none;
	font-size: 12px;
}

.nav li:hover li,
.nav li.active li {
	width: 100%;
	padding: 1px 0 1px;
	border-bottom: 1px #ccc dashed;
	background: none !important;
}
.nav li:hover li a,
.nav li.active li a {
	color: #1c1c1c;
	background: none !important;
	line-height: normal;
	width: 156px;
	padding: 8px 3px 3px;
	text-indent: 1px;
}
.nav li:hover li a:hover,
.nav li.active li a:hover {
	color: #1c1c1c;
	background: #f0f0f0 !important;
	text-decoration: none;
	line-height: 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(../imagini/meniu/submenu_bottom.png) no-repeat;
	width: 205px;
	height: 9px;
	overflow: hidden;
	clear: both;
}

