#recipeMenu {
  width: 180px;
  float: right;
  background: #fffcf7;
  margin-right: 2px;
  padding: 3px;
  border-left:#000000 1px dashed;
}
#recipeMenu h2 {
  font-size: 13px;
  display: block;
  width: 100%;
  border-bottom: 1px solid #FFFFFF;
  line-height: 22px;
  margin-bottom: 3px;
}
#recipeMenu ul {
  list-style: none;
  font-size: 12px;
	margin: 0 !important;
}
#recipeMenu ul a:hover {
  text-decoration: none;
  color: #FFFFFF;
}
#recipeMenu ul.subLevel {
  margin-left: 25px !important;
  list-style-type: circle;
}
img.recipeImage {
  margin-bottom: 10px;
}
#ingredients {
  list-style: none;
}
ul.recipeList {
  list-style: none;
  margin-left: 10px;
}
ul.recipeList li {
  margin-top: 10px;
  font-size: 14px;
}
a.selected {
  font-weight: bold;
}
#contentHolder ol {
  margin: 0 20px;
}
#contentHolder ul {
  margin: 0 20px;
}

.recipeHeader
{
	float: left;
	width: 33%;
	height: 160px;
	text-align: center;
}