@charset "utf-8";

.menu {
	margin: 0px 0 0;
	padding: 0;
	list-style: none;
	
}
.menu li {
	padding: 0;
	margin: 0 0px;
	float: left;
	position: relative;
	text-align: center;
	width: 91px;
	height:27px;
}
.menu a {
	padding-top: 4px;
	line-height:21px;
	display: block;
	color: #000000;
	width: 91px;
	height:20px;
	font-weight: bold;
	/*background: url(../images/button.gif) no-repeat center center;*/
}
.menu li em {
	background: url(../images/hover.png) no-repeat;
	width: 178px;
	height: 42px;
	position: absolute;
	top: -85px;
	left: -15px;
	text-align: center;
	padding: 20px 12px 10px;
	font-style: normal;
	z-index: 1000;
	display: none;
}



