@charset "utf-8";
.menuContainer1 {
	float: left;
	width: 290px;
	padding-right: 60px;
	padding-left: 100px;
}
.menuContainer2 {
	float: left;
	width: 290px;
	padding-right: 100px;
	padding-left: 60px;
}
.menuBlock {
	clear: both;
	float: left;
	width: 290px;
	margin-bottom: 10px;
}
.menuTitle {
	float: left;
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #000000;
	font-size: 12pt;
	font-weight: bold;
	width: 290px;
}
.menuTable {
	float: left;
	width: 290px;
}
