
div.navigation_header {
	background: url('../images/navigation_header.png');
	height: 52px;
}

div.navigation_items {
	width: 226px;
	border: solid 1px #babdc5;
	border-top: none;
	border-bottom: none;
}


div.navigation_item, div.navigation_item_highlighted {
	width: 206px;
	height: 14px;
	border-top: solid 1px white;
	border-bottom: solid 1px #babdc5;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
	font-size: 12px;
	cursor: pointer;
}

div.navigation_item {
	background: #f4f4f4;
}

div.naviation_item_highlighted, div.navigation_item:hover {
	background: white;
}

div.launch_hermix {
	margin-top: 10px;
	border: solid 1px #babdc5;
	background: #f4f4f4;
	height: 47px;
	width: 179px;
	padding-left: 47px;
	padding-top: 20px;
}

div.buy_hermix {
	width: 188px;
	margin-top: 10px;
	border-bottom: solid 1px #2a294a;
	background: #5d5da1;
	padding: 20px;
	color: white;
	font-size: 12px;
}

div.buy_hermix img {
	margin-left: 39px;
	margin-top: 10px;
}
