
/* position and dimensions of the navigator */
.navi {
	margin-left:-30px;
	width:100%;
	height:98px;
	z-index: 400;
}


/* items inside navigator */
.navi a {
	width:12px;
	height:13px;
	margin:11px 6px;
	background:url(../images/navigator.png) 0 0 no-repeat;
	display:inline-block;
	font-size:1px;
	z-index: 400;
}

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

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