@charset "utf-8";






.CollapsiblePanel {
 margin: 0px;
 width:40px; height:34px; padding:20px 0 0 0; float:right;
}


.CollapsiblePanelTab {
 width:40px;  
 cursor: pointer;
 -moz-user-select: none;
 -khtml-user-select: none;
}
.CollapsiblePanelTab img{width:35px; height:32px;}

.CollapsiblePanelContent {
 width:100%; position:absolute; right:0; top:60px; z-index:999;
 margin: 0px;
 padding: 0px;}


.CollapsiblePanelTab a {
 text-decoration: none;
}

.ejmenu{background:#19173f; margin-top:2px;}
.ejmenu li{width:90%; margin:0 auto; border-bottom:1px solid #3e35db; height:30px; line-height:30px; font-size:16px; color:#fff; text-align:center; margin-bottom:5px;}
.ejmenu li a{color:#fff;}


.menu_head{
	width: 97%;
	
	line-height: 59px;
	padding-left: 3%;
	font-size: 18px;
	color: #fff;
	cursor: pointer;
	border-bottom: 1px solid #8582b9;
	position: relative;
	margin: 0px;
	background: #322f6f url(../images/nav_03.gif) center right no-repeat;
}
.menu_list .current{background:#19173f url(../images/nav_06.gif) center right no-repeat;}
.menu_body{width:100%;height:auto;overflow:hidden;line-height:38px;backguound:#413f6d;}
.menu_body a{display:block;width:100%;min-height:38px;line-height:38px;padding-left:5%;color:#fff;background:#413f6d;text-decoration:none; font-size:16px;}
.menu_body a:hover{text-decoration:none;}