@CHARSET "UTF-8";

/* ===== menu ==== */

.menuitemnormal {
	text-align: center;
}

.menuitemsub {
	background-color: #C0C0C0;
	text-align: center;
	font-weight: bold;
}

.menuitemhover {
	background-color: #FC9;	
	font-weight: bold;
}

.tablemenu {
	width: 100%;
	border: none;
	/* background-color: #C0C0C0; */
}

