@charset "utf-8";
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#menu #indexM {
	width: 135px;
	float: right;
	background-color: #f8f7f7;
	height: 100px;
	margin-top: 100%;
}


#menu  {
	float: left;
	width: 135px;
	background-color: #f8f7f7;
	border-top-width: 0.5px;
	border-bottom-width: 0.5px;
	border-left-width: 0.5px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
}
#menu #recipesClicked {
	background-image: url(../images/btn_recipesHover.png);
}
#menu #cateringClicked {
	background-image: url(../images/btn_catering.jpg);
}






#menu ul {
	float: right;
	list-style-type: none;
	margin-top: 108px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#menu li {
	display: block;
	height: 108px;
	width: 36px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

/* CSS Document */

#menu #catering a {
	background-image: url(../images/btn_catering_off.gif);
	display: block;
	height: 108px;
	width: 36px;
}
#menu #catering a:hover {
	background-image: url(../images/btn_cateringHover.png);
	display: block;
	height: 108px;
	width: 36px;
}

#menu #recipes a {
	background-image: url(../images/btn_recipes.jpg);
	display: block;
	height: 108px;
	width: 36px;
}
#menu #recipes a:hover {
	background-image: url(../images/btn_recipesHover.png);
	display: block;
	height: 108px;
	width: 36px;
}
#menu #contact a {
	background-image: url(../images/btn_contact.jpg);
	display: block;
	height: 108px;
	width: 36px;
}
#menu #contact a:hover {
	background-image: url(../images/btn_contactHover.png);
	display: block;
	height: 108px;
	width: 36px;
}
#menu #menu a {
	background-image: url(../images/btn_menu.jpg);
	display: block;
	height: 108px;
	width: 36px;
}
#menu #menu a:hover {
	background-image: url(../images/btn_menuHover.png);
	display: block;
	height: 108px;
	width: 36px;
}
#menur {
	width: 136px;
	float: left;
	margin: 0px;
	padding: 0px;
	background-image: url(../images/navBG.jpg);
	height: auto;
}
#menu #recipeM {
	float: right;
	width: 136px;
	height: 2010px;
}
#menu #mainSpacer {
	height: 276px;
	width: 135px;
}
#menu #menuClicked {
	background-image: url(../images/btn_menuHover.png);
}
