#dropmenudiv{
	position:absolute;
	border:0px solid black;
	border-bottom-width: 0;
	font:normal 5px;
	font-style: arial;
	line-height:18px;
	z-index:100;
 }

#dropmenudiv a{
	width: 100px;
	display: block;
	text-indent: 3px;
	border-top: 1px solid #FFFFFF;
	background-color: #9FE86E;
	padding: 1px 0;
	text-decoration: none;
	font-style: arial;
	font-weight: bold;
}
#dropmenudiv a:hover{ /*hover background color*/
	background-color: #AFF87E; color:#5E5E5E
}

#dropmenudivhotel{
	position:absolute;
	border:0px solid black;
	border-bottom-width: 0;
	font:normal 5px;
	font-style: arial;
	line-height:18px;
	z-index:100;
 }

#dropmenudivhotel a{
	width: 100px;
	display: block;
	text-indent: 3px;
	border-top: 1px solid #FFFFFF;
	background-color: #DCF156;
	padding: 1px 0;
	text-decoration: none;
	font-style: arial;
	font-weight: bold;
}
#dropmenudivhotel a:hover{ /*hover background color*/
	background-color: #EDFF67; color:#5E5E5E
}

