A.n_home
{
	display: block;
	width: 131px;
	height: 40px;
	background-image: url(../img/n_home.jpg);
	background-repeat: no-repeat;	
}
A.n_home:hover
{
	background-position: -131px 0px;	
}
A.n_homeSel
{
	display: block;
	width: 131px;
	height: 40px;
	background-image: url(../img/n_home.jpg);
	background-repeat: no-repeat;	
	background-position: -131px 0px;	
}

A.n_products
{
	display: block;
	width: 169px;
	height: 40px;
	background-image: url(../img/n_products.jpg);
	background-repeat: no-repeat;	
}
A.n_products:hover
{
	background-position: -169px 0px;	
}
A.n_productsSel
{
	display: block;
	width: 169px;
	height: 40px;
	background-image: url(../img/n_products.jpg);
	background-repeat: no-repeat;	
	background-position: -169px 0px;	
}

A.n_newarrivals
{
	display: block;
	width: 252px;
	height: 40px;
	background-image: url(../img/n_newarrivals.jpg);
	background-repeat: no-repeat;	
}
A.n_newarrivals:hover
{
	background-position: -252px 0px;	
}
A.n_newarrivalsSel
{
	display: block;
	width: 252px;
	height: 40px;
	background-image: url(../img/n_newarrivals.jpg);
	background-repeat: no-repeat;	
	background-position: -252px 0px;	
}

A.n_specials
{
	display: block;
	width: 190px;
	height: 40px;
	background-image: url(../img/n_specials.jpg);
	background-repeat: no-repeat;	
}
A.n_specials:hover
{
	background-position: -190px 0px;	
}
A.n_specialsSel
{
	display: block;
	width: 190px;
	height: 40px;
	background-image: url(../img/n_specials.jpg);
	background-repeat: no-repeat;	
	background-position: -190px 0px;	
}

A.n_contact
{
	display: block;
	width: 151px;
	height: 40px;
	background-image: url(../img/n_contact.jpg);
	background-repeat: no-repeat;	
}
A.n_contact:hover
{
	background-position: -151px 0px;	
}
A.n_contactSel
{
	display: block;
	width: 151px;
	height: 40px;
	background-image: url(../img/n_contact.jpg);
	background-repeat: no-repeat;	
	background-position: -151px 0px;	
}

.rollNav2
{
	filter:alpha(opacity=100);
	-moz-opacity: 1.0;
	opacity: 1.0;
	-khtml-opacity: 1.0;

}

.rollNav2:hover { 
	filter:alpha(opacity=90);
	-moz-opacity: 0.9;
	opacity: 0.9;
	-khtml-opacity: 0.9;
}