/* ================================================================ 
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.
=================================================================== */
/* The menu styling */
/* Remove the padding, margins and bullets from the lists */
.menu, .menu ul {list-style-type:none; padding:8px 0 0 0; margin:0; font-family:Verdana, Arial, Helvetica, sans-serif; text-align:center}

/* 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:29px;}
.menu li.top a span {position:absolute; left:-9999px; top:0; z-index:0; font-size:11px;} /* move the link text off screen */

/* pre-load the hover images into the lists */
.menu li.p1 {margin-left:32px; width:69px; background:url(../images/general/n-show2.png) no-repeat;}
.menu li.p2 {margin-left:30px; width:74px; background:url(../images/general/n-artist2.png) no-repeat;}
.menu li.p3 {margin-left:30px; width:67px; background:url(../images/general/n-band2.png) no-repeat;}
.menu li.p4 {margin-left:30px; width:45px; background:url(../images/general/n-media2.png) no-repeat;}
.menu li.p5 {margin-left:30px; width:79px; background:url(../images/general/n-tourdates2.png) no-repeat;}
.menu li.p6 {margin-left:30px; width:68px; background:url(../images/general/n-feedback2.png) no-repeat;}
.menu li.p7 {margin-left:30px; width:36px; background:url(../images/general/n-shop2.png) no-repeat;}
.menu li.p8 {margin-left:30px; width:68px; background:url(../images/general/n-publicity2.png) no-repeat;}
.menu li.p9 {margin-left:30px; width:64px; background:url(../images/general/n-contact2.png) no-repeat;}

/* set up the normal unhovered images in the links */
.menu li a#show {width:69px; background:url(../images/general/n-show1.png) no-repeat;}
.menu li a#artist {width:74px; background:url(../images/general/n-artist1.png) no-repeat;}
.menu li a#band {width:67px; background:url(../images/general/n-band1.png) no-repeat;}
.menu li a#media {width:45px; background:url(../images/general/n-media1.png) no-repeat;}
.menu li a#tourdates {width:79px; background:url(../images/general/n-tourdates1.png) no-repeat;}
.menu li a#feedback {width:68px; background:url(../images/general/n-feedback1.png) no-repeat;}
.menu li a#shop {width:36px; background:url(../images/general/n-shop1.png) no-repeat;}
.menu li a#publicity {width:68px; background:url(../images/general/n-publicity1.png) no-repeat;}
.menu li a#contact {width:64px; background:url(../images/general/n-contact1.png) 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#show:hover, .menu li:hover a#show,
.menu li a#artist:hover, .menu li:hover a#artist,
.menu li a#band:hover, .menu li:hover a#band,
.menu li a#media:hover, .menu li:hover a#media,
.menu li a#tourdates:hover, .menu li:hover a#tourdates,
.menu li a#feedback:hover, .menu li:hover a#feedback,
.menu li a#shop:hover, .menu li:hover a#shop,
.menu li a#publicity:hover, .menu li:hover a#publicity,
.menu li a#contact:hover, .menu li:hover a#contact {background:transparent;}
