.menu {width:1212px;	background:#ff0000;
 margin:0 auto; z-index:9; zoom:1; height:50px; line-height:50px;  position:relative;}
.menu a {
	text-decoration: none;display: block; padding: 0 12px; margin-right: 1px; line-height: 50px; font-size: 16px; color: #fff;
}
.menu a:hover{color:#ffffff;}
ul {
	margin: 0;
	padding: 0;
}
.menu li {
	list-style: none;
	float: left;
	width: 150px;
	overflow: visible;
	cursor: pointer;
}
ul.level0 {
	height: 50px;
	overflow: visible;
}
ul.level1, ul.level2, ul.level3 {
	width: 150px;
	display: none;
}
ul.level2, ul.level3 {
	margin: -28px 0 0 135px;
}
ul.level0 > li {
	height: 50px;
	line-height: 50px;
	text-align: center;
}
ul.level1 > li, ul.level2 > li, ul.level3 > li {
	height: 50px;
	line-height: 50px;
	background: #FF0000;
}
ul.level0 > li:hover {background:#D00000;
}
ul.level1 > li:hover, ul.level2 > li:hover, ul.level3 > li:hover {background:#D00000
}
ul.level0 > li.imyeah:hover > ul, ul.level1 > li.imyeah:hover > ul, ul.level2 > li.imyeah:hover > ul, ul.level3 > li.imyeah:hover > ul {
	display: block;
}
.active{background:#D00000;}