/* ================================================================ 
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.
=================================================================== */
#nav {
	background-image:url(../images/navs/navback.gif);
	height:50px;
}

#multi-level {padding: 12px 0px 0px 0px; height:28px; position:relative; z-index:100;}
#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:Verdana, Arial, Helvetica, sans-serif;}

/* Set up the top level list items and float left to place inline */
.menu li.top {display:inline; 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:inline; float:left; height:28px;}
.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 {margin-left:90px; width:76px; background:url(../images/navs/n-home2.gif) no-repeat;}
.menu li.p2 {margin-left:30px; width:97px; background:url(../images/navs/n-aboutus2.gif) no-repeat;}
.menu li.p3 {margin-left:30px; width:87px; background:url(../images/navs/n-chalets2.gif) no-repeat;}
.menu li.p4 {margin-left:30px; width:126px; background:url(../images/navs/n-about2.gif) no-repeat;}
.menu li.p5 {margin-left:30px; width:76px; background:url(../images/navs/n-prices2.gif) no-repeat;}
.menu li.p6 {margin-left:30px; width:115px; background:url(../images/navs/n-contact2.gif) no-repeat;}

/* set up the normal unhovered images in the links */
.menu li a#home {width:76px; background:url(../images/navs/n-home1.gif) no-repeat;}
.menu li a#aboutus {width:97px; background:url(../images/navs/n-aboutus1.gif) no-repeat;}
.menu li a#chalets {width:87px; background:url(../images/navs/n-chalets1.gif) no-repeat;}
.menu li a#about {width:126px; background:url(../images/navs/n-about1.gif) no-repeat;}
.menu li a#prices {width:76px; background:url(../images/navs/n-prices1.gif) no-repeat;}
.menu li a#contact {width:115px; background:url(../images/navs/n-contact1.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#aboutus:hover, .menu li:hover a#aboutus,
.menu li a#about:hover, .menu li:hover a#about,
.menu li a#chalets:hover, .menu li:hover a#chalets,
.menu li a#prices:hover, .menu li:hover a#prices,
.menu li a#contact:hover, .menu li:hover a#contact {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 {top:28px; background: #ddd; padding:5px 0; border:5px solid #405d6b; white-space:nowrap; width:150px; height:auto;}
.menu :hover ul.sub li {display:inline; height:20px; position:relative; float:left; width:150px}
.menu :hover ul.sub li a {display:inline; font-size:11px; height:20px; width:140px; line-height:20px; margin-left:5px; color:#000; text-decoration:none; border:none;}
.menu :hover ul.sub li a:hover {background:#405d6b; color:#fff; margin-left:5px}

/*these are for non-standard menu widths*/
.menu :hover ul.homesub {left:-41px;}
.menu :hover ul.aboutussub {left:-31px;}
.menu :hover ul.chaletssub {left:-36px;}
.menu :hover ul.aboutsub {left:-16px;}
.menu :hover ul.pricessub {left:-41px;}
.menu :hover ul.contactsub {left:-22px;}


/* 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:90px; top:-4px; background: #fff; padding:3px 0; border:1px solid #888; white-space:nowrap; width:93px; z-index:200; height:auto; z-index:300;}*/
