
/* position and dimensions of the navigator */
.navi {
	margin-right:0px;
	/* width:200px; */
	height:36px;
	z-index: 10;
	margin-top: 0px;
	position: absolute;
	bottom: 0px;
	right: 0px;
	padding: 2px;
	border-top-left-radius: 18px;
	-moz-border-radius-topleft: 18px;
	background: url(../img/bg_transp_grad_h.png) repeat-x top left; 
}


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

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

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