A.n_home
{
	float:left;
	display: block;
	width: 126px;
	height: 36px;
	background-image: url(../img/n_home.jpg);
	background-repeat: no-repeat;	
}
A.n_home:hover
{
	background-position: -126px 0px;	
}
A.n_homeSel
{
	float:left;
	display: block;
	width: 126px;
	height: 36px;
	background-image: url(../img/n_home.jpg);
	background-repeat: no-repeat;	
	background-position: -126px 0px;	
}

A.n_studio
{
	float:left;
	display: block;
	width: 115px;
	height: 36px;
	background-image: url(../img/n_studio.jpg);
	background-repeat: no-repeat;	
}
A.n_studio:hover
{
	background-position: -115px 0px;	
}
A.n_studioSel
{
	float:left;
	display: block;
	width: 115px;
	height: 36px;
	background-image: url(../img/n_studio.jpg);
	background-repeat: no-repeat;	
	background-position: -115px 0px;	
}

A.n_nourishingnook
{
	float:left;
	display: block;
	width: 209px;
	height: 36px;
	background-image: url(../img/n_nourishingnook.jpg);
	background-repeat: no-repeat;	
}
A.n_nourishingnook:hover
{
	background-position: -209px 0px;	
}
A.n_nourishingnookSel
{
	float:left;
	display: block;
	width: 209px;
	height: 36px;
	background-image: url(../img/n_nourishingnook.jpg);
	background-repeat: no-repeat;	
	background-position: -209px 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;
}