
/* position and dimensions of the navigator */
.navi {	position:absolute;
	margin-left:10px;	margin-top:10px;
	width:553px;
	height:20px;	z-index:101;	border:none;
}

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

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

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