.pulldowntable {
	border: 1px solid #63380d;
	background-color: #d1a661;
	cursor: pointer;
}

.pulldowntd {
	width: 120px;
	padding: 5px;
	font-size: 10px;
	color: #63380d;
	text-align: center;
}

.pulldowntdhighlight {
	width: 120px;
	padding: 5px;
	font-size: 10px;
	color: #63380d;
	background-color: #e5c638;
	text-align: center;
}

.menutable {
	background-color: #d2201f;
	cursor: pointer;
}
.menutable td {
	color: white;
	text-align: center;
	font-size: 9px;
	padding: 2px;
	text-transform: uppercase;
}
.menutable td a {
	color: white;
	text-decoration: none;
}
