.topmenuZone{
	width:605px;
	height:118px;
	background:url(../images/Menu/namebg.png) center no-repeat;
}
.topmenuZone ul{
	list-style:none; margin:0; padding:0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px; font-weight:bold;
	background:url(../images/Menu/namebg.png) center no-repeat;  
}
.topmenuZone ul li, .topmenuZone ul li a{
	float:left; width:86px; height:118px;
	text-align:center; line-height:180px; color:#fff;
	text-decoration:none;
}
.topmenuZone ul li:hover, .topmenuZone ul li a:hover{
	background:url(../images/Menu/bghover.png) center no-repeat;
	background-size: 100% 100%;
	color:#023f6d;
	text-decoration:none;
}
.actives, .focus{
	background:url(../images/Menu/bghover.png) center no-repeat;
	color:#023f6d;
	text-decoration:none;
}
