     .nav1 a{
		text-indent:-9999px;
		width:154px;
		height:96px;
		margin-right:0px;
		float:right;
		background-image:url(../../images/splash_bb.jpg);
		background-repeat:no-repeat;
		cursor:pointer;
	    z-index: 10;
	}
	.nav2 a{
		display:block;
		text-indent:-9999px;
		width:154px;
		height:96px;
		margin-right:0px;
		float:left;
		background-image:url(../../images/splash_party.jpg);
		background-repeat:no-repeat;
		cursor:pointer;
	    z-index: 10;
	}
        
	
	#nav1_bb{background-position:0 0;}
	#nav1_bb:hover,#nav1_bb.hover{background-position:0 -96px;}
        
	#nav2_party{background-position:0 0;}
	#nav2_party:hover,#nav2_party.hover{background-position:0 -96px;}
        
	