

.menuHeader, .genHeader {
	border: 1px solid #E6E6D2;
	line-height: 30px;
	height: 30px;
	width: 383px;
	overflow: hidden
}
.genHeader {
	background: url(../img/bgs_repeat-x.png) no-repeat right -253px white;
    cursor: pointer;
    overflow: hidden;
	float:left;
	text-indent: 14px;
	margin: 10px 0px
}
#content .menuHeader {
    position: absolute;
	left: 178px;
	top: 40px;
	background: white;
    z-index: 400;
	margin: 0px 0px 20px 0px;
	padding: 0px;
	display: block;
}
#content .advMenuUL li {
    list-style-image: none;
    cursor: pointer;
    margin: 0;
	padding: 0px;
	padding-left: 12px;
	width:371px;
	display: block;
}
.advMenuUL li.sel, .advMenuUL LI:hover {
    background: #EFEFEF
}

#content .no_label .menuHeader {
	left: 0px;
}
