 @font-face
{
font-family: myFirstFont;
src: url('宋体.ttf'),
     url('宋体.eot'); /* IE9+ */
	 font-size:12px;
}

ul{
	margin:0;
	padding:0;
	list-style:none;
	font-family: "宋体";
	 font-size:12px;
}

ul.container{
	/* The topmost UL */
	width:201px;
	margin:0 auto;
	 font-family: "宋体";
	  font-size:12px;
	  
	  
}

 

li.menu{
	/* The main list elements */
	padding:0px 0;
	width:100%;
	font-family: "宋体";
	font-size:12px;
	line-height:30px;
}

li.button a{
	/* The section titles */
	display:block;
	
	font-size:12px;
	height:42px;
	overflow:hidden;
	text-align:left;
	padding-left:40px;
	position:relative;
	width:229px;
	font-family: "宋体";
}

li.button a:hover{
	/* Removing the inherited underline from the titles */
	text-decoration:none;
	font-family: "宋体";
}

 
/* Setting up different styles for each section color */

 

li.button a.green{background:url(../images/tu.JPG) no-repeat top ; color:#436800;font-size: 12px;
	
	color: #000000;
	line-height:35px;
	width:162px;
	font-family: "宋体";
	border:none;
	
	}
 
 
.dropdown{
	/* The expandable lists */
	display:none;
	padding-top:0px;
	width:100%;
	font-family: "宋体";
}

.dropdown li{
	/* Each element in the expandable list */
	background-color:#fff;
	color:#CCCCCC;
	margin:0px 18px;
	padding:4px 0px  ;
	text-align:left;
	border-bottom:#E2E2E2 solid 1px;
	font-family: "宋体";
}


 

.clear{
	clear:both;
	font-family: "宋体";
}

 
a, a:visited {
	color:#000000;
	text-decoration:none;
	outline:none;
	font-family: "宋体";
}

a:hover{
	text-decoration:underline;
	font-family: "宋体";
}

 