/* position and dimensions of the navigator */
.navi {
	width:685px;
	height:490px;
}


/* items inside navigator */
.navi a {
	
}

/* mouseover state */
.navi a:hover {
	background-position:0 -8px;      
}

/* active state (current page state) */
.navi a.active {
	background-position:0 -16px;     
}

