/* ================================================================ 
The techniques used here are from several versions of stylesheets
at http://www.cssplay.co.uk/menus
=================================================================== */

/*#multi-level {height:30px; position:relative; z-index:30;}*/
#multi-level {height:25px; position:relative; z-index:30;}
#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;}

/* Set up the size of the 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 link styling */
/*.menu li.top a.top_link {display:block; float:left; height:30px;}*/
.menu li.top a.top_link {display:block; float:left; height:25px;}
.menu li.top a span {position:absolute; left:-9999px; top:0; z-index:0; font-size:10px;}

/* pre-load the hover images */
.menu li.p1 {width:110px; background:url(../images/new/nav/Lodging_on.gif) no-repeat;}
.menu li.p2 {width:110px; background:url(../images/new/nav/Village_on.gif) no-repeat;}
/*.menu li.p3 {width:110px; background:url(/images/nav/NavThingsToDo_1.gif) no-repeat;}*/
.menu li.p4 {width:110px; background:url(../images/new/nav/Events_on.gif) no-repeat;}
.menu li.p5 {width:110px; background:url(../images/new/nav/Mountain_on.gif) no-repeat;}
.menu li.p6 {width:110px; background:url(../images/new/nav/Town_on.gif) no-repeat;}
.menu li.p7 {width:110px; background:url(../images/new/nav/Weather_on.gif) no-repeat;}
.menu li.p8 {width:110px; background:url(../images/new/nav/GettingHere_on.gif) no-repeat;}


.menu li a#lodging {width:110px; background:url(../images/new/nav/Lodging_off.gif) no-repeat;}
.menu li a#village {width:110px; background:url(../images/new/nav/Village_off.gif) no-repeat;}
/*.menu li a#thingstodo {width:110px; background:url(/images/nav/NavThingsToDo_0.gif) no-repeat;}*/
.menu li a#events {width:110px; background:url(../images/new/nav/Events_off.gif) no-repeat;}
.menu li a#themountain {width:110px; background:url(../images/new/nav/Mountain_off.gif) no-repeat;}
.menu li a#thetown {width:110px; background:url(../images/new/nav/Town_off.gif) no-repeat;}
.menu li a#theweather {width:110px; background:url(../images/new/nav/Weather_off.gif) no-repeat;}
.menu li a#gettinghere {width:110px; background:url(../images/new/nav/GettingHere_off.gif) no-repeat;}

/* Style the list OR link hover. Depends on which browser is used */

.menu a:hover {visibility:visible;}
.menu li:hover {position:relative; z-index:31;}
.menu li a#lodging:hover, .menu li:hover a#lodging,
.menu li a#village:hover, .menu li:hover a#village,
/*.menu li a#thingstodo:hover, .menu li:hover a#thingstodo,*/
.menu li a#events:hover, .menu li:hover a#events,
.menu li a#themountain:hover, .menu li:hover a#themountain,
.menu li a#thetown:hover, .menu li:hover a#thetown,
.menu li a#theweather:hover, .menu li:hover a#theweather,
.menu li a#gettinghere:hover, .menu li:hover a#gettinghere {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;}

.xmenu :hover ul.sub {left:0; top:35px; background: #fff; padding:3px 0; border:1px solid #888; white-space:nowrap; width:93px; height:auto;}
.zmenu :hover ul.sub {margin: 0 auto; left:0; top:30px; background: #999999; xpadding:3px 0; border:1px solid #000000; xwhite-space:nowrap; width:148px; height:auto;}
.menu :hover ul.sub {margin: 0 auto; left:0; top:25px; background: #999999; xpadding:3px 0; border:1px solid #000000; xwhite-space:nowrap; width:160px; height:auto;}

.xmenu :hover ul.sub li {display:block; height:20px; position:relative; float:left; width:90px;}
.xmenu :hover ul.sub li a {display:block; font-size:11px; height:20px; width:87px; line-height:20px; text-indent:5px; color:#000; text-decoration:none; border:3px solid #cccccc; border-width:0 0 0 3px;}
.zmenu :hover ul.sub li {display:block; height:auto; position:relative; float:left; width:148px;}
.zmenu :hover ul.sub li a {display:block; font-size:12px; height:auto; width:148px; line-height:20px; text-indent:0px; color:#000; text-decoration:none; border:0px solid #cccccc; border-width:0 0 0 0px;}
.menu :hover ul.sub li {display:block; height:auto; position:relative; xleft:-50px; float:left; width:160px;}
.menu :hover ul.sub li a {display:block; font-size:12px; height:auto; width:160px; line-height:20px; text-indent:0px; color:#000; text-decoration:none; border:0px solid #cccccc; border-width:0 0 0 0px;}

.xmenu :hover ul.sub li a.fly {background:#fff url(multi_level-files/arrow.gif) 80px 7px no-repeat;}
.x2menu :hover ul.sub li a.fly {background:#cccccc url(multi_level-files/arrow.gif) 80px 7px no-repeat;}
.menu :hover ul.sub li a.fly {background:#999999; }

.xmenu :hover ul.sub li a:hover {background:#37a237; color:#fff;}
.xmenu :hover ul.sub li a.fly:hover {background:#37a237 url(multi_level-files/arrow_over.gif) 80px 7px no-repeat; color:#fff;}
.xmenu :hover ul li:hover > a.fly {background:#37a237 url(multi_level-files/arrow_over.gif) 80px 7px no-repeat; color:#fff;} 

/*First Level Drop Down */
.xmenu :hover ul.sub li a:hover {background:#333333; color:#55bf69;}
.xmenu :hover ul.sub li a.fly:hover {background:#333333; color:#55bf69;}
.xmenu :hover ul li:hover > a.fly {background:#333333; color:#55bf69; } 
.menu :hover ul.sub li a:hover {background:#333333; color:#ffffff;}
.menu :hover ul.sub li a.fly:hover {background:#333333; color:#ffffff;}
.menu :hover ul li:hover > a.fly {background:#333333; color:#ffffff; } 

/*First Level Fly Out */
.zzmenu :hover ul :hover ul
    {left:140px; top:2px; background: #999999; padding:0px 0; border:0px solid #000000; xwhite-space:nowrap; width:148px; z-index:31; height:auto;}

.zmenu :hover ul :hover ul
    {left:140px; top:2px; background: #999999; padding:0px 0; border:0px solid #000000; xwhite-space:nowrap; width:150px; z-index:31; height:auto;}

.menu :hover ul :hover ul
    {left:140px; top:2px; background: #999999; padding:0px 0; border:0px solid #000000; xwhite-space:nowrap; width:162px; z-index:31;  height:auto;}

.menu :hover ul.sub li a.fly:hover ul.sub li a.fly:hover {background:#333333; color:#000000;}

.xmenu :hover ul :hover ul.sub li a:hover {background:#333333; color:#0000ff;}
.xmenu :hover ul :hover ul.sub li a.fly:hover {background:#999999 color:#0000ff;}
.xmenu :hover ul :hover ul li:hover > a.fly {background:#999999 color:#0000ff;} 

.zmenu :hover ul :hover ul :hover ul
{left:140px; top:2px; background: #333333; padding:3px 0; border:1px solid #000000; width:148px; z-index:31; height:auto;}
.menu :hover ul :hover ul :hover ul
{left:140px; top:2px; background: #333333; padding:3px 0; border:1px solid #000000; width:160px; z-index:31; height:auto;}

.zmenu :hover ul :hover ul :hover ul :hover ul,
.zmenu :hover ul :hover ul :hover ul :hover ul :hover ul
{left:140px; top:2px; background: #333333; padding:3px 0; color:#FF0000;  border:1px solid #000000; width:148px; z-index:31; height:auto;}

.menu :hover ul :hover ul :hover ul :hover ul,
.menu :hover ul :hover ul :hover ul :hover ul :hover ul
{left:140px; top:2px; background: #333333; padding:3px 0; color:#000000;  border:1px solid #000000; width:160px; z-index:31; height:auto;}

li.firstItems
{
    width:160px;
    border-left:1px solid black;
    border-right:1px solid black;
    border-top:1px solid black;
}

li.lastItems
{
    width:160px;
    border:1px solid black;
}


/* ======================================================= */
