.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; margin-left:20px;}

/* 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:29px;}
.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:105px; background:url(1a.gif) no-repeat;}
.menu li.p2 {width:85px; background:url(2a.gif) no-repeat;}
.menu li.p3 {width:77px; background:url(3a.gif) no-repeat;}
.menu li.p4 {width:120px; background:url(4a.gif) no-repeat;}
.menu li.p5 {width:124px; background:url(5a.gif) no-repeat;}
.menu li.p6 {width:147px; background:url(6a.gif) no-repeat;}
.menu li.p7 {width:59px; background:url(7a.gif) no-repeat;}

.menu li a#jaydeez {width:105px; background:url(1.gif) no-repeat;}
.menu li a#bands {width:85px; background:url(2.gif) no-repeat;}
.menu li a#gigs {width:77px; background:url(3.gif) no-repeat;}
.menu li a#events {width:120px; background:url(4.gif) no-repeat;}
.menu li a#where {width:124px; background:url(5.gif) no-repeat;}
.menu li a#hotel {width:147px; background:url(6.gif) no-repeat;}
.menu li a#wasted {width:59px; background:url(7.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:200;}

.menu li a#jaydeez:hover, .menu li:hover a#jaydeez,
.menu li a#bands:hover, .menu li:hover a#bands,
.menu li a#gigs:hover, .menu li:hover a#gigs,
.menu li a#events:hover, .menu li:hover a#events,
.menu li a#where:hover, .menu li:hover a#where,
.menu li a#wasted:hover, .menu li:hover a#wasted,
.menu li a#hotel:hover, .menu li:hover a#hotel {background:transparent;}