.menuHeader {
	position:absolute;
}
.menuHeader, .genHeader {
	text-align:left;
	height:23px;
	line-height:23px;
	background:#F7F7F7;
	overflow:hidden;
	white-space: nowrap;
}
.genHeader {
	display:inline-block;
	border:1px solid #CCC;
	background:url(http://www.juntadeandalucia.es/themes/images/select-flecha.gif) no-repeat right #fff;
	padding:0 26px 0 10px;
	cursor:pointer;
	float:left;
	font-size:1.2em;
	color:#515151;
}

.genHeader span{width:100%; overflow:hidden;float:left;}

.genHeaderSel {
	background-color:#fff !important;
	border-color:#087021;
}

.advMenuUL {
	list-style-type: none;
	padding:0px;
	margin:0px;
	border:1px solid #ccc;
	-moz-box-shadow: 5px 5px 5px #666;
	-webkit-box-shadow: 5px 5px 5px #666;
	box-shadow: 5px 5px 5px #666;
	height: auto !important;
}

.advMenuUL li {
	height:22px;
	line-height:22px;
	margin:0px;
	padding: 0 10px 0 10px;
	cursor:pointer;
	font-size:1.2em;
}
.advMenuUL li.sel,
.advMenuUL li:hover {
	background: #5C5A5A;
	color: #fff;
}