/* position and dimensions of the navigator */
.navi {	
	width:200px;
	height:30px;
	padding-top:20px;
}

/* items inside navigator */
.navi a {
	width:40px;
	height:40px;
	float:left;
	display:block;
	font-size:22px;	
	font-family: Verdana, Geneva, sans-serif;
	color: #FFF;
	text-decoration: none;
}

/* mouseover state */
.navi a:hover {
	/*background-position:0 -8px;      */
	font-size:22px;
	cursor:pointer;
}

/* active state (current page state) */
.navi a.active {
	font-size:22px;	
	font-family: Verdana, Geneva, sans-serif;
	color: #FA9600;
	text-decoration: none;
}
