.recipeNav{
	font-size: 14pt;
	width:670px;
	padding: 20px;
}
.recipeNav ul{
	padding: 0;
	margin: 0;
	list-style-type: none;
}
.recipeNav ul li{
	padding: 0;
	margin: 0 0 0 2px;
	text-decoration: none;
	display: block;
	background-color: #f08a45;
	width: 180px;
	height: 34px;
	float: left;
	text-align: center;
}
.recipeNav ul li a{
	text-decoration: none;
	color: #eaeacd;
	display: block;
	padding: 8px;
}
.recipeNav ul li a:hover{
	text-decoration: none;
	color: #eaeacd;
	display: block;
	padding: 8px;
}
.recipecontent{
	margin: 20px 0 0 0;
	padding: 20px;
	width: 670px;
	border-bottom: 1px dotted #f08a45;
}
.rTitle{
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #FF9933;
	line-height: 133%;
	text-transform: uppercase;		
}
.toplink{
	color:#f38b49;
	font-size: 9pt;
	text-decoration: none;
}
