@charset "UTF-8";
/* Recipe Menu Setup */

#content {
	width: 487px;
}
#recipes_menu {
	width: 487px;
	height: 88px;
	margin-bottom: 37px;
}
#recipes_menu ul {
	margin: 0px;
	padding: 0px;
}
#recipes_menu ul a {
	width: auto;
	height: 88px;
	display:block;
	text-indent:-9000px;
	background-repeat: no-repeat;
	background-position: center top;
	
}
#recipes_menu ul li {
	float: left;
	list-style:none;
	height: 88px;
}
#recipes_menu ul li a:hover {
	background-position: bottom;
}
#recipes_menu ul li a.winch {
	background-image: url(/images/recipes/menu_winchester.gif.gif);
	width: 68px;
}
#recipes_menu ul a:hover {
	background-position: bottom;
}
#recipes_menu ul a.twiz {
	background-image: url(/images/recipes/menu_twizzler.gif.gif);
	width: 64px;
}
#recipes_menu ul a.tea {
	background-image: url(/images/recipes/menu_tea.gif.gif);
	width: 55px;
}
#recipes_menu ul a.breeze {
	background-image: url(/images/recipes/menu_breeze.gif.gif);
	width: 57px;
}
#recipes_menu ul a.mentelle {
	background-image: url(/images/recipes/menu_mentelle.gif.gif);
	width: 60px;
}
#recipes_menu ul a.martini {
	background-image: url(/images/recipes/menu_martini.gif.gif);
	width: 54px;
}
#recipes_menu ul a.boiler {
	background-image: url(/images/recipes/menu_boiler.gif.gif);
	width: 57px;
}
#recipes_menu ul a.mary {
	background-image: url(/images/recipes/menu_bloody.gif.gif);
	width: 70px;
}
html #recipes_menu ul a.active, html #recipes_menu ul a.active a:hover  { /*--Makes sure that the active tab does not listen to the hover properties--*/
	background-position: bottom;
}
#recipe_cont {
	width: 420px;
	margin-bottom:57px;
	height: 240px;
	margin-left: 40px;
	text-align: left;
}
.panel {
	padding-top: 15px;
}
.first_tab {
	margin-top: 50px;
}
#recipe_cont .mix {
	padding-top: 15px;
}
#recipe_cont .directions {
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #666666;
	padding-top:10px;
	padding-bottom: 15px;
}
#recipe_cont .directions.tea {
	padding-left: 20px;
}
#recipe_cont .directions.breeze {
	padding-left: 20px;
}
#recipe_cont .directions.martini {
	padding-left: 20px;
}
#recipe_cont .directions.boiler {
	padding-left: 20px;
}
#recipe_cont .directions.bloody {
	padding-left: 20px;
}
#recipe_bg {
	height: 395px;
	width: 375px;
	position: absolute;
	left: -190px;
	top: 243px;
	background: url(/images/recipes/bg_winch2.png) no-repeat center bottom;
}
