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

#navigation { margin:0; padding:0px;}

/* The menu styling */
.menu {font-family:arial,verdana,sans-serif; font-size:0.8em; height:59px; margin:0; padding:0;  z-index:20;list-style-image:none; list-style-position:outside; list-style-type:none; white-space:nowrap;  }
/*.nav-reflection {background-image:url(../images/nav_reflection.gif); padding:0; margin:0; repeat scroll 0%; width:1000px; height:35px; display:block;  }*/

/*aligns the li's to the left - the text*/
.menu li {float:left; }

/* 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 top level list items and float left to place inline */
.menu li.top {display:block; float:left; position:relative; z-index:20;  }

/* 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;z-index:20;}

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

/* pre-load the hover images into the lists */

/* pre-load the hover images into the lists */
/*.menu li.navstart {width:81px; display:block; height:28px; background:url(../images/nav-start.gif) no-repeat;}*/
.menu li.p1 {width:56px; background:url(../images/btn-home.gif) no-repeat; background-position:0px -59px;  }
.menu li.p2 {width:82px; background:url(../images/btn-tour.gif) no-repeat; background-position:0px -59px; }
.menu li.p3 {width:128px; background:url(../images/btn-about.gif) no-repeat; background-position:0px -59px; }
.menu li.p4 {width:78px; background:url(../images/btn-fanfun.gif) no-repeat; background-position:0px -59px; }
.menu li.p5 {width:110px; background:url(../images/btn-latestnews.gif) no-repeat; background-position:0px -59px; }
.menu li.p6 {width:69px; background:url(../images/btn-music.gif) no-repeat; background-position:0px -59px; }
.menu li.p7 {width:69px; background:url(../images/btn-links.gif) no-repeat; background-position:0px -59px; }
.menu li.p8 {width:69px; background:url(../images/btn-shop.gif) no-repeat; background-position:0px -59px; }

/* set up the normal unhovered images in the links */
.menu li a#home {width:56px; background:url(../images/btn-home.gif) no-repeat; }
.menu li a#thetour {width:82px; background:url(../images/btn-tour.gif) no-repeat; }
.menu li a#tickets {width:128px; background:url(../images/btn-about.gif) no-repeat; }
.menu li a#fanfun {width:78px;background:url(../images/btn-fanfun.gif) no-repeat; }
.menu li a#news {width:110px;background:url(../images/btn-latestnews.gif) no-repeat; }
.menu li a#schools {width:69px; background:url(../images/btn-music.gif) no-repeat;}
.menu li a#shop {width:72px;background:url(../images/btn-gallery.gif) no-repeat; }
.menu li a#links {width:69px;background:url(../images/btn-links.gif) no-repeat; }
.menu li a#shop {width:69px;background:url(../images/btn-shop.gif) no-repeat; }

.menu li a#home-on {width:56px; background:url(../images/btn-home.gif) no-repeat; background-position:0px -59px; }
.menu li a#thetour-on {width:82px; background:url(../images/btn-tour.gif) no-repeat; background-position:0px -59px; }
.menu li a#tickets-on {width:128px; background:url(../images/btn-about.gif) no-repeat; background-position:0px -59px; }
.menu li a#fanfun-on {width:78px; background:url(../images/btn-fanfun.gif) no-repeat; background-position:0px -59px; }
.menu li a#news-on {width:110px; background:url(../images/btn-latestnews.gif) no-repeat; background-position:0px -59px; }
.menu li a#schools-on {width:69px; background:url(../images/btn-music.gif) no-repeat; background-position:0px -59px;}
.menu li a#shop-on {width:72px; background:url(../images/btn-gallery.gif) no-repeat; background-position:0px -59px;}
.menu li a#links-on {width:69px; background:url(../images/btn-links.gif) no-repeat; background-position:0px -59px;}
.menu li a#shop-on {width:69px; background:url(../images/btn-shop.gif) no-repeat; background-position:0px -59px;}


/* Style the list OR link hover. Depends on which browser is used */
.menu a:hover {visibility:visible;} /* for IE6 */
.menu li:hover {  z-index:20;} /* 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 a#tickets:hover,
.menu li a#schools:hover, .menu li a#fanfun:hover,
.menu li a#news:hover, .menu li a#shop:hover, .menu li a#links:hover, 
.menu li a#thetour:hover {background:transparent; text-decoration:none;  }

/* 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 */
/*****positioning of the sub nav drop down is different for IE6. see IE6.css*******/

.menu :hover ul.sub {left:0px; top:59px; text-decoration:none;  margin:0; padding:0; white-space:nowrap; width:150px; height:auto; overflow:hidden; text-align:left; z-index:20; position:absolute;   }
.menu :hover ul.sub li {display:block; height:25px; text-decoration:none;  position:relative; margin:0; padding:0;  float:left; width:200px; overflow:hidden;  }
.menu :hover ul.sub li a {width:190px; height:25px; text-decoration:none;  background:#63419a; color:#ffffff; display:block; float:left; font-family:Arial, Helvetica, sans-serif;font-size:12px; font-weight:bold;  line-height:25px; margin:0; padding:0; white-space:nowrap; padding-left:10px;}
.menu :hover ul.sub li a.fly {background:#fff;  text-decoration:none; }
.menu :hover ul.sub li a:hover {background-color:#fb289a; color:#fff;  text-decoration:none;   }
.menu :hover ul.sub li a.fly:hover {background:#fb289a; color:#fff;  text-decoration:none; }
.menu :hover ul li:hover > a.fly {background:#fb289a; color:#fff; text-decoration:none;  } 

/* 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
{ background-color:#fb289a;  white-space:nowrap; width:93px;  height:auto; z-index:20;  text-decoration:none; 
}

