@charset "UTF-8";

#nav {
	width:150px; height:575px;
	right:0px; top:70px;
	position: fixed;
	display:none;
	background:url("../images/nav/background.png") top left no-repeat;
}

#nav div {
	position:absolute; 
	cursor:pointer;
}

.navOff { background:url("../images/nav/blank.gif"); }


#jackieButton { width:150px; height:65px; top:0px; }
#jackieButton:hover, #jackieButton.active {	background:url("../images/nav/jackie_on.png") top left no-repeat; }

#associateButton { width:150px; height:28px; top:65px; }
#associateButton:hover, #associateButton.active { background:url("../images/nav/associate_on.png") top left no-repeat; }

#bossButton { width:150px; height:28px; top:104px; }
#bossButton:hover, #bossButton.active { background:url("../images/nav/boss_on.png") top left no-repeat; }

#gamblerButton { width:150px; height:28px; top:140px; }
#gamblerButton:hover, #gamblerButton.active { background:url("../images/nav/gambler_on.png") top left no-repeat; }

#beatdownButton { width:150px; height:65px; top:167px; }
#beatdownButton:hover, #beatdownButton.active { background:url("../images/nav/beatdown_on.png") top left no-repeat; }

#entrepreneurButton { width:150px; height:28px; top:232px; }
#entrepreneurButton:hover, #entrepreneurButton.active { background:url("../images/nav/entrepreneur_on.png") top left no-repeat; }

#partnerButton { width:150px; height:28px; top:288px; }
#partnerButton:hover, #partnerButton.active { background:url("../images/nav/partner_on.png") top left no-repeat; }

#gameButton { width:150px; height:70px; top:329px; }
#gameButton:hover, #gameButton.active { background:url("../images/nav/game_on.png") top left no-repeat; }

#mastermindButton { width:150px; height:28px; top:399px; }
#mastermindButton:hover, #mastermindButton.active { background:url("../images/nav/mastermind_on.png") top left no-repeat; }

#planButton { width:150px; height:28px; top:435px; }
#planButton:hover, #planButton.active { background:url("../images/nav/plan_on.png") top left no-repeat; }

#collaborateButton { width:150px; height:28px; top:472px; }
#collaborateButton:hover, #collaborateButton.active { background:url("../images/nav/collaborate_on.png") top left no-repeat; }

#bookButton { width:150px; height:70px; top:504px; }
#bookButton:hover, #bookButton.active { background:url("../images/nav/book_on.png") top left no-repeat; }
