@charset "UTF-8";
/* position and dimensions of the navigator */
.navi {
	margin: 0 0 0 10px;
	width: 150px;
	height: 35px;
	z-index: 999;
	position:relative;
	top:220px;
	left:820px;
}


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

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

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