
/* position and dimensions of the navigator */
.navi {
	margin-left:221px;
	width:200px;
	height:14px;
}


/* items inside navigator */
.navi a {
	width:14px;
	height:14px;
	float:left;
	margin:3px;
	background:url('Navigator-X.png') ;
	display:block;
	font-size:1px
}

/* mouseover state */
.navi a:hover {
	background-position:0 -14px;      
}

/* active state (current page state) */
.navi a.active {
	background-position:0 -14px;     
}