/* ================================================================ 
This copyright notice must be kept untouched in the stylesheet at 
all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.cssplay.co.uk/menus/pro_drop.html
Copyright (c) 2005-2007 Stu Nicholls. All rights reserved.
This stylesheet and the associated (x)html may be modified in any 
way to fit your requirements.
=================================================================== */

#multi-level {height:40px; position:relative; z-index:100; top:0px;}
#multi-level .pad {float:left;}

/* The menu styling */
/* Remove the padding, margins and bullets from the lists */
.menu, .menu ul {list-style-type:none; padding:0; margin:0; font-family:arial, sans-serif; font-weight:normal;}

/* Set up the top level list items and float left to place inline */
.menu li.top {display:block; float:left; position:relative;}

/* Style and position the table so it takes no part in the menu function. The font size is necessary for IE5.5 */
.menu table {border-collapse:collapse; width:0; height:0; position:absolute; top:0; left:0;}

/* Default top link link styling */
.menu li.top a.top_link {display:block; float:left; height:40px;}
.menu li.top a span {position:absolute; left:-9999px; top:0; z-index:0; font-size:11px;} /* move the link text off screen */

/* pre-load the hover images into the lists */
.menu li.p2 {width:163px; background:url(images/about.jpg) no-repeat;}
.menu li.p3 {width:155px; background:url(images/tour.jpg) no-repeat;}
.menu li.p5 {width:142px; background:url(images/hotel.jpg) no-repeat;}
.menu li.p6 {width:142px; background:url(images/booking.jpg) no-repeat;}
.menu li.p7 {width:138px; background:url(images/santamaria_1.gif) no-repeat;;}

/* set up the normal unhovered images in the links */

.menu li a#products {width:163px; background:url(images/about.jpg) no-repeat;}
.menu li a#services {width:155px; background:url(images/tour.jpg) no-repeat;}
.menu li a#transport {width:142px; background:url(images/hotel.jpg) no-repeat;}
.menu li a#book {width:142px; background:url(images/booking.jpg) no-repeat;}
.menu li a#santa {width:138px; background:url(images/santamaria_0.gif) no-repeat;}


/* Style the list OR link hover. Depends on which browser is used */
.menu a:hover {visibility:visible;} /* for IE6 */
.menu li:hover { position:relative; z-index:200;} /* for IE7 */

/* make the links transparent on hover so that the hover images in the lists show through (no flicker) */
.menu li a#home:hover, .menu li:hover a#home, .menu li a#products:hover, .menu li:hover a#products, .menu li a#services:hover, .menu li:hover a#services, .menu li a#contacts:hover, .menu li:hover a#contacts, .menu li a#transport:hover, .menu li:hover a#transport, .menu li a#book:hover, .menu li:hover a#book, .menu li a#santa:hover, .menu li:hover a#santa
 {background:transparent;}

/* keep the 'next' level invisible by placing it off screen. */
.menu ul, 
.menu :hover ul ul, 
.menu :hover ul :hover ul ul,
.menu :hover ul :hover ul :hover ul ul,
.menu :hover ul :hover ul :hover ul :hover ul ul {position:absolute; left:-9999px; top:-9999px; width:0; height:0;}


/* set up the first drop down sub level */
.menu :hover ul.sub {left:0; top:40px; background:#7DC024; padding:3px 0; border:1px solid #7DC024; white-space:nowrap; width:195px; height:auto; text-align:left; font-weight:normal;}
.menu :hover ul.sub li {display:block; height:20px; position:relative; float:left; width:195px;font-weight:normal;}
.menu :hover ul.sub li a {display:block; font-size:11px;width:195px; height:20px; line-height:20px; text-indent:5px; color:#fff; text-decoration:none; border:1px solid #7DC024; border-width:0 0 0 1px;font-weight:normal;}
.menu :hover ul.sub li a.fly {background:#7DC024 url(images/arrow.gif) 180px 3px no-repeat; width:195px;font-weight:normal; }
.menu :hover ul.sub li a:hover {background:#4F892F; color:#fff; width:192px;font-weight:normal;}
.menu :hover ul.sub li a.fly:hover {background:#4F892F url(images/arrow.gif) 195px 3px no-repeat; color:#fff;font-weight:normal;}
.menu :hover ul li:hover > a.fly {background:#4F892F url(images/arrow.gif) 195px 3px no-repeat; color:#fff;font-weight:normal;} 


/* set up the flyout levels when hovering */
.menu :hover ul :hover ul,
.menu :hover ul :hover ul :hover ul,
.menu :hover ul :hover ul :hover ul :hover ul,
.menu :hover ul :hover ul :hover ul :hover ul :hover ul
{left:190px; top:-4px; background: #7DC024; padding:3px 0; border:1px solid #7DC024; white-space:nowrap; width:195px; z-index:200; height:auto; z-index:300;font-weight:normal;}



/* The minfo styling */
/* Remove the padding, margins and bullets from the lists */
.minfo, .minfo ul {list-style-type:none; padding:0; margin:0; font-family:arial, sans-serif;}

/* Set up the top level list items and float left to place inline */
.minfo li.top {display:block; float:left; position:relative;}

/* Style and position the table so it takes no part in the minfo function. The font size is necessary for IE5.5 */
.minfo table {border-collapse:collapse; width:0; height:0; position:absolute; top:0; left:0;}

/* Default top link link styling */
.minfo li.top a.top_link {display:block; float:left; height:40px;}
.minfo li.top a span {position:absolute; left:-9999px; top:0; z-index:0; font-size:10px;} /* move the link text off screen */

/* pre-load the hover images into the lists */
.minfo li.p1 {width:138px; background:url(images/home.jpg) no-repeat;;}
.minfo li.p6 {width:141px; background:url(images/booking.jpg) no-repeat;}
.minfo li.p7 {width:121px; background:url(images/contact.jpg) no-repeat;;}


/* set up the normal unhovered images in the links */
.minfo li a#home {width:138px; background:url(images/home.jpg) no-repeat;}
.minfo li a#book {width:141px; background:url(images/booking.jpg) no-repeat;}
.minfo li a#santa {width:121px; background:url(images/contact.jpg) no-repeat;}



/* Style the list OR link hover. Depends on which browser is used */
.minfo a:hover {visibility:visible;} /* for IE6 */
.minfo li:hover { position:relative; z-index:200;} /* for IE7 */

/* make the links transparent on hover so that the hover images in the lists show through (no flicker) */
.minfo li a#home:hover, .minfo li:hover a#home,
.minfo li a#book:hover, .minfo li:hover a#book,
.minfo li a#santa:hover, .minfo li:hover a#santa
{background:transparent;}

/* keep the 'next' level invisible by placing it off screen. */
.minfo ul, 
.minfo :hover ul ul, 
.minfo :hover ul :hover ul ul,
.minfo :hover ul :hover ul :hover ul ul {position:absolute; left:-9999px; top:-9999px; width:0; height:0;}


/* set up the first drop down sub level */
.minfo :hover ul.sub {left:0; top:40px; background: #7DC024; padding:3px 0; border:1px solid #7DC024; white-space:nowrap; width:180px; height:auto; text-align:left;}
.minfo :hover ul.sub li {display:block; height:20px; position:relative; float:left; width:182px;}
.minfo :hover ul.sub li a {display:block; font-size:11px;width:144px; height:20px; line-height:20px; text-indent:5px; color:#fff; text-decoration:none; border:3px solid #7DC024; border-width:0 0 0 3px;}
.minfo :hover ul.sub li a.fly {background:#7DC024 url(images/arrow.gif) 137px 7px no-repeat;}
.minfo :hover ul.sub li a:hover {background:#4F892F; color:#fff;}
.minfo :hover ul.sub li a.fly:hover {background:#4F892F url(images/arrow_over.gif) 140px 7px no-repeat; color:#fff;}
.minfo :hover ul li:hover > a.fly {background:#4F892F url(images/arrow_over.gif) 140px 7px no-repeat; color:#fff;} 


/* set up the flyout levels when hovering */
.minfo :hover ul :hover ul,
.minfo :hover ul :hover ul :hover ul
{left:180px; top:-4px; background: #7DC024; padding:3px 0; border:1px solid #7DC024; white-space:nowrap; width:150px; z-index:200; height:auto; z-index:300;}


/* The hotel styling */
/* Remove the padding, margins and bullets from the lists */
.hotel, .hotel ul {list-style-type:none; padding:0; margin:0; font-family:arial, sans-serif;}

/* Set up the top level list items and float left to place inline */
.hotel li.top {display:block; float:left; position:relative;}

/* Style and position the table so it takes no part in the hotel function. The font size is necessary for IE5.5 */
.hotel table {border-collapse:collapse; width:0; height:0; position:absolute; top:0; left:0;}

/* Default top link link styling */
.hotel li.top a.top_link {display:block; float:left; height:40px;}
.hotel li.top a span {position:absolute; left:-9999px; top:0; z-index:0; font-size:10px;} /* move the link text off screen */

/* pre-load the hover images into the lists */
.hotel li.p4 {width:142px; background:url(images/destination.jpg) no-repeat;}

/* set up the normal unhovered images in the links */
.hotel li a#contacts {width:142px; background:url(images/destination.jpg) no-repeat;}


/* Style the list OR link hover. Depends on which browser is used */
.hotel a:hover {visibility:visible;} /* for IE6 */
.hotel li:hover { position:relative; z-index:200;} /* for IE7 */

/* make the links transparent on hover so that the hover images in the lists show through (no flicker) */
.hotel li a#contacts:hover, .hotel li:hover a#contacts
{background:transparent;}

/* keep the 'next' level invisible by placing it off screen. */
.hotel ul, 
.hotel :hover ul ul, 
.hotel :hover ul :hover ul ul,
.hotel :hover ul :hover ul :hover ul ul {position:absolute; left:-9999px; top:-9999px; width:0; height:0;}


/* set up the first drop down sub level */
.hotel :hover ul.sub {left:0; top:40px; background:#7DC024; padding:3px 0; border:1px solid #7DC024; white-space:nowrap; width:195px; height:auto; text-align:left; font-weight:normal;}
.hotel :hover ul.sub li {display:block; height:20px; position:relative; float:left; width:195px; font-weight:normal;}
.hotel :hover ul.sub li a {display:block; font-size:11px;width:195px; height:20px; line-height:20px; text-indent:5px; color:#fff; text-decoration:none; border:1px solid #7DC024; border-width:0 0 0 1px; font-weight:normal;}
.hotel :hover ul.sub li a.fly {background:#7DC024 url(images/arrow.gif) 180px 3px no-repeat; width:195px; font-weight:normal;}
.hotel :hover ul.sub li a:hover {background:#4F892F; color:#fff; width:192px; font-weight:normal;}
.hotel :hover ul.sub li a.fly:hover {background:#4F892F url(images/arrow.gif) 195px 3px no-repeat; color:#fff; font-weight:normal;}
.hotel :hover ul li:hover > a.fly {background:#4F892F url(images/arrow.gif) 195px 3px no-repeat; color:#fff; font-weight:normal;} 


/* set up the flyout levels when hovering */
.hotel :hover ul :hover ul,
.hotel :hover ul :hover ul :hover ul
{left:190px; top:-4px; font-weight:normal; background: #7DC024; padding:3px 0; border:1px solid #7DC024; white-space:nowrap; width:200px; z-index:200; height:auto; z-index:300;}
