/* NAVIGATION */
 
ul#nav { width:519px; bottom:27px; margin:0; padding:0 }
ul#nav li {list-style-type:none }
ul#nav li a { height:27px; display:block; position:absolute; top:0; text-indent:-9999px }
 
li#navAbout a, li#navPartners a, li#navSolutions a, li#navEvents a { background:url(../images/Menu2.jpg)}
 
/*  
 
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#navAbout a  { background-position:0 0; width:131px; left:0 } li#navAbout a:hover, li#navAbout a.current { background-position:0 -27px }


li#navPartners a { background-position:-131px 0; width:131px; left:131px} li#navPartners a:hover, li#navPartners a.current { background-position:-131px -27px }


li#navSolutions a { background-position:-262px 0; width:131px; left:262px } li#navSolutions a:hover, li#navSolutions a.current { background-position:-262px -27px }


li#navEvents a { background-position:-393px 0; width:131px; left:393px } li#navEvents a:hover, li#navEvents a.current { background-position:-393px -27px }





