﻿body {
	margin: 0px;
	padding: 0px;
	font-family: "微软雅黑";
	font-size: 9pt;
	height: 100%;
	color: #434A54;
}

input {
	font-family: "微软雅黑";
	font-size: 9pt;
	color: #434A54;
	outline-style: none;
	background: #FFF;
	border: 1px solid #E6E9ED;
}

select {
	font-family: "微软雅黑";
	font-size: 9pt;
	color: #434A54;
	outline-style: none;
}

textarea {
	font-family: "微软雅黑";
	font-size: 9pt;
	color: #434A54;
	outline-style: none;
	background: #FFF;
	border: 1px solid #E6E9ED;
}

* {
	list-style-type: none;
}

a,img {
	border: 0;
}

a {
	text-decoration: none;
	color: #434A54;
}

ul.expmenu {
	width: 198px;
	font-size: 10.5pt;
	border: 1px solid #E6E9ED;
	margin: 0px;
	padding: 0px;
}

ul.expmenu>li {
	border-top: 1px dotted #E6E9ED;
	vertical-align: top;
}

ul.expmenu>li:first-child {
	border-top: none;
}

ul.expmenu li div.header {
	height: 30px;
}

ul.expmenu li:last-child div.header {
	border-bottom: none;
}

ul.expmenu li ul li {
	background-color: #FFF;
	padding: 5px 12px 5px 60px;
	color: #434A54;
}

ul.expmenu li ul li:last-child {
	border-bottom: none;
}

ul.expmenu li ul li.selected {
	background-color: #DD0000;
}

ul.expmenu li ul li.selected a {
	color: #FFF;
}

ul.expmenu div.header {
	background: #FFF;
	padding-left: 10px;
}

ul.expmenu li div.header .label {
	background: no-repeat;
	color: #434A54;
	font-size: 10.5pt;
	font-weight: bold;
	padding-left: 24px;
	padding: 5px 0px;
	display: inline-block;
}

ul.expmenu li div.header .arrow {
	display: inline-block;
	width: 16px;
	height: 16px;
	background: no-repeat center;
	float: left;
	padding: 7px 9px;
}

ul.expmenu li div.header .arrow.up {
	background-image: url(../../image/down.gif);
}

ul.expmenu li div.header .arrow.down {
	background-image: url(../../image/right.gif);
}

ul.expmenu li .menu {
	display: none;
	margin: 0;
	padding: 0;
}

ul.expmenu li .menu>li:first-child {
	border-top: 1px dotted #E6E9ED;
}

ul.expmenu div.header:hover { 
	cursor: pointer;
}

ul.expmenu li ul li:not        (.selected        ):hover {
	background: #e7e7e7; 
	cursor: pointer;
}

ul.expmenu li ul li:not        (.selected        ):active {
	background: #f1f1f1; 
	cursor: pointer;
}