@charset "utf-8";
/* CSS Document */

a {
    font-family:arial;
	font-weight: normal;
	font-size: 12;
	color: #fff;
	text-decoration: none;
}
a:hover {
	color: #FFFFFF;
}
.nav {
   padding:0 0 0 0; 
   margin:0; 
   height:38px; 
   position:relative; 
   list-style:none; 
}
.nav-left {
	background: url(../images/menu/nav_left.jpg) no-repeat top left;
	float: left;
	width: 11px;
	height: 41px;
}
.nav-right {
	background: url(../images/menu/nav_right.jpg) no-repeat top right;
	float: left;
	width: 11px;
	height: 41px;
}
.nav ul {
	width: 820px;
	height: 38px;
	float: left;
	margin: 0;
	padding-top: 8px;
	list-style: none;
	font-size: 14px;
	z-index: 0;
	padding-left: 10px;
}
.nav li {
	float: left;
	padding: 0 0 0 0;
	position: relative;
	z-index: 1;
}
.nav li.last {
	background:none;
}
.nav li:hover {
	z-index:2;
}
.nav li a {
	display: block;
	line-height: 38px;
	overflow: hidden;
	float: left;
}
a .menu-left {
	background: url(../images/menu/menu_left.jpg) no-repeat left top;
	width: 8px;
	height: 32px;
	line-height: 35px;
	display: block;
	float: left;
}
a .menu-mid {
	background: url(../images/menu/menu_mid.jpg) repeat-x top left;
	height: 32px;
	line-height: 35px;
	display: block;
	float: left;
}
a .menu-right {
	background: url(../images/menu/menu_right.jpg) no-repeat top left;
	width: 8px;
	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 -38px;
	line-height: 35px;
}
.nav li a:hover,
.nav li.active a,
.nav li.hover a,
.nav li:hover a {
	color: #ffffff;
}
.nav li:hover .sub,
.nav li.hover .sub {
	display:block;
	text-align: left;
}
.nav li .sub {
	display: none;
	position: absolute;
	top: 25px;
	left:-8px;
	background-color:#e9006e;
	width: 220px;
	padding-top: 10px;
		background: url(../images/menu/menu_sub_top.jpg) no-repeat;

}
.nav li ul {
	background-color:#e9006e;
	width: 220px;
	height: auto;
    padding: 0 0 0 0;
	list-style: none;
	font-family:arial;
	color:#FFFFFF;
	font-size: 12px;
	background: url(../images/menu/center_sub.png);

}

.nav li:hover li,
.nav li.active li {
	width: 100%;
	padding: 0 0 0;
	background: none !important;
}
.nav li:hover li a,
.nav li.active li a {
	color: #FFFFFF;
	background: none !important;
	line-height: normal;
	width: 220px;
	padding: 2px 0px 2px;
	text-indent: 6px;
		margin-left:10px;

	font-weight: normal;
}
.nav li:hover li a:hover,
.nav li.active li a:hover {
	text-decoration: none;
	line-height: normal;
	color: #FFFFFF;
	line-height: normal;
	width: 200px;
	padding: 2px 0px 2px;
	text-indent: 6px;
		margin-left:10px;

	font-weight: normal;
}
.nav .btm {
			background: url(../images/menu/bottom_sub.png) no-repeat;
	width: 220px;
	height: 15px;
	overflow: hidden;
	clear: both;
}
/*IE*/
.nav li li a:hover,
.nav li li a:hover {
	color: #fff;
	background: #000000 !important;
	text-decoration: none;
	line-height: normal;
}
