/* NAVIGATION */
 
ul#nav2 { width:297px; bottom:68px; margin:0; padding:0; }
ul#nav2 li {list-style-type:none }
ul#nav2 li a { height:68px; display:block; position:absolute; text-indent:-9999px }
 
li#navApply a, li#navEvent a { background:url(../images/menu/topMenu.gif)}
 
/*  
 
Measurements for the nav image replacement:
 
        The distance from the top to the...
        
        initial state = 0
        rollover state = 49px
        selected state = 82px
 
        The distance from the far-left to the...
        
        news button = 0
        shop button = 71px
        artists button = 139px
        live button = 223px

        
*/


li#navApply a  { background-position:0 0; width:150px; left:0 }
li#navApply a:hover { background-position:0 -68px }

li#navEvent a { background-position:-150px 0; width:147px; left:150px} 
li#navEvent a:hover { background-position:-150px -68px }
#event li#navEvent a{ background-position:-150px -68px }







