table#menu {
	border: 1px solid #d88c47;
	empty-cells:show;
}

table#menu td {
	color:#999;
	font-weight: bold;
	vertical-align: middle;
	text-align: center;
	background: #f5c478;
	padding: 5px 0;
}

table#menu td.on {
	background: #611d0c;
	color: #ffffff;
}

table#menu td a {
	display: block;
	width: 100%;
	color: #611d0c;
	text-decoration: none;
}


table#menu td a:hover {
	color: #C64000;
	/*background: #FAE1A9;*/
}

