@charset "utf-8";
/* CSS Document */

#menuHot a {
	border: 0;
	border-style:none;
	position: absolute;
	top: 0px;
	left: 0px;
	height: 140px;
	width: 300px;	
	display: block;	
}

#mainMenu {
	position: absolute;
	top: 48px;
	right: 0px;
	height: 29px;
	width: auto;
}

#menuFamily a {
	display: block;
	background: url('../images/menu_familyFarms_.gif') no-repeat scroll 0 0;
	float:left;
	height:29px;
	width:116px;
}

#menuFamilyOff {
	display: block;
	background: url('../images/menu_familyFarms_.gif') no-repeat scroll 0 0;
	float:left;
	height:29px;
	width:116px;	
}

#menuStory a {
	display: block;
	background: url('../images/menu_ourStory_.gif') no-repeat scroll 0 0;
	float:left;
	height:29px;
	width:116px;
}

#menuStoryOff {
	display: block;
	background: url('../images/menu_ourStory_.gif') no-repeat scroll 0 0;
	float:left;
	height:29px;
	width:116px;
}

#menuFlours a {
	display: block;
	background: url('../images/menu_ourFlours_.gif') no-repeat scroll 0 0;
	float:left;
	height:29px;
	width:103px;
}

#menuFloursOff {
	display: block;
	background: url('../images/menu_ourFlours_.gif') no-repeat scroll 0 0;
	float:left;
	height:29px;
	width:103px;
}

#menuRecipes a {
	display: block;
	background: url('../images/menu_recipes_.gif') no-repeat scroll 0 0;
	float:left;
	height:29px;
	width:99px;
}

#menuRecipesOff {
	display: block;
	background: url('../images/menu_recipes_.gif') no-repeat scroll 0 0;
	float:left;
	height:29px;
	width:99px;
}

#menuFind a {
	display: block;
	background: url('../images/menu_find_.gif') no-repeat scroll 0 0;
	float:left;
	height:29px;
	width:140px;
}

#menuFindOff {
	display: block;
	background: url('../images/menu_find_.gif') no-repeat scroll 0 0;
	float:left;
	height:29px;
	width:140px;
}

#menuContact a {
	background: url('../images/menu_contact_.gif') no-repeat scroll 0 0;
	float: left;
	display: block;
	height:29px;
	width:142px;
}

#menuContactOff {
	display: block;
	background: url('../images/menu_contact_.gif') no-repeat scroll 0 0;
	float:left;
	height:29px;
	width:142px;
}

#menuFamily a:hover, #menuStory a:hover, #menuFlours a:hover, #menuRecipes a:hover, #menuFind a:hover, #menuContact a:hover {
	background-position:0 -29px;	
}

#menuFamilyOff, #menuStoryOff, #menuFloursOff, #menuRecipesOff, #menuFindOff, #menuContactOff{
	background-position:0 -29px;	
}

#menuFamily, #menuStory, #menuFlours, #menuRecipes, #menuFind, #menuContact {
	float: left;
}