A.n_home
{
	float:left;
	display: block;
	width: 105px;
	height: 70px;
	background-image: url(../img/n_home.jpg);
	background-repeat: no-repeat;	
}
A.n_home:hover
{
	background-position: -105px 0px;	
}
A.n_homeSel
{
	float:left;
	display: block;
	width: 105px;
	height: 70px;
	background-image: url(../img/n_home.jpg);
	background-repeat: no-repeat;	
	background-position: -105px 0px;	
}

A.n_gift
{
	float:left;
	display: block;
	width: 155px;
	height: 70px;
	background-image: url(../img/n_gift.jpg);
	background-repeat: no-repeat;	
}
A.n_gift:hover
{
	background-position: -155px 0px;	
}
A.n_giftSel
{
	float:left;
	display: block;
	width: 155px;
	height: 70px;
	background-image: url(../img/n_gift.jpg);
	background-repeat: no-repeat;	
	background-position: -155px 0px;	
}

A.n_products
{
	float:left;
	display: block;
	width: 122px;
	height: 70px;
	background-image: url(../img/n_products.jpg);
	background-repeat: no-repeat;	
}
A.n_products:hover
{
	background-position: -122px 0px;	
}
A.n_productsSel
{
	float:left;
	display: block;
	width: 122px;
	height: 70px;
	background-image: url(../img/n_products.jpg);
	background-repeat: no-repeat;	
	background-position: -122px 0px;	
}

A.n_special
{
	float:left;
	display: block;
	width: 206px;
	height: 70px;
	background-image: url(../img/n_special.jpg);
	background-repeat: no-repeat;	
}
A.n_special:hover
{
	background-position: -206px 0px;	
}
A.n_specialSel
{
	float:left;
	display: block;
	width: 206px;
	height: 70px;
	background-image: url(../img/n_special.jpg);
	background-repeat: no-repeat;	
	background-position: -206px 0px;	
}
A.n_customercare
{
	float:left;
	display: block;
	width: 184px;
	height: 70px;
	background-image: url(../img/n_customercare.jpg);
	background-repeat: no-repeat;	
}
A.n_customercare:hover
{
	background-position: -184px 0px;	
}
A.n_customercareSel
{
	float:left;
	display: block;
	width: 184px;
	height: 70px;
	background-image: url(../img/n_customercare.jpg);
	background-repeat: no-repeat;	
	background-position: -184px 0px;	
}

A.n_contact
{
	float:left;
	display: block;
	width: 128px;
	height: 70px;
	background-image: url(../img/n_contact.jpg);
	background-repeat: no-repeat;	
}
A.n_contact:hover
{
	background-position: -128px 0px;	
}
A.n_contactSel
{
	float:left;
	display: block;
	width: 128px;
	height: 70px;
	background-image: url(../img/n_contact.jpg);
	background-repeat: no-repeat;	
	background-position: -128px 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;
}
