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



/* Main Navigation */
#nav {position:absolute; left:311px; top:81px; width:642px; height:27px; background:url(../images/navigation/navbar-bg.jpg) top left no-repeat; z-index:9999}


#home span {display: none;}
#about-jb span {display: none;}
#villas span {display: none;}
#guide span {display: none;}
#map span {display: none;}
#about-us span {display: none;}
#contact span {display: none;}


#multi-level {height:27px; position:relative; z-index:999;}
#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;}

/* 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:27px;}
.menu 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 */
.menu li.p1 {width:52px; height:27px; background:url(../images/navigation/home.jpg) no-repeat}
.menu li.p2 {width:102px; height:27px; background:url(../images/navigation/antigua.jpg) 0 0 no-repeat}
.menu li.p3 {width:81px; height:27px; background:url(../images/navigation/properties.jpg) 0 0 no-repeat}
.menu li.p4 {width:95px; height:27px; background:url(../images/navigation/guide.jpg) 0 0 no-repeat}
.menu li.p5 {width:79px; height:27px; background:url(../images/navigation/map.jpg) 0 0 no-repeat}
.menu li.p6 {width:69px; height:27px; background:url(../images/navigation/about.jpg) 0 0 no-repeat}
.menu li.p7 {width:95px; height:27px; background:url(../images/navigation/services.jpg ) 0 0 no-repeat}
.menu li.p8 {width:69px; height:27px; background:url(../images/navigation/contact.jpg ) 0 0 no-repeat}


/* set up the normal unhovered images in the links */
.menu li a#home {width:52px; height:27px; background:url(../images/navigation/home.jpg) 0 0 no-repeat;}
.menu li a#about-jb {width:102px; height:27px; background:url(../images/navigation/antigua.jpg) 0 0 no-repeat;}
.menu li a#villas {width:81px; height:27px; background:url(../images/navigation/properties.jpg) 0 0 no-repeat;}
.menu li a#guide {width:95px; height:27px; background:url(../images/navigation/guide.jpg) 0 0 no-repeat;}
.menu li a#map {width:79px; height:27px; background:url(../images/navigation/map.jpg) 0 0 no-repeat;}
.menu li a#about-us {width:69px; height:27px; background:url(../images/navigation/about.jpg) 0 0 no-repeat;}
.menu li a#services {width:95px; height:27px; background:url(../images/navigation/services.jpg) 0 0 no-repeat;}
.menu li a#contact {width:69px; height:27px; background:url(../images/navigation/contact.jpg) 0 0 no-repeat;}

/* set up the current images in the links */
.menu li a#homeCurrent {width:52px; height:27px; background:url(../images/navigation/home.jpg) no-repeat 0 -27px;}
.menu li a#about-jbCurrent {width:102px; height:27px; background:url(../images/navigation/antigua.jpg) no-repeat 0 -27px;}
.menu li a#villasCurrent {width:81px; height:27px; background:url(../images/navigation/properties.jpg) no-repeat 0 -27px;}
.menu li a#guideCurrent {width:95px; height:27px; background:url(../images/navigation/guide.jpg) no-repeat 0 -27px;}
.menu li a#mapCurrent {width:79px; height:27px; background:url(../images/navigation/map.jpg) no-repeat 0 -27px;}
.menu li a#about-usCurrent {width:69px; height:27px; background:url(../images/navigation/about.jpg) no-repeat 0 -27px;}
.menu li a#servicesCurrent {width:95px; height:27px; background:url(../images/navigation/services.jpg) no-repeat 0 -27px;}
.menu li a#contactCurrent {width:69px; height:27px; background:url(../images/navigation/contact.jpg) no-repeat 0 -27px;}


/* 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:300;} /* 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 {width:52px; height:27px; background: url(../images/navigation/home.jpg) no-repeat 0 -27px;}
.menu li a#about-jb:hover, .menu li:hover a#about-jb {width:102px; height:27px; background:url(../images/navigation/antigua.jpg) no-repeat 0 -27px;}
.menu li a#vllas:hover, .menu li:hover a#villas {width:81px; height:27px; background:url(../images/navigation/properties.jpg) no-repeat 0 -27px;}
.menu li a#guide:hover, .menu li:hover a#guide {width:95px; height:27px; background:url(../images/navigation/guide.jpg) no-repeat 0 -27px;}
.menu li a#map:hover, .menu li:hover a#map {width:79px; height:27px; background:url(../images/navigation/map.jpg) no-repeat 0 -27px;}
.menu li a#about-us:hover, .menu li:hover a#about-us {width:69px; height:27px; background:url(../images/navigation/about.jpg) no-repeat 0 -27px;}
.menu li a#services:hover, .menu li:hover a#services {width:95px; height:27px; background:url(../images/navigation/services.jpg) no-repeat 0 -27px;}
.menu li a#contact:hover, .menu li:hover a#contact {width:69px; height:27px; background:url(../images/navigation/contact.jpg) no-repeat 0 -27px;}
 
 
/* 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:-30px; top:22px; padding:0px 0; white-space:nowrap; width:143px; height:auto; margin:0}
.menu :hover ul.sub li.top {display:block; height:19px; float:left; width:142px; background:url(../images/dropdown-top.png) 0 10px no-repeat; z-index:99}
.menu :hover ul.sub li.bottom {display:block; height:9px; float:left; width:142px; background:url(../images/dropdown-bottom.png) top left no-repeat;}
.menu :hover ul.sub li {display:block; height:24px; float:left; width:142px; text-align:center; font-family:Arial, Helvetica, sans-serif; background: url(../images/dropdown-bg.png); text-align:center; margin:0}

.menu :hover ul.sub li a {display:block; font-size:11px; font-weight:550; width:142px; height:27px; background: url(../images/dropdown-line.png) 50% 23px no-repeat; line-height:27px; color:#03c5cf; text-decoration:none; float:left; padding:0 0 7px 0}

.menu :hover ul.sub li a.end {display:block; font-size:11px; font-weight:550; width:142px; height:27px; background: url(../images/dropdown-line.png) 50% 40px no-repeat; line-height:27px; color:#03c5cf; text-decoration:none; float:left; padding:0 0 7px 0}



.menu :hover ul.sub li a:hover {color:#fff;}

.menu :hover ul.sub li a.fly:hover {color:#fff;}
.menu :hover ul li:hover > a.fly {color:#fff;} 