/* CSS Document */
/* Author: Sean Gilber, Pilotage, Inc. */

/* -- side nav -- */

#side-launch {
width:240px; height:240px; margin:0;
}

#side-launch #side-nav {
position:absolute; top:225px; width:240px; margin:0; padding:0;
}

#side-launch #side-nav li {
display:inline;
}

#side-launch #side-nav li a {
float:left; width:240px; height:0; padding-top:80px; background-image:url("../images/sidenav.png"); _background-image: url("../images/sidenav.gif"); background-repeat: no-repeat; overflow: hidden;
}

/* BUTTONS */
#side-launch #side-nav li#album a { background-position: 0 0; }
#side-launch #side-nav li#quote2 a { background-position: 0 -80px; }
#side-launch #side-nav li#history a { background-position: 0 -160px; }

/* OVER STATES */
#side-launch #side-nav li#album a:hover { background-position: -240px 0; }
#side-launch #side-nav li#quote2 a:hover { background-position: -240px -80px; }
#side-launch #side-nav li#history a:hover { background-position: -240px -160px; }

/* PRESSED STATES */
#side-launch #side-nav li#album a:active { background-position: -480px 0; }
#side-launch #side-nav li#quote2 a:active { background-position: -480px -80px; }
#side-launch #side-nav li#history a:active { background-position: -480px -160px; }

/* ON STATES */
#side-launch.album #side-nav li#album a { background-position: -720px 0; !important; }
#side-launch.quote #side-nav li#quote2 a { background-position: -720px -80px; !important; }
#side-launch.history #side-nav li#history a { background-position: -720px -160px; !important; }

