/* ============ Menu Start=============== */
.menu{ width:1026px; height:41px; margin:auto auto; overflow:hidden;
	background-image:url(/images/pic/mbg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.menu div{  width:82px; height:41px; float:left; margin-left:0px; overflow:hidden;}
.overDiv{ background-image:url(/images/img/nav_dj.jpg); background-position:center; background-repeat:no-repeat;}
.menu div ul {position:absolute;display:none;width:82px;text-align:left; z-index:101;
	background-color:#D79043;
}
.menu div ul li {display:block;height:30px;line-height:30px;text-align:left; margin-top:3px;}
.menu div ul li a{
	display:block;
	float:left; margin-left:2px;
	width:82px; height:30px; overflow:hidden;
	font-family: "Î¢ÈíÑÅºÚ";
	text-align:center;
	
}
.menu div ul li a:link{font-size:14px; color:#ffffff; display:block; display:block; width:80px; height:30px;}
.menu div ul li a:visited{font-size:14px; color:#ffffff; display:block; float:left;}
.menu div ul li a:hover{font-size:14px; color:#ffffff; display:block; float:left; background-color:#E1AC74;}

a.bmenu {display:block;width:82px;height:41px;line-height:41px;text-align:center;}
a.bmenu:link{font-size:16px;color:#ffffff;font-family: "Î¢ÈíÑÅºÚ";}
a.bmenu:visited{ font-size:16px; color:#ffffff;font-family: "Î¢ÈíÑÅºÚ";}
a.bmenu:hover{font-size:16px;color:#ffffff;font-family: "Î¢ÈíÑÅºÚ"; background-image:url(/images/img/nav_dj.jpg); background-position:center; background-repeat:no-repeat;}

a.cur{
	display:block;
	width:88px;
	height:37px;
	line-height:37px;
	text-align:center;
	background-repeat: no-repeat;
	background-position: center center;
}
a.cur:link{ font-size:14px;  color:#00000;}
a.cur:visited{ font-size:14px; color:#000000;}
a.cur:hover{ font-size:14px; color:#ff0000;}

.col_line{
	width:4px;height:37px; float:left;overflow:hidden; margin-left:10px; margin-right:5px;
}
/* ============Menu Over=============== */