
/* expmenu */
ul.expmenu{width:285px;}
ul.expmenu li div.listheader{padding:12px;border-bottom:1px #fff solid;}
ul.expmenu li:last-child div.listheader{border-bottom:none;}
ul.expmenu li ul li {background-color:#c6fbfc;padding:12px;border-bottom:1px solid #2ca2b5;border-top:1px solid #2ca2b5;color:#727272;text-shadow:0px 1px 0px rgba(255, 255, 255, 0.8);}
ul.expmenu li ul li:last-child{border-bottom:none;}
ul.expmenu li ul li.selected{background-color:#f4f4f4;}
ul.expmenu div.listheader{
	color:#203f61;
	text-shadow:0px 1px 0px rgba(255, 255, 255, 0.2);
	
	background:#2ca2b5;/* old browsers */
	background:-moz-linear-gradient(top, #2ca2b5 0%, #2ca2b5 100%);/* ff3.6  */
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0%,#ae9c7e), color-stop(100%,#ae9c7e));/* chrome,safari4  */
	background:-webkit-linear-gradient(top, #ae9c7e 0%,#ae9c7e 100%);/* chrome10 ,safari5.1  */
	background:-o-linear-gradient(top, #ae9c7e 0%,#ae9c7e 100%);/* opera 11.10  */
	background:-ms-linear-gradient(top, #ae9c7e 0%,#ae9c7e 100%);/* ie10  */
	background:linear-gradient(to bottom, #2ca2b5 0%,#2ca2b5 100%);/* w3c */
	filter:progid:dximagetransform.microsoft.gradient( startcolorstr='#2ca2b5', endcolorstr='#2ca2b5',gradienttype=0 );/* ie6-9 */
}
ul.expmenu li div.listheader .label a{background:no-repeat;color:#fff;/*font-weight:bold;*/ font-size:16px;}
ul.expmenu li div.listheader .arrow{display:block;width:16px;height:16px;background:no-repeat center;float:right;}
ul.expmenu li div.listheader .arrow.up{background-image:url(/uploads/image/simage/arrow_u.png);}
ul.expmenu li div.listheader .arrow.down{background-image:url(/uploads/image/simage/arrow_d.png);}
ul.expmenu li .menu{display:none;}	
/* mouse events */
ul.expmenu div.listheader:hover{
	background:#2ca2b5;/* old browsers */
	background:-moz-linear-gradient(top, #2ca2b5 0%, #2ca2b5 100%);/* ff3.6  */
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0%,#2ca2b5), color-stop(100%,#2ca2b5));/* chrome,safari4  */
	background:-webkit-linear-gradient(top, #2ca2b5 0%,#2ca2b5 100%);/* chrome10 ,safari5.1  */
	background:-o-linear-gradient(top, #2ca2b5 0%,#2ca2b5 100%);/* opera 11.10  */
	background:-ms-linear-gradient(top, #2ca2b5 0%,#2ca2b5 100%);/* ie10  */
	background:linear-gradient(to bottom, #2ca2b5 0%,#2ca2b5 100%);/* w3c */
	filter:progid:dximagetransform.microsoft.gradient( startcolorstr='#2ca2b5', endcolorstr='#2ca2b5',gradienttype=0 );/* ie6-9 */
	cursor:pointer;
}

ul.expmenu li ul li:not(.selected):hover{
	background:#efe8d8;/* old browsers */
	cursor:pointer;
}
ul.expmenu li ul li:not(.selected):active{
	background:#f1f1f1;/* old browsers */
	cursor:pointer;
}


.menu ol { padding-left:15px; border:#e7e7e7 1px solid; border-top:none;background: #f7f2e5;}
.menu li i{background-color: #2ca2b5;padding: 1px 4px;color: #fff;text-shadow: 0px 0px 0px rgba(255, 255, 255, 0.8);font-family: 宋体;font-style:normal;}
.menu a{color: #3f3f3f;text-decoration: none;}
.menu .no {display:none;}
.menu ol a{width: 228px;display: block;line-height:2.4em;margin-left: 20px;}











