.nav {
	float: right;
	width:100%;
	background-color: 2e2e2e;
	}
.nav a {
	
	text-decoration: none;
	
}
.nav a:hover {

}

.nev-wrapper {
	clear: both;
	float: left;
}
.nav-left {
	float: left;
	width: 6px;
	height: 23px;
}
.nav-right {
	float: left;
	width: 6px;
	height: 22px;
}
.nav ul {
	width: 100%;
	height: 22px;
	float: right;
	margin: 0px;
	
	padding:1px 0px 0px 0px;
	background-image: url(../../../../images/1.png);
	background-position: -2928px -168px;
}
.nav li {
	float: right;
	padding: 0px;
	position: relative;
	z-index: 0;
	list-style: none;
	list-style-type: none;
	font-size: 10px;

}
.nav li.last {
	background:none;
}
.nav li:hover {
	text-decoration: none;
	z-index:10;
}
.nav li a {
	display: block;
	line-height: 25px;
	float: left;
	font-size: 9pt;

}

a .menu-mid {
	background-image: url(../../../../images/1.png);
	height: 22px;
	line-height: 22px;
	display: block;
	float: left;
	color: #FFF;
	cursor: hand;
	padding:0px 8px 0px 12px;
	background-position: -4389px -100px;
}
a .menu-right {
	width: 4px;
	height: 22px;
	line-height: 22px;
	display: block;
	float: left;
	background-image: url(../../../../images/1.png);
	background-position: -4753px -44px;
}
.nav li a:hover .menu-mid,
.nav li.active a .menu-mid,
.nav li:hover a .menu-mid {
	
	overflow: hidden;
	font-size:9pt;
	background-position: -4388px -44px;
}

.nav li.active a .menu-mid {
	color:#000;
}
.nav li a:hover .menu-right,
.nav li.active a .menu-right,
.nav li:hover a .menu-right {
	
	overflow: hidden;
	font-size:9pt;
	background-position  : -4747px -44px;
}

.nav li a:hover .menu-mid,
.nav li:hover a .menu-mid
{background-position: -4388px -74px;
color:#FFF;
}
.nav li a:hover .menu-right,
.nav li:hover a .menu-right {
	background-position  : -4747px -74px;
}

.nav li.active a
 {
	color: #2e2e2e;
	
	}
	

.nav li:hover .sub
{	
display:block;
}

