@charset "UTF-8";
/* CSS Document */
#navigation{
	margin-left: 75px;
}
#navigation ul{
	margin: 0px;
	padding: 0px;
}
#navigation ul li{
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	margin-left: 28px;
}
#navigation ul li a{
	text-decoration: none;
	line-height: 38px;
	display: block;
}
#navhome{
	width: 58px;
	height: 38px;
	float: left;
	background-image: url(../images/nav/nav_home.png);
	background-position: 0 0;
}
#navhome:hover{
	background-position: 0 -38px;
}
#navhome_current{
	width: 58px;
	height: 38px;
	float: left;
	background-image: url(../images/nav/nav_home.png);
	background-position: 0 -38px;
}

#navabout{
	width: 59px;
	height: 38px;
	float: left;
	background-image: url(../images/nav/nav_about.png);
	background-position: 0 0;
}
#navabout:hover{
	background-position: 0 -38px;
}
#navabout_current{
	width: 59px;
	height: 38px;
	float: left;
	background-image: url(../images/nav/nav_about.png);
	background-position: 0 -38px;
}

#navchocolates{
	width: 119px;
	height: 38px;
	float: left;
	background-image: url(../images/nav/nav_chocolates.png);
	background-position: 0 0;
}
#navchocolates:hover{
	background-position: 0 -38px;
}
#navchocolates_current{
	width: 119px;
	height: 38px;
	float: left;
	background-image: url(../images/nav/nav_chocolates.png);
	background-position: 0 -38px;
}

#navwedding{
	width: 150px;
	height: 38px;
	float: left;
	background-image: url(../images/nav/nav_wedding.png);
	background-position: 0 0;
}
#navwedding:hover{
	background-position: 0 -38px;
}
#navwedding_current{
	width: 150px;
	height: 38px;
	float: left;
	background-image: url(../images/nav/nav_wedding.png);
	background-position: 0 -38px;
}


#navstockists{
	width: 77px;
	height: 38px;
	float: left;
	background-image: url(../images/nav/nav_stockists.png);
	background-position: 0 0;
}
#navstockists:hover{
	background-position: 0 -38px;
}
#navstockists_current{
	width: 77px;
	height: 38px;
	float: left;
	background-image: url(../images/nav/nav_stockists.png);
	background-position: 0 -38px;
}

#navoffers{
	width: 135px;
	height: 38px;
	float: left;
	background-image: url(../images/nav/nav_offers.png);
	background-position: 0 0;
}
#navoffers:hover{
	background-position: 0 -38px;
}
#navoffers_current{
	width: 135px;
	height: 38px;
	float: left;
	background-image: url(../images/nav/nav_recipes.png);
	background-position: 0 -38px;
}


#navrecipes{
	width: 77px;
	height: 38px;
	float: left;
	background-image: url(../images/nav/nav_recipes.png);
	background-position: 0 0;
}
#navrecipes:hover{
	background-position: 0 -38px;
}
#navrecipes_current{
	width: 77px;
	height: 38px;
	float: left;
	background-image: url(../images/nav/nav_recipes.png);
	background-position: 0 -38px;
}

#navcontact{
	width: 140px;
	height: 38px;
	float: left;
	background-image: url(../images/nav/nav_contact.png);
	background-position: 0 0;
}
#navcontact:hover{
	background-position: 0 -38px;
}
#navcontact_current{
	width: 140px;
	height: 38px;
	float: left;
	background-image: url(../images/nav/nav_contact.png);
	background-position: 0 -38px;
}

