#header {
	background: url('../images/header/bg.jpg');
	height: 147px;
	overflow: hidden;
}

#header .logo {
	float: left;
}



#header ul {
	list-style-image: none;
	list-style-type: none;
	list-style-position: outside;
	margin-left: 341px;
	height: 129px;
	padding-top: 33px;
}

*html #header ul {
	padding-top: 28px;
}

#header li {
	float: left;
	padding: 0 7px 0 0;
	position: relative;

}

#header li a {
	display: block;
	width: 121px;
	height: 82px;
	color: #fff;
	padding: 7px;
	overflow: none;
	text-decoration: none;
}

#header .menu_home a {
	background: url('../images/header/btn_home.jpg') no-repeat;
	background-position:  0px 50px;
	background-repeat: no-repeat;
	
}

#header .menu_products a {
	background: url('../images/header/btn_products.jpg') no-repeat;
	background-position:  0px 50px;
	background-repeat: no-repeat;
}

#header .menu_recipes a {
	background: url('../images/header/btn_recipes.jpg') no-repeat;
	background-position:  0px 50px;
	background-repeat: no-repeat;
}

#header .menu_contact a {
	background: url('../images/header/btn_contact.jpg') no-repeat;
	background-position:  0px 50px;
	background-repeat: no-repeat;
}

.none {
	display: none;
}

#header .menu_desc {
	position: absolute;
	bottom: 3px;
	left: 10px;
	width: 70px;
	font-weight: normal;
	display: none;
	text-decoration: none;
}

#header .cupcake {
	margin: 7px 0 0 83px;
	float: left;
	-moz-opacity: .7;
	filter: alpha(opacity=70);
	opacity: .7;
}

#header .steam {
	margin: 7px 0 0 0;
	float: right;
	-moz-opacity: .0;
	filter: alpha(opacity=0);
	opacity: 0;
}