A.n_home
{
	display: block;
	width: 111px;
	height: 47px;
	background-image: url(../img/n_home.jpg);
	background-repeat: no-repeat;	
}
A.n_home:hover
{
	background-position: -111px 0px;	
}
A.n_homeSel
{
	display: block;
	width: 111px;
	height: 47px;
	background-image: url(../img/n_home.jpg);
	background-repeat: no-repeat;	
	background-position: -111px 0px;	
}

A.n_about
{
	display: block;
	width: 132px;
	height: 47px;
	background-image: url(../img/n_about.jpg);
	background-repeat: no-repeat;	
}
A.n_about:hover
{
	background-position: -132px 0px;	
}
A.n_aboutSel
{
	display: block;
	width: 132px;
	height: 47px;
	background-image: url(../img/n_about.jpg);
	background-repeat: no-repeat;	
	background-position: -132px 0px;	
}

A.n_whatwedo
{
	display: block;
	width: 171px;
	height: 47px;
	background-image: url(../img/n_whatwedo.jpg);
	background-repeat: no-repeat;	
}
A.n_whatwedo:hover
{
	background-position: -171px 0px;	
}
A.n_whatwedoSel
{
	display: block;
	width: 171px;
	height: 47px;
	background-image: url(../img/n_whatwedo.jpg);
	background-repeat: no-repeat;	
	background-position: -171px 0px;	
}

A.n_whatsnew
{
	display: block;
	width: 165px;
	height: 47px;
	background-image: url(../img/n_whatsnew.jpg);
	background-repeat: no-repeat;	
}
A.n_whatsnew:hover
{
	background-position: -165px 0px;	
}
A.n_whatsnewSel
{
	display: block;
	width: 165px;
	height: 47px;
	background-image: url(../img/n_whatsnew.jpg);
	background-repeat: no-repeat;	
	background-position: -165px 0px;	
}

A.n_contact
{
	display: block;
	width: 153px;
	height: 47px;
	background-image: url(../img/n_contact.jpg);
	background-repeat: no-repeat;	
}
A.n_contact:hover
{
	background-position: -153px 0px;	
}
A.n_contactSel
{
	display: block;
	width: 153px;
	height: 47px;
	background-image: url(../img/n_contact.jpg);
	background-repeat: no-repeat;	
	background-position: -153px 0px;	
}

A.n_donate
{
	display: block;
	width: 157px;
	height: 47px;
	background-image: url(../img/n_donate.jpg);
	background-repeat: no-repeat;	
}
A.n_donate:hover
{
	background-position: -157px 0px;	
}
A.n_donateSel
{
	display: block;
	width: 157px;
	height: 47px;
	background-image: url(../img/n_donate.jpg);
	background-repeat: no-repeat;	
	background-position: -157px 0px;	
}

.rollNav2
{
	filter:alpha(opacity=90);
	-moz-opacity: 0.9;
	opacity: 0.9;
	-khtml-opacity: 0.9;

}
.rollNav2:hover { 
	filter:alpha(opacity=100);
	-moz-opacity: 1.0;
	opacity: 1.0;
	-khtml-opacity: 1.0;
}