﻿*{margin:0;padding:0;list-style-type:none;}
a,img{border:0;}
/* expmenu */
ul.expmenu{width:185px;}
ul.expmenu li div.header{padding:8px;border-bottom:1px solid #ddd;}
ul.expmenu li:last-child div.header{border-bottom:none;}
ul.expmenu li ul li{background-color:#fff;padding:6px;border-bottom:1px solid #ddd;}
ul.expmenu li ul li font{font-size:11px; hfont-weight:bold; margin-right:6px;}
ul.expmenu li ul li:last-child{border-bottom:none;}
ul.expmenu li ul li.selected{background-color:#f4f4f4;}
ul.expmenu div.header{
	color:#203f61;
	text-shadow:0px 1px 0px rgba(255, 255, 255, 0.2);
	
	background:#f2f2f2;/* Old browsers */
	background:-moz-linear-gradient(top, #f2f2f2 0%, #ebebeb 100%);/* FF3.6+ */
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0%,#f2f2f2), color-stop(100%,#f2f2f2));/* Chrome,Safari4+ */
	background:-webkit-linear-gradient(top, #f2f2f2 0%,#f2f2f2 100%);/* Chrome10+,Safari5.1+ */
	background:-o-linear-gradient(top, #f2f2f2 0%,#f2f2f2 100%);/* Opera 11.10+ */
	background:-ms-linear-gradient(top, #f2f2f2 0%,#f2f2f2 100%);/* IE10+ */
	background:linear-gradient(to bottom, #f2f2f2 0%,#f2f2f2 100%);/* W3C */
	filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2f2f2', endColorstr='#f2f2f2',GradientType=0 );/* IE6-9 */
}
ul.expmenu li div.header .label{background:no-repeat;color: #494949;/*text-shadow: 0px 0px 0px rgba(255, 255, 255, 0.8);*/ font-weight:bold;}
ul.expmenu li div.header .arrow{display:block;width:16px;height:16px;background:no-repeat center;float:right;}
ul.expmenu li div.header .arrow.up{background-image:url(../images/arrow_u.png);}
ul.expmenu li div.header .arrow.down{background-image:url(../images/arrow_d.png);}
ul.expmenu li .menu{display:none;}	
.label a{color:#494949;}
.label a:hover{color:#a73217;}
.label font{font-size:10px; font-family:"宋体"; margin-right:6px;}
/* Mouse Events */
ul.expmenu div.header:hover{
	background:#f2f2f2;/* Old browsers */
	background:-moz-linear-gradient(top, #f2f2f2 0%, #f2f2f2 100%);/* FF3.6+ */
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0%,#ebebeb), color-stop(100%,#ebebeb));/* Chrome,Safari4+ */
	background:-webkit-linear-gradient(top, #ebebeb 0%,#ebebeb 100%);/* Chrome10+,Safari5.1+ */
	background:-o-linear-gradient(top, #ebebeb 0%,#ebebeb 100%);/* Opera 11.10+ */
	background:-ms-linear-gradient(top, #ebebeb 0%,#ebebeb 100%);/* IE10+ */
	background:linear-gradient(to bottom, #ebebeb 0%,#ebebeb 100%);/* W3C */
	filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ebebeb', endColorstr='#ebebeb',GradientType=0 );/* IE6-9 */
	cursor:pointer;
}

ul.expmenu li ul li:not(.selected):hover{
	background:#ddd;/* Old browsers */
	cursor:pointer;
}
ul.expmenu li ul li:not(.selected):active{
	background:#f1f1f1;/* Old browsers */
	cursor:pointer;
}
.menu{margin-bottom:5px; margin-top:5px;}