body { behavior: url(/cssHoverFix.htc);}
.nav-wrapper {
	clear: both;
	width: 100%;/*width: auto;*/
	float: left;
}
.nav-left {
	background: url(images/nav_left.gif) no-repeat top left;
	float: left;
	width: 5px;
	height: 36px;
}
#nav {
	background: #fff url(images/nav_bg.gif) repeat-x;
	float: left;
	height: 36px;
	width: 975;
	
}
.nav-right {
	background: url(images/nav_right.gif) no-repeat top right;
	float: left;
	width: 5px;
	height: 36px;
}
#nav ul {
	/*width: 648px;*/
	height: 36px;
	float: left;
	margin: 0;
	padding: 0px;
	list-style: none;
}
#nav li {
	float: left;
	padding: 0 10px;
/*	background: url(images/split.png) no-repeat right center;*/
	position: relative;
	z-index: 1;
	list-style-type:none;	
}
#nav li.last {
	background:none;
}

#nav li:hover {
	z-index:2;
}
#nav li a {
	display: block;
	line-height: 36px;
	overflow: hidden;
	float: left;
	color: #fff;	
	font: bold 13px Arial, Helvetica, sans-serif;
	text-decoration: none;
	text-transform: uppercase;
	cursor: pointer;	
}
a .menu-left {
	width: 8px;
	height: 36px;
	display: block;
	float: left;
}
a .menu-mid {
	height: 36px;
	line-height: 36px;
	display: block;
	width: auto;
	float: left;
}
a .menu-right {
	width: 8px;
	height: 36px;
	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/menu_left.gif) no-repeat left top;
	height: 36px;
	width: 8px;	
	display: block;
	float: left;	
}
#nav li a:hover .menu-mid,
#nav li.active a .menu-mid,
#nav li:hover a .menu-mid  {
	background: url(images/menu_mid.gif) repeat-x left top;
	height: 36px;	
	float: left;	
}
#nav li a:hover .menu-right,
#nav li.active a .menu-right,
#nav li:hover a .menu-right {
	background: url(images/menu_right.gif) no-repeat left top;
	height: 36px;
	width: 8px;	
	float: left;
		
}
#nav li a:hover,
#nav li.active a,
#nav li:hover a {
	color: #4c1f32;
}
#nav li:hover .sub {
	display:block;
}

#nav .sub  li:hover .subInner {
	display:block;
}

#nav .subInner  li:hover .subSecondLevel {
	display:block;
}
#nav li .sub {
	display: none;
	position: absolute;
	top: 27px;
	left: 10px;
	background: url(images/submenu_top.png) no-repeat;
	width: 210px;
	padding-top: 9px;
}

#nav li .sub .subInner {
	display: none;
	position: absolute;
	top: 0px;
	left: 193px;
	background: url(images/subInnermenu_top.png) no-repeat;
	width: 210px;
	padding-top: 6px;
}

#nav li .subInner .subSecondLevel {
	display: none;
	position: absolute;
	top: 0px;
	left: 193px;
	background: url(images/subInnermenu_top.png) no-repeat;
	width: 210px;
	padding-top: 6px;
}

#nav li ul {
	background: url(images/submenu_bg.png) repeat-y;
	width: 193px;
	height: auto;
	margin: 0;
	padding-left: 18px;
	list-style: none;
	border: 0px solid red;
}

#nav li:hover li,
#nav li.active li {
	padding: 1px 0 1px;
	width: 193px;
	background: none !important;
}

#nav li:hover li a,
#nav li.active li a {
	color: #4c1f32;
	background: none !important;
	line-height: normal;
	width: 170px;
	padding: 3px 0px 3px 3px;
/*	margin: 0px 18px;*/
	border-bottom: 1px #fff dotted;	
	text-transform: none;
}
#nav li:hover li a:hover,
#nav li.active li a:hover {
	color: #fff;
	background: #e75a98 !important;
	text-decoration: none;
	line-height: normal;
}
/*IE*/
#nav li li a:hover {
	color: #fff;
	background: #e75a98 !important;
	text-decoration: none;
	line-height: normal;
}
/**/
#nav .btm-bg {
	background: url(images/submenu_bottom.png) no-repeat;
	width: 210px;
	height: 7px;
	overflow: hidden;
	clear: both;
}
