
/* position and dimensions of the navigator */
.navi {
	float: left;
	width:160px;
	height:20px;
	margin-top: 0px;
	margin-bottom: 6px;
}


/* items inside navigator */
.navi a {
	width: 8px;
	height: 8px;
	float:left;
	background:url(includes/navigator.png) 0 0 no-repeat;
	display:block;
	font-size:1px;
	margin: 3px;
}

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

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