@charset "utf-8";
.main_menu_title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0px;
	font-weight: bold;
	text-align: left;
	padding: 30px;
}
.main_menu_item {
	font-family: "Trebuchet MS";
	font-size: 14px;
	color: ffffff;
	font-weight: bold;
	text-align: right;
	padding: 4px;
	cursor: pointer;
}
.main_menu_item_s {
	font-family: "Trebuchet MS";
	font-size: 14px;
	color: #FF9900;
	font-weight: bold;
	text-align: right;
	padding: 4px;
}

