@charset "utf-8";
/* CSS Document */

#navigation {
}

#navigation  ul {
	margin:0;
	padding:0;
	list-style:none;
}

#navigation li ul {
	position:absolute;
	width:182px;
	text-align:left;
	margin: -8px 0 0 2px;
}

#navigation li ul li{
	display:block;
	background:#d6a77b;
	padding:6px 5px 0 10px;
	color:#71605a;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	text-transform:uppercase;
	text-align:left;	
}

#navigation li ul li a {
	color:#71605a;
	text-decoration:none;
}

#navigation li ul li a:hover {
	color:#eee6d3;
	text-decoration:none;
}
#navigation ul ul {
	display:none;
}

#navigation ul ul ul {
margin: 5% 0 0 65%;
left:0;
top:0;

/*left: 0%; /* to position them to the right of their containing block */
/*width: 100%; /* width is based on the containing block */
}


#navigation ul.level1 li.submenu:hover ul.level2, #navigation ul.level2 li.submenu:hover ul.level3 {display:block;}

#navigation ul.level3 li.submenu:hover ul.level4 {display:block;}



a#btn_home {
	width:73px;
	height:44px;
	display:block;
	background:url(images/menu-Home.jpg) no-repeat;
}

a#btn_home span {
	display:none;
}

a:hover#btn_home {
	background-position:0 -44px;
}

a#btn_rentals {
	width:92px;
	height:44px;
	display:block;
	background:url(images/menu-Rentals.jpg) no-repeat;
}

a#btn_rentals  span {
	display:none;
}

a:hover#btn_rentals {
	background-position:0 -44px;
}

a#btn_amenities {
	width:107px;
	height:44px;
	display:block;
	background:url(images/menu-Amenities.jpg) no-repeat;
}

a#btn_amenities span {
	display:none;
}

a:hover#btn_amenities {
	background-position:0 -44px;
}

a#btn_sales {
	width:72px;
	height:44px;
	display:block;
	background:url(images/menu-Sales.jpg) no-repeat;
}

a#btn_sales span {
	display:none;
}

a:hover#btn_sales {
	background-position:0 -44px;
}

a#btn_weddings {
	width:108px;
	height:44px;
	display:block;
	background:url(images/menu-Weddings.jpg) no-repeat;
}

a#btn_weddings span {
	display:none;
}

a:hover#btn_weddings {
	background-position:0 -44px;
}

a#btn_meetings {
	width:188px;
	height:44px;
	display:block;
	background:url(images/menu-Meetings.jpg) no-repeat;
}

a#btn_meetings span {
	display:none;
}

a:hover#btn_meetings {
	background-position:0 -44px;
}

a#btn_contact {
	width:120px;
	height:44px;
	display:block;
	background:url(images/menu-Contact.jpg) no-repeat;
}

a#btn_contact span {
	display:none;
}

a:hover#btn_contact {
	background-position:0 -44px;
}


#navigation li {
	float:left;
}


