.menuHeader {
	position:absolute;
}
.menuHeader, .genHeader {
	text-align:left;
	height:26px;
	line-height:26px;
	background:#F7F7F7;
	overflow:hidden;
	white-space: nowrap;
	border-radius: 5px;
	z-index:100;
}
.genHeader {
	display:inline-block;
	border:1px solid #666;
	background:#F1F1F1 url(down.gif) no-repeat right;
	font-weight:bold;
	padding:2px 22px 2px 10px;
	cursor:pointer;
	box-shadow:inset 0 0 10px #eee;
}
.genHeaderSel {
	/*background-color:#FFF9F2 !important;*/
}

.advMenuUL {
	list-style-type: none;
	padding:0px;
	margin:0px;
	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;
}




/*
.menuHeader {
	position:absolute;
}
.menuHeader, .genHeader {
	text-align:left;
	background:#F7F7F7;
	overflow:hidden;
	white-space: nowrap;
	border-radius: 5px;
	z-index:100;
}
.genHeader {
    border: 1px solid #FFCB97;
	padding:0px 22px 0px 0px;
	background:transparent url(down.gif) no-repeat right center;
	font-weight:bold;
	cursor:pointer;
	overflow:hidden;
	height:16px;
	max-height:16px;
	line-height:16px;
	display:inline;
}
.genHeaderSel
{
    background-color: #FFF9F2;
}

.advMenuUL {
	list-style-type: none;
	padding:0px;
	margin:0px;
	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:20px;
	line-height:20px;
	margin:0px;
	padding: 0 10px 0 10px;
	cursor:pointer;
}
.advMenuUL li.sel,
.advMenuUL li:hover {
	background: #5C5A5A;
	color: #fff;
	border-radius: 3px;
}
*/