/* CSS Document */

.menu {
	width:940px;
	background-color: White;
	height:auto;
	float:left;
}

.buttonRow {
	float: right; 
	width: auto;	
}

.menu_button {
	display: block;
	padding-left: 12px;
	padding-right: 18px;
	width: auto;
	float: left;		
}

.menu_button a {
	color: Black;
	font-size: 15px;
	font-weight: bold;
	font-family: Arial, sans-serif;
	text-decoration: none;
}
.menu_button a:hover {
	color: #DF4800;
}

