@charset "utf-8";
/* CSS Document */
.menuItem {
	background-color: #fff;
	width: 150px;
	height: 32px;
}
.menu {
	margin-bottom:35px;
}
.menu td{
	padding:2px;
}
.menu a, .menu a:visited {
	font-size: 26px;
	font-weight: bold;
	font-style: normal;
	color: #000;
	text-decoration: none;
	white-space: nowrap;
}
.menu a:hover {
	text-decoration: none;
}
