#recipes {
	width: 580px;
	float: right;
}

.recipe {
	background-repeat: no-repeat;
	background-image: url(/images/recipes/recipeshadow.png);
	text-align: center;
	display: inline-block;
	width: 180px;
	float: left;
	min-height: 220px;
	margin-right: 10px;
}

.recipe img {
	margin: 5px;
	width: 170px;
	height: 170px;
	display: block;
	border: 0;
}

.recipe span {
display: block;
color: grey;
}

.recipe a {
text-decoration: none;
}

#recipe {
	width: 600px;
	float: right;
}

#recipe ol {
    margin-top: -4px;
	padding: 0 25px;
	display: block;
	float: left;
	width: 177px;
}

#recipe span {
width: 345px;
display: block;
float: right;
}

#recipe ul {
	
	padding-left: 5px;
	padding-bottom: 0px;
	padding-right: 0px;
	padding-top: 0px;
	
	margin-left: 0px;
	margin-bottom: 15px;
	margin-right: 0px;
	margin-top: 5px;
	
	list-style-type: none;
}

#recipe li {
	
	margin-left: 0px;
	margin-bottom: 10px;
	margin-right: 0px;
	margin-top: 0px;
}

#recipe ol img {

	width: 229px;
	margin-right: -26px;
	margin-left: -26px;
}

a.menuHide  {

	padding-left: 15px;
	background: url(/images/general/plus.gif) no-repeat 0px 4px;
}

a.menuShow  {

	padding-left: 15px;
	background: url(/images/general/minus.gif) no-repeat 0px 4px;
}

.menu  {
	margin: 0px;
	padding: 0px;
	padding-bottom: 8px;
	list-style-type: none;
}

.menu li {
padding-bottom: 4px;
padding-top: 4px;
}


.menu span {
	font-weight:normal;
	line-height: 14px;
}