/* ============ Menu Start=============== */
.menu{ width:1024px; height:40px; margin:auto auto; overflow:hidden;}
.overDiv{ background-image:url(/images/img/dj.jpg); background-position:center; background-repeat:no-repeat;}

.menu div{  width:93px; height:40px; float:left; margin-left:0px; overflow:hidden;}
.menu div ul {position:absolute;display:none;width:93px;text-align:left; z-index:101;
	background-color:#FAFAFA;border-right-width: 1px;border-bottom-width: 1px;border-left-width: 1px;
	border-right-style: solid;border-bottom-style: solid;border-left-style: solid;
	border-right-color: #CCCECF;border-bottom-color: #CCCECF;border-left-color: #CCCECF;border-radius: 0px 0px 5px 5px;
	
}
.menu div ul li {display:block;height:30px;line-height:30px;text-align:left; margin-top:3px;text-align:center;}
.menu div ul li a{
	display:block;
	float:left;
	width:93px; height:30px; overflow:hidden;
	font-family: "Î¢ÈíÑÅºÚ";
}
.menu div ul li a:link{font-size:14px; color:#333333; display:block; float:left;}
.menu div ul li a:visited{font-size:14px; color:#333333; display:block; float:left;}
.menu div ul li a:hover{font-size:14px; color:#FF0000; display:block; float:left;}

a.bmenu {display:block;width:93px;height:40px;line-height:40px;text-align:center;}
a.bmenu:link{font-size:16px;color:#000000;font-family: "Î¢ÈíÑÅºÚ";}
a.bmenu:visited{ font-size:16px; color:#000000;font-family: "Î¢ÈíÑÅºÚ";}
a.bmenu:hover{font-size:16px;color:#ffffff;font-family: "Î¢ÈíÑÅºÚ"; background-image:url(/images/img/dj.jpg); background-position:center; background-repeat:no-repeat;}

.overDiv a.bmenu:link,.overDiv a.bmenu:visited {font-size: 16px;color: #FFFFFF;text-decoration: none;}
.overDiv a.bmenu:hover {font-size: 16px;color: #FFFFFF;text-decoration: none;}
.cur{background-image:url(/images/img/dj.jpg); background-position:center; background-repeat:no-repeat;}
/* ============Menu Over=============== */