body { margin: 0px 0px 0px 0px;
		padding: 0px;  
		background-image: url(/maya.jpg); 
		background-repeat: no-repeat; }

table { font-family: Arial, Helvetica, sans-serif;
		font-size: 12px;
		line-height: 16px;
		TEXT-DECORATION: none; }
		
a:link { TEXT-DECORATION: none; color: ff6633; }
a:visited { TEXT-DECORATION: none; color: 993300; }
a:hover { TEXT-DECORATION: underline; color: 990000; }

dl { margin: 0;
	padding: 0;
	list-style: none;
	width: 150px; /* Width of Menu Items */
	border-bottom: 1px solid #f90;
	line-height: 12px; }

dl dt { position: relative; }
	
dt dl { position: absolute;
	left: 149px; /* Set 1px less than menu width */
	top: 0;
	display: none; }

/* Styles for Menu Items */
dl dt a { display: block;
	text-decoration: none;
	color: #777;
	background: #fff; /* IE6 Bug */
	padding: 5px;
	border: 1px solid #f90;
	border-bottom: 0; }

dl dt a:hover { color: #990000; background: #ff9900; } /* Hover Styles */
		
dt dl dt a { padding: 3px 5px; } /* Sub Menu Styles */
		
dt:hover dl, dt.over dl { display: block; } /* The magic */

.headersgreen { font-family: Arial, Helvetica, sans-serif;
	font-size: 19px;
	line-height: 28px;
	letter-spacing: 1px;
	color: #ff3300;
	text-shadow: #42593C 2px 2px 2px; }

.headersblue { font-family: Arial, Helvetica, sans-serif;
	font-size: 19px;
	line-height: 28px;
	letter-spacing: 1px;
	color: #ff9900;
	text-shadow: #42593C 2px 2px 2px; }

img.homeimg { float: right; margin: 5px; padding: 5px; border: 1px solid silver;
 }	
		 
.bar { margin: 5px 0px;
		padding: 1px;
		background: #ff3300;
		color: white;
		text-transform: uppercase;
		text-align: center;
		padding: 1px 0; }
		
.stars { float: right; }
		
img.hotelimg { float: right; margin: 5px; padding: 5px; border: 1px solid silver; width: 125px; }
				
h3.bar { font-size: 1.1em; text-align: left; padding-left: 5px; }
		
.footer { FONT-WEIGHT: plain;
	FONT-SIZE: 9pt;
	FONT-FAMILY: trebuchet ms, arial, helvetica, sans-serif;
    TEXT-DECORATION: none; }