#langButton a
{
	display: block;
	position: absolute;
	width: 116px;
	height: 36px;
	background: url(img/top-english.gif);
	background-repeat: no-repeat;
	left: 525px;
	top: 0;
	text-indent: -999em;
}

#contactButton a
{
	display: block;
	position: absolute;
	width: 131px;
	height: 36px;
	background: url(img/top-contact-f.gif);
	background-repeat: no-repeat;
	left: 647px;
	top: 0;
	text-indent: -999em;
}

#nav li#mainLink a
{
	display: block;
	background: url(img/but-main-f.gif);
	background-repeat: no-repeat;
	left: 251px;
	width: 80px;
}

#nav li#mainLink a:hover, #nav li#mainLink a.active
{
	background: url(img/but-main-f-active.gif);
}

#nav li#productsLink a
{
	display: block;
	background: url(img/but-products-f.gif);
	background-repeat: no-repeat;
	left: 331px;
	width: 89px;
}

#nav li#productsLink a:hover, #nav li#productsLink a.active
{
	background: url(img/but-products-f-active.gif);
}

#nav li#onlinestorelink a
{
	display: block;
	background: url(img/but-ecomm-f.gif);
	background-repeat: no-repeat;
	left: 420px;
	width: 144px;
}

#nav li#onlinestorelink a:hover, #nav li#onlinestorelink a.active
{
	background: url(img/but-ecomm-f-active.gif);
}



#nav li#recipesLink a
{
	display: block;
	background: url(img/but-recipes-f.gif);
	background-repeat: no-repeat;
	left: 564px;
	width: 92px;
}

#nav li#recipesLink a:hover, #nav li#recipesLink a.active
{
	background: url(img/but-recipes-f-active.gif);
}

#nav li#cdLink a
{
	display: block;
	background: url(img/but-cd-f.gif);
	background-repeat: no-repeat;
	left: 656px;
	width: 164px;
}

#nav li#cdLink a:hover, #nav li#cdLink a.active
{
	background: url(img/but-cd-f-active.gif);
}

#nav li#linksLink a
{
	display: block;
	background: url(img/but-links-f.gif);
	background-repeat: no-repeat;
	width: 62px;
	left: 820px;
	
}

#nav li#linksLink a:hover, #nav li#linksLink a.active
{
	background: url(img/but-links-f-active.gif);
}


.padding{
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 200px;
};

