A.n_bakery
{
	float:left;
	display: block;
	width: 130px;
	height: 54px;
	background-image: url(../img/n_bakery.jpg);
	background-repeat: no-repeat;	
}
A.n_bakery:hover
{
	background-position: -130px 0px;	
}
A.n_bakerySel
{
	float:left;
	display: block;
	width: 130px;
	height: 54px;
	background-image: url(../img/n_bakery.jpg);
	background-repeat: no-repeat;	
	background-position: -130px 0px;	
}
A.n_history
{
	float:left;
	display: block;
	width: 129px;
	height: 54px;
	background-image: url(../img/n_history.jpg);
	background-repeat: no-repeat;	
}
A.n_history:hover
{
	background-position: -129px 0px;	
}
A.n_historySel
{
	float:left;
	display: block;
	width: 129px;
	height: 54px;
	background-image: url(../img/n_history.jpg);
	background-repeat: no-repeat;	
	background-position: -129px 0px;	
}
A.n_contact
{
	float:left;
	display: block;
	width: 128px;
	height: 54px;
	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: 54px;
	background-image: url(../img/n_contact.jpg);
	background-repeat: no-repeat;	
	background-position: -128px 0px;	
}

A.n_catering
{
	float:left;
	display: block;
	width: 178px;
	height: 54px;
	background-image: url(../img/n_catering.jpg);
	background-repeat: no-repeat;	
}
A.n_catering:hover
{
	background-position: -178px 0px;	
}
A.n_cateringSel
{
	float:left;
	display: block;
	width: 178px;
	height: 54px;
	background-image: url(../img/n_catering.jpg);
	background-repeat: no-repeat;	
	background-position: -178px 0px;	
}

A.n_home
{
	float:left;
	display: block;
	width: 132px;
	height: 54px;
	background-image: url(../img/n_home.jpg);
	background-repeat: no-repeat;	
}
A.n_home:hover
{
	background-position: -132px 0px;	
}
A.n_homeSel
{
	float:left;
	display: block;
	width: 132px;
	height: 54px;
	background-image: url(../img/n_home.jpg);
	background-repeat: no-repeat;	
	background-position: -132px 0px;	
}

A.n_blog
{
	float:left;
	display: block;
	width: 132px;
	height: 54px;
	background-image: url(../img/n_blog.jpg);
	background-repeat: no-repeat;	
}
A.n_blog:hover
{
	background-position: -132px 0px;	
}
A.n_blogSel
{
	float:left;
	display: block;
	width: 132px;
	height: 54px;
	background-image: url(../img/n_blog.jpg);
	background-repeat: no-repeat;	
	background-position: -132px 0px;	
}

#spacer
{	
	float:left;
	display:block;
	width:/*203px;*/71px;
	height:54px;
	background-image: url(../img/n_spacer.jpg);
}
.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;
}

