
#menubar ul.navbar { position: absolute; top: 0px; left: 0px; width: 960px; margin: 0px; padding: 0px; }
#menubar ul.navbar li { margin: 0px; padding: 0px; list-style-type: none; list-style-image: none; list-style-position: outside; }
#menubar ul.navbar li a  { position:absolute; top:0px; height: 70px; background-image: url(../img/nav/navigation_sprite.png); background-repeat: no-repeat; background-color: transparent; margin: 0px; padding: 0px; }
#menubar ul.navbar li a span { display: none; }


/* INDIVIDUAL SECTIONS */

#nav-home a { left: 0px; width:182px; background:url(../img/nav/logo_off.png) 0 0 no-repeat !important; }
/* #nav-home a:hover { background:url(../img/nav/logo_over.png) 0 0 no-repeat !important; } */

#nav-about a { left: 399px; width:96px; background-position: 0px 0px; }
#nav-about a:hover { background-position: 0px -71px; cursor: pointer; }
#nav-about a.selected { background-position: 0px -140px; }

#nav-news a { left: 495px; width:86px; background-position: -96px 0px; }
#nav-news a:hover { background-position: -96px -71px; cursor: pointer;}
#nav-news a.selected { background-position: -96px -140px; }

#nav-fans a { left: 581px; width:81px; background-position: -182px 0px; }
#nav-fans a:hover { background-position: -182px -71px; cursor: pointer; }
#nav-fans a.selected { background-position: -182px -140px; }

#nav-media a { left: 662px; width:92px; background-position: -263px 0px; }
#nav-media a:hover { background-position: -263px -71px; cursor: pointer; }
#nav-media a.selected { background-position: -263px -140px; }

#nav-store a { left: 754px; width:90px; background-position: -355px 0px;}
#nav-store a:hover { background-position: -355px -71px; cursor: pointer; }
#nav-store a.selected { background-position: -355px -140px; }

#nav-contact a { left:844px; width:116px; background-position: -445px 0px; }
#nav-contact a:hover { background-position: -445px -71px; cursor: pointer; }
#nav-contact a.selected { background-position: -445px -140px; }


