.wrapper {
	width: auto;
	margin: 0px auto;
	padding:0px;
	float:left;
	position:relative
}

.nav {
	background: url(../images/top-menu-center.gif) repeat-x;
	float: left;
	height:32px
}
.nev-wrapper {
	clear: both;
	float: left;
}

.nav-left {
	background: url(../images/top-menu-left.gif);	
	width: 10px;
	height: 56px;
	margin:0px auto;
	padding:0px;
	float:left;
	margin-left:0px;
	text-align:left 
}
.nav-right {
	background: url(../images/top-menu-right.gif) no-repeat top right;
	float: left;
	width: 10px;
	height: 56px;
}
.nav ul {
	width: 800px;
	height: 32px;
	float: left;
	margin: 0 auto;
	padding:0px;
	position:relative;
	padding-top: 0px;
	list-style: none;
	font-size: 16px;
	margin-left:0px;
	font-weight:bold;
	color:#000000
}
.nav li {
	float: left;
	padding: 0 1px;
	background: url(../images/top-sep.gif) no-repeat right center;
	position: relative;
	z-index: 1;
}
.nav li.last {
	background:none;
}
.nav li:hover {
	z-index:2;
}
.nav li a {
	display: block;
	line-height: 32px;
	overflow: hidden;
	float: left;
}
a .menu-left {
	background:  url(../images/link-left.gif) no-repeat left top;
	width: 5px;
	height: 32px;	
	display: block;
	float: left;
}
a .menu-mid {
	background: url(../images/link-center.gif) repeat-x top left;
	height: 32px;	
	display: block;
	float: left;
	padding-left:5px;
	padding-right:5px
}
a .menu-right {
	background: url(../images/link-right.gif) no-repeat top left;
	width: 5px;
	height: 32px;
	display: block;
	float: left;
}
.nav li a:hover .menu-left,
.nav li.active a .menu-left,
.nav li:hover a .menu-left
{
	background: url(../images/hover-left.gif) no-repeat left top;
	width: 5px;
	height: 32px;	
	display: block;
	float: left;
	cursor:pointer
}

.nav li a:hover .menu-mid,
.nav li.active a .menu-mid,
.nav li:hover a .menu-mid
{
	background: url(../images/hover-center.gif) repeat-x top left;
	height: 32px;	
	display: block;
	float: left;
	padding-left:5px;
	padding-right:5px;
	cursor:pointer
	
}


.nav li a:hover .menu-right,
.nav li.active a .menu-right,
.nav li:hover a .menu-right {
	background: url(../images/hover-right.gif) no-repeat top left;
	width: 5px;
	height: 32px;
	display: block;
	float: left;
	cursor:pointer
}
.nav li a:hover,
.nav li.active a,
.nav li.hover a,
.nav li:hover a {
	color: #fff;
}



.nav li:hover .sub,
.nav li.hover .sub {
	display:block;
	background:#;
	background-color:#000;

}
.nav li .sub {
	display: none;
	position: absolute;
	top: 32px;
	left: 1px;
	background: url() no-repeat;
	width: 186px;
	padding-top:9px;
}
.nav li ul {
	background: url() repeat-y;
	width: 162px;
	height: auto;
	margin: 0;
	padding: 0 12px 10px;
	list-style: none;
	font-size: 14px;
	z-index:1000
}

.nav li:hover li,
.nav li.active li {
	width: 100%;
	padding: 0px 0 0px;
	border-bottom: 1px #C1D9F0 dashed;
	background: transparent;
	z-index:1000;
	position:relative
}
.nav li:hover li a,
.nav li.active li a {
	color: #fff;
	background: transparent;
	line-height: normal;
	width: 156px;
	padding: 8px 3px 3px;
	text-indent: 1px;
	z-index:1000;
	position:relative
}
.nav li:hover li a:hover,
.nav li.active li a:hover {
	color: #fff;
	background: #165B9F !important;
	text-decoration: none;
	line-height: normal;
	z-index:10000;
	position:relative
}
/*IE*/
.nav li li a:hover,
.nav li li a:hover {
	color: #fff;
	background: #165B9F !important;
	text-decoration: none;
	line-height: normal;
	z-index:1000;
	position:relative

}
/**/
.nav .btm-bg {
	background: url() no-repeat;
	width: 205px;
	height: 9px;
	overflow: hidden;
	z-index:10000;
	float:left
}
.clear
	{
	clear:both
	}
