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

/* the horizontal menu starts here */
nav#listmenu {
	font-size:1em;
	height: 40px;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	width: 800px;
	display: block;
	padding: 0px;
	}
nav#listmenu ul {
	margin-top: 0px;
	margin-bottom: 0px;
	display: block;
	padding: 0px;
	width: 800px;
	}
nav#listmenu li {
	float:left;
	position:relative;
	list-style-type:none;
	line-height: 40px;
	display: block;
	}
nav#listmenu li.active {
	color: #FF3;
	padding-left: 25px;
	padding-right: 10px;
}
nav#listmenu ul li img {
	padding-left: 5px;
	border: none;

}
nav#listmenu li:hover {
	background-repeat: repeat-x;
	}
nav#listmenu a {
	display:block;
	text-decoration:none;
	color:#FFF;
	text-align: left;
	padding-left: 25px;
	padding-right: 10px;
	}
nav#listmenu a:hover {
	color:#FFF;
	padding-top: -1px;
	background-image: url(../images/grapes.png);
	background-repeat: no-repeat;
	background-position: 3px center;
	text-shadow: #FF3 3px 3px 2px;
	}
/* the horizontal menu ends here */

/* END NAVIGATION */
/* the recipes pages menu starts here */
nav#recipes {
	font-size:1em;
	height: 40px;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	width: 530px;
	display: block;
	padding: 0px;
	text-align: center;
	}
nav#recipes ul {
	padding: 0px;
	text-align: center;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 80px;
	}
nav#recipes li {
	float:left;
	position:relative;
	list-style-type:none;
	line-height: 40px;
	display: block;
	}
nav#recipes li.active {
	color: #333;
	padding-left: 25px;
	padding-right: 10px;
}
nav#recipes ul li img {
	padding-left: 5px;
	border: none;

}
nav#recipes li:hover {
	background-repeat: repeat-x;
	}
nav#recipes a {
	display:block;
	text-decoration:none;
	color:#06F;
	text-align: left;
	padding-left: 25px;
	padding-right: 10px;
	}
nav#recipes a:hover {
	color:#06F;
	padding-top: -1px;
	background-image: url(../images/grapes.png);
	background-repeat: no-repeat;
	background-position: 3px center;
	text-shadow: #FF3 3px 3px 2px;
	}
/* the  recipes pages menu ends here */
a:link {
	color: #06F;	
}