
/* position and dimensions of the navigator */
.navi {
	/*margin-left:328px;*/
	/*width:100px;*/
	height:20px;
	float:left;
}


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

/* mouseover state */
.navi a:hover {
	background:url(../img/bt_over.png) 0 0 no-repeat;
}

/* active state (current page state) */
.navi a.active {
	background:url(../img/bt_over.png) 0 0 no-repeat;  
}
