/* position and dimensions of the navigator */
.navi {
	width:117px;
}


/* items inside navigator */
.navi a {
	width:19px;
	height:22px;
	float:left;
	padding:3px 0 0 5px;
	display:block;
	text-decoration:none;
	font-weight:bold;
	font-size:12px;
	color:#B1B1B1;
}

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

/* active state (current page state) */
.navi a.active {
	background:url(../images/pageLinkImg.png) 0 0 no-repeat;
	color:#FFFFFF;
}

