.menuHeader {
	position:absolute;
}
.menuHeader, .genHeader {
	text-align:left;
	height:26px;
	line-height:26px;
	background:#F7F7F7;
	overflow:hidden;
	white-space: nowrap;
	border-radius: 5px;
	width:280px;
}
.genHeader {
	display:inline-block;
	border:1px solid #666;
	background:#F1F1F1 url(Images/down.gif) no-repeat right;
	font-weight:bold;
	padding:0 22px 0 10px;
	cursor:pointer;
	box-shadow:inset 0 0 10px #eee;
	font-size:13px;
}
.genHeaderSel {
	background-color:#DDD !important;
}

.advMenuUL {
	list-style-type: none;
	padding:0px;
	margin:0px;
	margin-top:-3px;
	border:1px solid #ccc;
	border-top:0px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
	-moz-box-shadow: 5px 5px 5px #666;
	-webkit-box-shadow: 5px 5px 5px #666;
	box-shadow: 5px 5px 5px #666;
}

.advMenuUL li {
	height:26px;
	line-height:26px;
	margin:0px;
	padding: 0 10px 0 10px;
	cursor:pointer;
}
.advMenuUL li.sel,
.advMenuUL li:hover {
	background: #5C5A5A;
	color: #fff;
	border-radius: 3px;
}