
a:active {outline:none;}

:focus {-moz-outline-style: none;}

.navi-container	{background-color: #0067ab;
	height: 30px;
    width: 504px;
    border-top: 2px solid #ffffff;
	}

/* position and dimensions of the navigator */
.navi {
	width: 94px;
	height: 12px;
	padding: 6px;
	margin-left: 230px;
	background-color: transparent;	
}


.navi a {
	width: 12px;
	height: 12px;
	float: left;
	margin: 3px;
	background: url(/images/home-scroll/dots.png) 0 0 no-repeat;
	display: block;
	font-size: 1px;
}

/* mouseover state */
.navi a:hover {
	background-position:0 -12px;
	outline: none;      
}

/* active state (current page state) */
.navi a.active {
	background-position:0 -24px;
	outline: none;     
}

