.nav {
	float: left;
	width: 980px;
	height: 70px;
	margin: 0px;
	background: url(images/menu_middle.jpg) repeat-x;
}

.nav a {
	font: 12px Verdana, Tahoma, Arial, Helvetica;
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
}
.nav a:hover {
	color: #ffffff;
}

.nav-wrapper {
	clear: both;
	float: left;
	z-index: 5000;
}

.nav-left {
	float: left;
	width: 20px;
	height: 70px;
	background: url(images/menu_left.jpg) no-repeat left center;
}
.nav-right {
	float: left;
	width: 20px;
	height: 70px;
	background: url(images/menu_right.jpg) no-repeat right center;
}

.nav ul {	
	height: 49px;
	float: left;
	margin: 0px;
	margin-top: 10px;
	padding: 0px;
	list-style: none;
	list-style-type: none;
	font-size: 12px;
	position: relative;
	z-index: 5000;
}

.nav li {
	float: left;
	padding-left: 0px;
	margin-left: 0px;
	margin-right: 0px;
	padding-right: 1px;
	background: url(images/split.gif) repeat-y right center;
	position: relative;
	list-style: none;
	list-style-type: none;
}

.nav li.last {
	background:none;
}

.nav li:hover {
	z-index:5000;
}

.nav li a {
	display: block;
	line-height: 49px;
	overflow: hidden;
	float: left;
	text-align: center;
}
a .menu-left {
	background: url(images/menu_rollover.jpg) no-repeat left;
	width: 5px;
	height: 49px;
	line-height: 49px;
	display: block;
	float: left;
	background-position: 0 0px;
}
a .menu-mid {
	background: url(images/menu_rollover.jpg) repeat-x;
	height: 49px;
	line-height: 49px;
	display: block;
	float: left;
	cursor: pointer;
	text-align: center;
	background-position: 0 0px;
}

a .menu-right {
	background: url(images/menu_rollover.jpg) no-repeat left;
	width: 5px;
	height: 49px;
	line-height: 49px;
	display: block;
	float: left;
	background-position: 0 0px;
}

.nav li.active a .menu-left,
.nav li.active a .menu-mid,
.nav li.active a .menu-right {
	background-position: 0 -49px;
	line-height: 49px;
}

.nav li a:hover .menu-left,                      /* top level*/
.nav li:hover a .menu-left,
.nav li a:hover .menu-mid,
.nav li:hover a .menu-mid,
.nav li a:hover .menu-right,
.nav li:hover a .menu-right {
	line-height: 49px;
	background-position: 0 -49px;
}

.nav li a:hover,
.nav li.active a,
.nav li.hover a,
.nav li:hover a {
	color: #ff8500;

}
	
.nav li:hover .sub {	
	display: block;
}

.nav li .sub li .sub1 li .sub1,.nav li .sub li .sub {
	display: none;
	position: absolute;
}

.nav li .sub li .sub1 li:hover .sub1,.nav li .sub li:hover .sub1 {
	display:block;
	top: -10px;
	left:185px;
	position: absolute;
}

.nav li .sub {                        /*  level1 , without rounded top image*/  
	display: none;
	position: absolute;
	top: 38px;
	left: 0px;
	z-index: 5000;
}

.nav li .sub1 {                      /*  from level2 , with rounded top image*/
	display: none;
	position: relative;
	width: 100%;
}

.nav li ul {
	position: absolute;
	background-color: #fff;
	width: 180px;
	height: auto;
	margin-left: 0px;
	padding: 5px 15px 10px 0px;
	list-style: none;
	font-size: 14px;
	white-space: nowrap;
	border: 1px solid #ff8500;
	z-index: 5000;
}

.nav li:hover li,
.nav li.active li {
	width: 100%;
	padding: 1px 0 2px;
	border-bottom: 1px #ff8500 dashed;
	background: none !important;
}

/* sub menu items   */
.nav li .sub li a{
	color: #000000;
	line-height: normal;
	margin:0px;
	text-align:left;
	width: 100%;
	padding: 2px 0px 11px;
	padding-right:10px;
	text-indent: 1px;
	margin-left: 5px;
}

.nav li:hover li a,                   /* sub menu items   */
.nav li.active li a {
	color: #000000;
	font-size: 10px;
	font-weight: normal;
	line-height: normal;
	width: 100%;
	padding: 2px 3px 1px;
	text-indent: 1px;
}

.nav li:hover li a:hover,
.nav li.active li a:hover {
	color: #fff;
	background: #ff8500 !important;
	text-decoration: none;
	line-height: normal;
	width: 100%;
}

.nav li:hover li a.havechild:hover,
.nav li.active li a.havechild:hover {
	color: #fff;
	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 {
	overflow: hidden;
	clear: both;
}

