.tabmenu {
	width: 230px;
	height: 400px;
	float: left;
	border: 1px solid  #ddd;
	background:#fff;
	border-right: 4px solid #e6e6e6;
}
.tabmenu ul {
	 margin-top: 14px;
}
.tabmenu a{
	text-decoration:none;
}
.tabmenu li {
	text-align: left;
	width: 155px;
	height: 31px;
	margin-left: 40px;
	overflow: hidden;
	line-height: 31px;
	font-size: 14px;
	font-weight: bold;
	color: #999999;
	padding-left: 35px;
	-webkit-filter: grayscale(100%); 
-moz-filter: grayscale(100%); 
-ms-filter: grayscale(100%); 
-o-filter: grayscale(100%); 
filter: grayscale(100%); 
	filter: grayscale(100%);
}
.tabmenu li:hover{
	text-align: left;
	width: 190px;
	height: 31px;
	margin-left: 40px;
	overflow: hidden;
	line-height: 31px;
	font-size: 14px;
	cursor: pointer;
	color: #097058;
	background-position:0px 5px !important;
	-webkit-filter: grayscale(0%); 
-moz-filter: grayscale(0%); 
-ms-filter: grayscale(0%); 
-o-filter: grayscale(0%); 
filter: grayscale(0%); 
	filter: grayscale(0%) !important;	
}
.span2,.span3{ -webkit-animation-delay: 0.2s; animation-delay: 0.2s; }
#ico12{
	background: url(../images/ico12.png) no-repeat 0px 5px;
}