@charset "UTF-8";
.menu_buttons {
	background-color: #FF6600;
	font-family: Arial, Helvetica, sans-serif;
}

.menu_buttons ul {
	margin-top: 0;
	margin-bottom: 0;
}
.menu_buttons li {
	float: right;
	background-color: #FF7C01;
	font-size: 12px;
	padding: 5px 6px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #FFFFFF;
	border-left-color: #FFFFFF;
	list-style-type: none;
}
.menu_buttons li a {
	color: #FFFFFF;
	font-weight: 200;
	text-transform: lowercase;
}

.menu_buttons li a:hover {
	text-decoration: none;
}
.menu_buttons li:hover {
	background-color: #BD5C02;
	font-weight: normal;
	font-style: normal;
}

#home #nav_home .menu_buttons li 
.menu_buttons li #home #nav_home a {
	background-color: #BD5C02;
}


