#langButton a
{
	display: block;
	position: absolute;
	width: 116px;
	height: 36px;
	background: url(img/top-french.gif);
	background-repeat: no-repeat;
	left: 540px;
	top: 0;
	text-indent: -999em;
}

#contactButton a
{
	display: block;
	position: absolute;
	width: 116px;
	height: 36px;
	background: url(img/top-contact.gif);
	background-repeat: no-repeat;
	left: 662px;
	top: 0;
	text-indent: -999em;
}

#nav li#mainLink a
{
	display: block;
	background: url(img/but-main-e.gif);
	background-repeat: no-repeat;
	left: 268px;
	width: 96px;
}

#nav li#mainLink a:hover, #nav li#mainLink a.active
{
	background: url(img/but-main-e-active.gif);
}

#nav li#productsLink a
{
	display: block;
	background: url(img/but-products-e.gif);
	background-repeat: no-repeat;
	left: 364px;
	width: 103px;
}

#nav li#productsLink a:hover, #nav li#productsLink a.active
{
	background: url(img/but-products-e-active.gif);
}



#nav li#onlinestorelink a
{
	display: block;
	background: url(img/but-ecomm-e.gif);
	background-repeat: no-repeat;
	left: 467px;
	width: 126px;
}

#nav li#onlinestorelink a:hover, #nav li#onlinestorelink a.active
{
	background: url(img/but-ecomm-e-active.gif);
}






#nav li#recipesLink a
{
	display: block;
	background: url(img/but-recipes-e.gif);
	background-repeat: no-repeat;
	left: 593px;
	width: 98px;
}

#nav li#recipesLink a:hover, #nav li#recipesLink a.active
{
	background: url(img/but-recipes-e-active.gif);
}

#nav li#cdLink a
{
	display: block;
	background: url(img/but-cd-e.gif);
	background-repeat: no-repeat;
	left: 691px;
	width: 146px;
}

#nav li#cdLink a:hover, #nav li#cdLink a.active
{
	background: url(img/but-cd-e-active.gif);
}

#nav li#linksLink a
{
	display: block;
	background: url(img/but-links-e.gif);
	background-repeat: no-repeat;
	width: 67px;
	left: 837px;
	
}

#nav li#linksLink a:hover, #nav li#linksLink a.active
{
	background: url(img/but-links-e-active.gif);
}


.padding{
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 200px;
};

