/* ######### Style for Drop Down Menu ######### */

.dropmenudiv_a{
	position:absolute;
	top: 0;
	z-index:195;
	width: 192px;
	visibility: hidden;
	font-family: Arial;
	font-size: 9px;
	height: 22px;
}
.dropmenudiv_a ul {
	list-style-type: none;
}



.dropmenudiv_a a{
	width: 195px;
	display: block;
	text-indent: 5px;
	text-decoration: none;
	color: #607439;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	height: 18px;
	background-image: url(images/fondo-menu-desplegable.gif );
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 4px;	
}

* html .dropmenudiv_a a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv_a a:hover{ /*THEME CHANGE HERE*/
	color: white;
	background-position: left bottom;
}
.dropmenudiv_a2{
	position:absolute;
	top: 0;
	z-index:100;
	width: 135px;
	visibility: hidden;
	font-family: Arial;
	font-size: 9px;
	height: 22px;
	_height: 23px;
	
}
.dropmenudiv_a2 ul {
	list-style-type: none;
}
.dropmenudiv_a2 li {
	_margin-top: -1px;
}



.dropmenudiv_a2 a{
	width: 135px;
	display: block;
	text-indent: 5px;
	_text-indent: 4px;
	text-decoration: none;
	color: #607439;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	height: 18px;
	
	
	background-image: url(images/fondo-menu-desplegable2.gif );
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 4px;
	_padding-top: 4px;
}

* html .dropmenudiv_a2 a{ /*IE only hack*/
	width: 100%;
	font-weight: bold;
}

.dropmenudiv_a2 a:hover{ /*THEME CHANGE HERE*/
	color: white;
	background-position: left bottom;
}

