body{
	margin: 0;
	padding: 0;
	font-family: Verdana, Geneva, sans-serif;
	color: #666;
	background-color: #CCC;
		}

#websiteindex {
	margin:0 auto 0 auto;
	position:relative;
	width:960px;
	height:560px;
	background-image: url(../images/hghzh_log5.jpg);
	
}	

#li_yel {
	position:absolute;
	left:0px;
	top:0px;
	width:140px;
	height:560px;
	z-index:2;
	background-color: #EFEF19;
}

#blman {
	position:absolute;
	left:-39px;
	top:293px;
	width:124px;
	height:291px;
	z-index:7;
}
#navihold {
	position:absolute;
	left:229px;
	top:472px;
	width:606px;
	height:21px;
	z-index:1;
	font-size: 10px;
	color: #666;
	background-color: #F2F2F2;
}
div.menu {
	float: left;
	width: 100px;
	height:21px;
	text-align: left;
	z-index:2;
	color: #ccc;
	
}

.menu a
{	
text-decoration: none;
color: #666;
font-size:10px;
}

div.overmenu
{display:none;

}

div.menu:hover div.overmenu
{ 
display: block;
background-color: #f2f2f2;
height:68px;
width: 150px;
text-align: left;
padding-top: 8px;
z-index: 3;
}

.menu div:hover
{
width:150px;
background-color: #efef19;
}

