/* Style sheet xDropDown */
.dropdown{display:block;margin:0;padding:0;visibility:hidden;list-style:none;z-index:98;}
.dropdown ul{width:175px;top:0px;position:absolute;display:block;margin:0;padding:10px;vertical-align:bottom;background-color:#333333;border:1px solid #ffffff;list-style:none;margin-left:25px !important;zoom:1;}
.dropdown ul ul{width:350px;top:0px;position:absolute;display:block;margin:0;padding:10px;background-color:#333333;border:1px solid #ffffff;list-style:none;margin-left:0 !important;}
.dropdown li{width:auto;position:relative;display:block;margin:0;padding:0;text-align:left;vertical-align:bottom;list-style-type:none;cursor:pointer;zoom:1;}
.dropdown a{display:block;background-position:left top;background-repeat:no-repeat;cursor: pointer;background-color:transparent;}
.dropdown ul span{display:block;}
.dropdown ul a,.dropdown .menu-active ul a{width:165px;display:block;padding:2px 5px;text-align:left;font-weight:normal;text-decoration:none;font-size:11px;color:#ffffff;line-height:13px;background-color:transparent;}
.dropdown ul a:hover,.dropdown .menu-active ul a:hover{background-color:#5e5e5e;}
.dropdown a.homepage{width:205px;height:63px;margin-bottom:20px;background-image:url("tl_files/layout/logo.gif");}
.dropdown a.accommodations{width:205px;height:24px;background-image:url("tl_files/layout/nav_accommodations.gif");}
.dropdown a.amenities{width:205px;height:24px;background-image:url("tl_files/layout/nav_amenities.gif");}
.dropdown a.reservations{width:205px;height:24px;background-image:url("tl_files/layout/nav_reservations.gif");}
.dropdown a.directions{width:205px;height:24px;background-image:url("tl_files/layout/nav_directions.gif");}
.dropdown a.photo{width:205px;height:24px;background-image:url("tl_files/layout/nav_photogallery.gif");}
.dropdown a.promotions{width:205px;height:24px;background-image:url("tl_files/layout/nav_promotions.gif");}
.dropdown a.vacation{width:205px;height:24px;background-image:url("tl_files/layout/nav_vacation.gif");}
.dropdown a.gift{width:205px;height:24px;background-image:url("tl_files/layout/nav_giftcerts.gif");}
.dropdown a.contact{width:205px;height:24px;background-image:url("tl_files/layout/nav_contact.gif");}
.dropdown a.accommodations:hover,.dropdown a.amenities:hover,.dropdown a.reservations:hover,.dropdown a.directions:hover,.dropdown a.photo:hover,.dropdown a.promotions:hover,.dropdown a.vacation:hover,.dropdown a.contact:hover,.dropdown a.gift:hover{background-position:left bottom;background-color:transparent;}
.dropdown .active a,.dropdown .menu-active a.accommodations,.dropdown .menu-active a.amenities,.dropdown .menu-active a.reservations,.dropdown .menu-active a.directions,.dropdown .menu-active a.photo,.dropdown .menu-active a.promotions,.dropdown .menu-act{background-position:left bottom;}
.dropdown .active a.homepage{background-position:left top;}
.dropdown a.homepage:hover{background-position:left bottom;}
.dropdown span{display:none;}
