.TopButton{
	margin:0px;
	padding:0px;
	text-align:right;
}
/*.TopButton img{ padding-left:8px;}*/


	/* remove the list style */
#nav {
	margin:0; 
	padding:0; 
	list-style:none;
}	
	
		/* make the LI display inline */
		/* it's position relative so that position absolute */
		/* can be used in submenu */
#nav li {
	position:relative;
	display:block; 
	float:right;
	position:relative;
	z-index:1000; 
	margin:0 1px;
}
		
#nav li a {
	display:inline-block;
	color:#FFF;
	font-size:16px;
	text-align:center;
	padding-top:7px;
	text-decoration:none;
height:26px;
}
	
		/* you can make a different style for default selected value */
		#nav a:hover{
			color:#e4edf2;
		}
	
		/* submenu, it's hidden by default */
#nav ul {
	position:absolute;
	right:0;
	top:47px;
	display:none; 
	margin:0 0 0 -1px; 
	padding:0; 
	list-style:none;
	background:url(/images/drop.png) repeat top left;
}
		
#nav ul li {
	width:380px; 
	float:left;
	color:#7b7c7d; 
padding:10px;
}

#nav ul li.reserv {width:200px;text-align:center;padding:10px;}
		
		/* display block will make the link fill the whole area of LI 
#nav ul a {
	display:block;  
	height:15px;
	padding: 8px 5px; 
	color:#666;
}*/
		
#nav ul a:hover {
	text-decoration:underline;	
}

/* fix ie6 small issue */
/* we should always avoid using hack like this */
/* should put it into separate file : ) */
*html #nav ul {
	margin:0 0 0 -2px;
}



.SpButton{
	width:177px;
	margin-right:10px;
	background:url(/images/specialOffer.jpg) no-repeat left top;
}

.SpButton a{ text-decoration:none;}

.BookBtn{
	width:137px;
	background: url(/images/book.jpg) no-repeat right top;
}
.BookBtn a{ text-decoration:none;}

.offers {text-align:left;line-height:18px;}
.spAll {border-top:solid 1px #9ed5da;margin-top:10px;text-align:right;}

#nav li .offers a {color:#05bbcb;font-size:12px;padding:0px;background:url(/images/bluearrow.png) no-repeat right 7px; padding-right:12px;height:auto;padding-left:10px;}
.title {font-family:Georgia, Arial;color:#728c9f;font-size:16px;padding-bottom:8px;}
.titleRes {font-family:Georgia, Arial;color:#b3b501;font-size:16px;text-align:center;}

.reserv form {margin:0px; padding:0px;}


















/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */
