.nav-wrapper a {
	color: #ffffff;
	text-decoration: none;
	cursor: pointer;
	font-weight: bold;
}

.nav-wrapper a:hover {
	color: #cc33cc;
}

.nav p {
	margin: 0 0 17px;
	padding: 0;
	line-height: 18px;
}

.nav-wrapper {
	float: none;
	width: 830px;
	margin: 0 auto 0 auto;
	height: 40px;
}

.nav { 
	float: left;
	height: 35px;
	background: url(images/menu/nav_bg.gif) repeat-x;
}

.nav-left { 
	background: url(images/menu/nav-left-bg1.gif) no-repeat top left;
	float: left;
	width: 9px;
	height: 40px;
}

.nav-right {
	background: url(images/menu/nav-right-bg1.gif) no-repeat top right;
	float: left;
	width: 9px;
	height: 40px;
}

.nav ul {
	height: 38px;
	float: left;
	padding-top: 3px;
	list-style: none;
	font-size: 1.2em;
}
.nav li {
	float: left;
	padding: 0 5px;
	background: url(images/menu/split.png) no-repeat right center;
	position: relative;
	z-index: 1;
}
#last {
	background-image:none;
}
.nav li:hover {
	z-index:2;
}
.nav li a {
	display: block;
	background: none;
	line-height: 38px;
	overflow: hidden;
	float: left;
}
a .menu-left {
	background: url(images/menu/menu_left.gif) no-repeat left top;
	width: 5px;
	height: 32px;
	line-height: 35px;
	display: block;
	float: left;
}
a .menu-mid {
	background: url(images/menu/menu_mid.gif) repeat-x top left;
	height: 32px;
	line-height: 35px;
	display: block;
	float: left;
}
a .menu-right {
	background: url(images/menu/menu_right.gif) no-repeat top left;
	width: 6px;
	height: 32px;
	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: #cc33cc;
}

.nav li .sub {
	display: none;
	position: absolute;
	top: 27px;
	left: 4px;
	background: url(images/menu/submenu_top.png) no-repeat;
	width: 186px;
}

.nav li:hover .sub, .nav ul ul:hover .sub,
.nav li li:hover .sub { display:block; }

.nav li ul {
	background: url(images/menu/submenu_bg.png) repeat-y;
	height: auto;
	margin: 0;
	padding: 0 12px 10px;
	list-style: none;
	font-size: 0.9em;
}

.nav li:hover li,
.nav li.active li {
	width: 100%;
	padding: 1px 0 2px;
	border-bottom: 1px #C1D9F0 dashed;
	background: none !important;
}
.nav li:hover li a,
.nav li.active li a {
	color: #cc33cc;
	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: #fff;
	background: #cc33cc !important;
	text-decoration: none;
	line-height: normal;
}
/*IE*/
.nav li li a:hover,
.nav li li a.hover {
	color: #fff;
	background: #cc33cc !important;
	text-decoration: none;
	line-height: normal;
}
/**/
.nav .btm-bg {
	background: url(images/menu/submenu_bottom.png) no-repeat;
	width: 205px;
	height: 9px;
	overflow: hidden;
	clear: both;
}

/* Fix IE. Hide from IE Mac \*/
* html ul li { float: left; }
* html ul li a { height: 1%; }
* html div.nav-wrapper { margin-bottom: -1px; }
* html .nav li .sub { margin-top: 5px; background: url(images/menu/submenu_top.gif) no-repeat;}
* html .nav li ul { background: url(images/menu/submenu_bg.gif) repeat-y;}
* html .nav .btm-bg { background: url(images/menu/submenu_bottom.gif) no-repeat;}
/* End */