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

/********menu**********/
.nav-front {width:56px; height:64px; background-image:url(../images/navigation/nav-front.png); background-repeat:no-repeat; display:block;}
.nav-end {width:48px; height:64px; background-image:url(../images/navigation/nav-end.png); background-repeat:no-repeat; display:block; margin:-20px 0 0 0;}
.dropdown-end {width:208px; height:17px; margin:0; padding:0; background-image:url(../images/navigation/nav-btm.png); background-repeat:no-repeat;}

/* The menu styling */
.menu {font-family:Arial, Helvetica, sans-serif; font-size:0.8em; height:64px; margin:0; padding:0;  z-index:14;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:14;  }

/* 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:10;}

/* Default top link link styling */
.menu li.top a.top_link {display:block; float:left; height:64px; }
.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.p1 {width:75px; background:url(../images/navigation/home-btn.png) no-repeat; background-position:0px -64px; margin:-1px 0 0 0;   }
.menu li.p2 {width:108px; background:url(../images/navigation/about-btn.png) no-repeat; background-position:0px -64px; margin:-4px 0 0 0; }
.menu li.p3 {width:113px; background:url(../images/navigation/tickets-btn.png) no-repeat; background-position:0px -64px; margin:-3px 0 0 0; }
.menu li.p4 {width:120px; background:url(../images/navigation/video-btn.png) no-repeat; background-position:0px -64px; margin:-5px 0 0 0; }
.menu li.p5 {width:189px; background:url(../images/navigation/newsreviews-btn.png) no-repeat; background-position:0px -64px; margin:-10px 0 0 0; }
.menu li.p6 {width:166px; background:url(../images/navigation/creepystuff-btn.png) no-repeat; background-position:0px -64px; margin:-10px 0 0 0; }
.menu li.p7 {width:123px; background:url(../images/navigation/shop-btn.png) no-repeat; background-position:0px -64px; margin:-10px 0 0 0; }


/* set up the normal unhovered images in the links */
.menu li a#home{width:75px; background:url(../images/navigation/home-btn.png) no-repeat; }
.menu li a#about {width:108px; background:url(../images/navigation/about-btn.png) no-repeat; }
.menu li a#tickets {width:113px; background:url(../images/navigation/tickets-btn.png) no-repeat; }
.menu li a#video {width:120px; background:url(../images/navigation/video-btn.png) no-repeat; }
.menu li a#newsreviews {width:189px; background:url(../images/navigation/newsreviews-btn.png) no-repeat;}
.menu li a#creepystuff {width:166px; background:url(../images/navigation/creepystuff-btn.png) no-repeat;}
.menu li a#shop{width:123px; background:url(../images/navigation/shop-btn.png) no-repeat;}


.menu li a#home-on {width:75px; background:url(../images/navigation/home-btn.png) no-repeat; background-position:0px -64px; }
.menu li a#about-on {width:108px; background:url(../images/navigation/about-btn.png) no-repeat; background-position:0px -64px; }
.menu li a#tickets-on {width:113px; background:url(../images/navigation/tickets-btn.png) no-repeat; background-position:0px -64px; }
.menu li a#video-on {width:120px; background:url(../images/navigation/videof-btn.png) no-repeat; background-position:0px -64px; }
.menu li a#newsreviews-on {width:123px; background:url(../images/navigation/newsreviews-btn.png) no-repeat; background-position:0px -64px; }
.menu li a#creepystuff-on {width:166px; background:url(../images/navigation/creepystuff-btn.png) no-repeat; background-position:0px -64px;}
.menu li a#shop-on {width:123px; background:url(../images/navigation/shop-btn.png) no-repeat; background-position:0px -64px;}





/* Style the list OR link hover. Depends on which browser is used */
.menu a:hover {visibility:visible;} /* for IE6 */
.menu li:hover {  z-index:14;} /* 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#about:hover,
.menu li a#tickets:hover, .menu li a#newsreviews:hover,
.menu li a#video:hover, 
.menu li a#creepystuff:hover, 
.menu li a#shop:hover {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 */
/*****positioning of the sub nav drop down is different for IE6. see IE6.css*******/

.menu :hover ul.sub {left:3px; top:64px; margin:0; padding:0 0 10px 0; white-space:nowrap; width:185px; height:auto; overflow:hidden; text-align:left; z-index:14; position:absolute; background-image:url(../images/navigation/nav-bg.gif); background-repeat:repeat-x;  }
.menu :hover ul.sub li {display:block; height:26px; position:relative; margin:0; padding:0;  float:left; width:185px; overflow:hidden;    }
.menu :hover ul.sub li a {width:185px; height:26px;  color:#FFF; display:block; float:left; font-family:Arial, Helvetica, sans-serif;font-size:15px; font-weight:bold;  line-height:25px; margin:0; padding:0; white-space:nowrap; padding-left:5px; text-decoration:none; background-color:#060a18;  }
.menu :hover ul.sub li a.fly {background:#fff;}
.menu :hover ul.sub li a:hover {background-color:#fe0000;  background-image:url(../images/hover.gif); color:#fff;  }
.menu :hover ul.sub li a.fly:hover {background:#fe0000; color:#fff;}
.menu :hover ul li:hover > a.fly {background:#fe0000; 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
{ background-color:#d2232a;  white-space:nowrap; width:93px;  height:auto; z-index:14;}



