/* ================================================================
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:46px; width: 893px; position:relative; z-index:100;  margin: 0 auto;}
#multi-level .pad {float:left;}

ul.menu {
   margin-left: 23px;
}

.menu li {
   margin-bottom: 0;
}

/* 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, sans-serif;}

/* 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:46px;}
.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, #home .menu li a#navhome       {width:115px; background:url(../images/nav_home.jpg) -115px top no-repeat;}
.menu li.p2, #about .menu li a#navabout     {width:111px; background:url(../images/nav_about.jpg) -111px top no-repeat;}
.menu li.p3, #events .menu li a#navevents   {width:119px; background:url(../images/nav_events.jpg) -119px top no-repeat;}
.menu li.p4, #stuff .menu li a#navstuff     {width:174px; background:url(../images/nav_stuff.jpg) -174px top no-repeat;}
.menu li.p5, #gallery .menu li a#navgallery {width:123px; background:url(../images/nav_gallery.jpg) -123px top no-repeat;}
.menu li.p6, #press .menu li a#navpress     {width:104px; background:url(../images/nav_press.jpg) -104px top no-repeat;}
.menu li.p7, #blog .menu li a#navblog       {width:101px; background:url(../images/nav_blog.jpg) -101px top no-repeat;}

/* set up the normal unhovered images in the links */
.menu li a#navhome    {width:115px; background:url(../images/nav_home.jpg) no-repeat;}
.menu li a#navabout   {width:111px; background:url(../images/nav_about.jpg) no-repeat;}
.menu li a#navevents  {width:119px; background:url(../images/nav_events.jpg) no-repeat;}
.menu li a#navstuff   {width:174px; background:url(../images/nav_stuff.jpg) no-repeat;}
.menu li a#navgallery {width:123px; background:url(../images/nav_gallery.jpg) no-repeat;}
.menu li a#navpress   {width:104px; background:url(../images/nav_press.jpg) no-repeat;}
.menu li a#navblog    {width:101px; background:url(../images/nav_blog.jpg) 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#navhome:hover, .menu li:hover a#navhome,
.menu li a#navabout:hover, .menu li:hover a#navabout,
.menu li a#navevents:hover, .menu li:hover a#navevents,
.menu li a#navstuff:hover, .menu li:hover a#navstuff,
.menu li a#navgallery:hover, .menu li:hover a#navgallery,
.menu li a#navpress:hover, .menu li:hover a#navpress,
.menu li a#navblog:hover, .menu li:hover a#navblog
{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: 46px;
   background-color: #BD1C21;
   padding: 0px 0 0px 0;
   border: 1px solid #5A2C18;
   border-top: 0px solid #bdd4e1;
   white-space: nowrap;
   height:auto;
   text-align: left;
}

#x2 { left: -2px; width: 180px; }
#x4 { left: -2px; width: 240px; }
#x5 { left: -2px; width: 180px; }
#x6 { left: -2px; width: 180px; }

.menu :hover ul.sub li {
   display:block;
   height:34px;
   position:relative;
   float:left;
   width:100%;
   font-weight: bold;
   font-style: normal;
   border-bottom: 1px solid #5A2C18;   
}

.menu :hover ul.sub li.lastOne {
   border-bottom: none;
}

.menu :hover ul.sub li a {
   display: block;
   font-size: 15px;
   height:34px;
   width:100%;
   line-height:32px;
   text-indent:32px;
   color: #FEE6AA;
   font-weight: normal;
   text-decoration: none; 
}

.menu :hover ul.sub li a:hover {
   background-color: #FF5900; 
}   

.menu :hover ul.sub li a.fly {background:#fff url(multi_level-files/arrow.gif) 80px 7px no-repeat;}
.menu :hover ul.sub li a:hover {color: #fff;}
.menu :hover ul.sub li a.fly:hover {background:#37a237 url(multi_level-files/arrow_over.gif) 80px 7px no-repeat; color:#fff;}
.menu :hover ul li:hover > a.fly {background:#37a237 url(multi_level-files/arrow_over.gif) 80px 7px no-repeat; color:#fff;}

/* 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;}

