
/* position and dimensions of the navigator */
.tabs { position:absolute; right:0; top:0;

	
	height:20px;
}


/* items inside navigator */
.tabs a {
	width:22px;
	height:22px;
	float:left; display:inline-block;
	margin:3px;
	background:url(../img/nr_bg_14.jpg) center center no-repeat;
	display:block;
	font-size:12px; line-height:22px; text-decoration:none; text-align:center; color:#7e7e7e; font-family:"Trebuchet MS";
}

/* mouseover state */
.tabs a:hover {
	background:url(../img/nr_bg_ac_14.jpg) center center no-repeat; 
}

/* active state (current page state) */
.tabs a.current {
	background:url(../img/nr_bg_ac_14.jpg) center center no-repeat;text-decoration:underline;
}

