﻿#nav .doso {
	background-color: #FFFFFF;
	font-size: 12px;
	line-height: 20px;
	margin: 0px;
	padding: 0px;
	float: left;
	position: relative;
}
#nav .zhuang{
	background-color: #FFFFCC;
	color: #006600;
	font-size: 14px;
	border-top-width: 4px;
	border-right-width: 4px;
	border-bottom-width: 4px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #6F9F0F;
	border-right-color: #6F9F0F;
	border-bottom-color: #6F9F0F;
	border-left-color: #6F9F0F;
	height: 20px!important;/*FF IE7*/
	height: 22px;
	width: 35px;
	padding-top: 5px;
	background-image: url(/Images/arrow.gif);
	background-repeat: no-repeat;
	background-position: 5px 12px;
	padding-left: 10px;
	overflow: hidden;
}
#nav .zhuang a{
	color: #FF6600;
	display: block;
}
#nav .classlist{
	background-color: #FFFFCC;
	position: absolute;
	left: 0px;
	top: 4px;
	font-size: 14px;
	line-height: 22px;
	width: 45px;
	border-top-width: 0px;
	border-right-width: 4px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #6F9F0F;
	border-right-color: #6F9F0F;
	border-bottom-color: #6F9F0F;
	border-left-color: #6F9F0F;
}
#nav .classlist .lis{
	width: 45px;
	height: 27px;
}
#nav .classlist .lis a{
	width: 35px;
	display: block;
	padding-left: 10px;
	height: 25px;
	padding-top: 2px;
}
#nav .classlist .lis a:hover{
	color: #5A810C;
	background-color: #CFF385;
}
#nav .close{
	background-color: #6F9F0F;
	color: #FF0000;
	padding-left: 10px;
	font-size: 12px;
	line-height: 22px;
}
#nav .close a{
	color: #FFFFFF;
}