.mnuTop {
	background:transparent url(../img/mnuTop/bg.jpg) no-repeat scroll 0 0;
	float:left;
	font-size:11px;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	padding-left:15px;
	text-transform:uppercase;
	width:925px; 
	margin-top:5px; 
}
.mnuTop li {
	background:transparent url(../img/mnuTop/divider.gif) no-repeat scroll right center;
	float:left;
	height:41px;
	*height:42px;
	margin:0;
	padding:0 20px 0 0;
	position:relative;
	
	_height:41px; 
	_overflow:hidden;
}
.mnuTop li a {
	color:#FFFFFF;
	line-height:41px;
	*line-height:42px;
	padding-left:20px;
	text-decoration:none;
	
}
.mnuTop li:hover {
	background:transparent url(../img/mnuTop/li_right.jpg) no-repeat scroll right center;
}
.mnuTop li:hover a {
	background:transparent url(../img/mnuTop/li_left.jpg) no-repeat scroll left center;
	color:#666666;
	padding-bottom:13px;
	padding-top:13px;
	*padding-bottom:14px;
	*padding-top:14px;
}
.mnuTop li:hover .submenu {
	display:block;
}
.submenu {
	background:transparent url(../img/mnuTop/bg_mnu.png) repeat scroll left bottom;
	display:none;
	list-style-image:url(../img/mnuTop/bullet.gif);
	list-style-position:outside;
	list-style-type:disc;
	opacity:0.95;
	padding:6px 0 12px;
	position:absolute;
	width:215px;
	z-index:102;
}
.submenu li {
	background:transparent none repeat scroll 0 0 !important;
	border-bottom:1px solid #EEEEEE;
	clear:both;
	cursor:pointer;
	height:auto;
	line-height:normal;
	margin-left:30px;
	padding-bottom:8px;
	padding-top:8px;
	width:150px;
}
.submenu li:last-child {
	border-bottom:medium none;
}
.submenu li:hover a {
	color:#e4007b;
}
.submenu li a {
	background:transparent none repeat scroll 0 0 !important;
	line-height:normal;
	padding:0 !important;
}