 .mCss{ /*//主菜单样式表*/
 	display:block;
	width:100px; 
	height:35px;
	float:left;
	display:inline;
	text-align:center;
	font-size:14px;
	color:#83a849;
	font-weight:bold;
	
	overflow:hidden;
	background-repeat:no-repeat;}
 
 .mEndCss{  /*//主菜单最后个的样式表*/
 	display:block;
	width:100px; 
	height:35px;
	float:left;
	display:inline;
	text-align:center;
	font-size:16px;
	color:#007940;
	font-weight:bold;
	
	overflow:hidden;
	background-repeat:no-repeat;}
 
 .mCss1{   /*//主菜单鼠标移上去后的样式表*/
 	display:block;
	width:100px; 
	height:35px;
	
	float:left;
	display:inline;
	text-align:center;
	font-size:14px;
	color:#007940;
	font-weight:bold;
	
	overflow:hidden;
	background-repeat:no-repeat;}

 .mCss a,.mCss1 a,.mEndCss a{
 	display:block;
 	color:#83a849;
	font-size:14px;
	font-weight:bold;
	line-height:36px;
	background:url(/cuave/dfiles/3894/images/menu_fg.png) no-repeat right center;}

.mCss a:hover,.mCss1 a:hover,.mEndCss a:hover{
	display:block;
	color:#007940;
	font-size:14px;
	font-weight:bold;}

 
 .lCss{ /*子菜单样式表*/
 	display:block;
 	color:#fff;
	font-size:12px;
	width:90px;
	height:30px;
	text-align:center;
	border-bottom:1px #fff solid;
	background-color:#007940;
	padding-top:7px;
	border-radius:0 0 3px 3px;
	-webkit-border-radius:0 0 3px 3px;
	-moz-border-radius:0 0 3px 3px;}
 .lCss a,.lCss a:hover{
 	color:#fff;}
 .lCss1{ /*子菜单鼠标移上去样式表*/	
	color:#fff;
	font-size:12px;
	display:block;
	width:90px;
	height:30px;
	text-align:center;
	border-bottom:1px #fff solid;
	background-color:#007940;
	padding-top:7px;}
.lCss1 a,.lCss1 a:hover{
	color:#fc3d00;}
 .lbgCss{ /*子菜单背景样式表*/
	width:90px;}
 