/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
position:absolute;
/*border: 1px solid #8f8f8f; */ /*Theme Change here*/
border-bottom-width: 0;
font:bold 14px Tahoma, Arial, Verdana;
color:#FFFFFF;
line-height:20px;
z-index:100;
text-align:center;
/*visibility: hidden;*/
filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4); /*Add Shadow in IE. Remove if desired*/
}

.dropmenudiv a{
width: 100%;
display: block;
text-indent: 3px;
/*border-bottom: 1px solid #8f8f8f;*/ /*Theme Change here*/
padding: 5px 0;
color:#FFFFFF;
text-decoration:none;
background:url(../images/l1.jpg);
}

.dropmenudiv a:hover{ /*Theme Change here*/
color:#000000;
text-decoration:none;
background:url(../images/l1-1_des.jpg);
}

/*****  MENUS DEPLEGABLES ********** */

#hotel, #promos, #galeria, #visitar {
	margin-top:75px;
}

#hotel{
	margin-left:136px !important;
	margin-left:124px;
	width:123px;
}

#promos{
	margin-left:259px !important;
	margin-left:247px;
	width:124px;
}

#galeria{
	margin-left:383px !important;
	margin-left:371px;
	width:123px;
}

#visitar{
	margin-left:506px !important;
	margin-left:494px;
	width:124px;
}