.menuHead {
	border:1px solid gray;
	width:100px;
	cursor:pointer;
	color: #FFCC00;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	background-color: #990000;
}
.menuTable {
	background-color: #FFFFCC;
	border-bottom-width: 2px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-color: #990000;
}
.menuCell {
	padding-left:5px;
	cursor:pointer;
	color: #990000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #990000
}

