#lists {font-size:11px;font-family: arial, helvetica, "bitstream vera sans", sans-serif;padding:0px 0px 0px 0px; margin:0px 0px 0px 0px; list-style:none; position:relative;z-index:500;}
#lists li {display:inline; float:left; height:28px;background-color:none;position:relative;} /* added relative here  */
#lists li.noborder {display:inline; float:right; height:28px;}

#lists li a.tl {display:block;text-decoration:none; line-height:10px; font-size:11px; font-weight:bold; text-indent:20px; color:#FFF; background-color:none;margin-top:8px;padding-right:20px;float:left;border-right: 1px solid #d0d0d0;}
/* changed line height from 28 and margin top to 8 from 0 */

/* bug fix */
* html #lists a   {display:block;height:20px;}







#lists div {display:none;padding-top:0px;}
#lists li a:hover {text-decoration:underline; white-space:normal;font-weight:bold;}
#lists li:hover a {text-decoration:underline; white-space:normal;font-weight:bold;}

/* li class defines the horizontal position of the drops ie li class single or two  */



/* BACKGROUND COLOUR FOR ALL DROPS */
/* OFFSET FOR ALL DROP MENUS */
/* FONT SIZE FOR ALL DROP MENUS */
#lists :hover div{display:block; font-size:11px;width:340px; background:#eeeeee; position:absolute; left:0; top:28px; border:0px solid #888; padding-bottom:10px;}


/* DROP MENU OFFSET FROM MAIN MENU - PC ONLY*/
#lists :hover div.pos2 {background:#000000;float:right}/* NOT USED */
/* END */

/* EXPLORER 6 FiX UMPIRE MENU */
/* DROP WIDTH AND DROP BACKGROUND COULOUR*/
 #lists .two:hover div.pos3 {background:#eeeeee; width:340px;}

/* EXPLORER 6 FiX JUNIOR MENU */
#lists .single:hover div.pos4 {background:#eeeeee; width:340px;}
/* END */

/* DROPBOX MAIN HEADING */
#lists :hover div dl dt {width:150px; background:#acacac; text-indent:10px; margin:5px 0 10px 0; text-decoration:none; height:20px; line-height:20px;}

/* EXPLORER 7 FiX  */
#lists :hover div dl {display:inline; padding:0; margin:0 10px 10px 10px; float:left; width:150px;}



/* ALL DROP MENUS */
#lists :hover div dl dd {padding:0; margin:0;}
/* END */

/* DROPBOX HEADING FOR ALL MENUS */
#lists :hover div dt a {text-decoration:none; cursor:default; font-weight:bold; color:#fff;}
/* END */

/* LIST INDENTS AND FONT STYLES FOR ALL DROP MENUS */
#lists :hover div dd a {display:block; text-decoration:none; font-weight:normal; font-size:11px; color:#444; text-indent:10px; line-height:18px;border-bottom: 1px solid #d0d0d0;width:150px;}
#lists :hover div dd a:hover {text-decoration:underline;}
#lists .clear {clear:both;}
/* END */