@charset "utf-8";
.main_menu_title {
	font-family: "Comic Sans MS";
	font-size: 16px;
	color: 333333;
	background-color: 333333;
	font-weight: bold;
	text-align: left;
	padding: 2px;
	display: none;
	padding-top: 50px;
}
.main_menu_item {
	font-family: "PF Din Display";
	font-size: 16px;
	color: af1f25;
	font-weight: normal;
	text-align: left;
	cursor: pointer;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: ff9900;
	padding-top: 2px;
	padding-bottom: 2px;
	background-image: url(bck_menu.jpg);
	background-repeat: repeat-x;
	background-position: left bottom;
}
.main_menu_item_s {
	font-family: "PF Din Display";
	font-size: 16px;
	color: 631a1e;
	font-weight: normal;
	text-align: left;
	padding-top: 20px;
	padding-bottom: 2px;
	border-bottom-style: solid;
	border-bottom-color: ffffff;
	border-bottom-width: 1px;
}

