td.menuCell {
	padding-left: 7px;
	border-left: 2px solid #737A9B;
	border-top: 2px solid #6E798D;	
	border-right: 2px solid #2A3245;
	border-bottom: 2px solid #2A2A30;	
	background-color: #4B5481;
	height: 14px;
}

td.menuCellOver {
	padding-left: 7px;
	border-left: 2px solid #95A17C;
	border-top: 2px solid #A1AB8A;	
	border-right: 2px solid #373E29;
	border-bottom: 2px solid #191B13;
	background-color: #6C7A51;
	height: 14px;
}

td.menuCellDown {
	padding-left: 7px;
	border-left: 2px solid #737A9B;
	border-top: 2px solid #6E798D;
	border-right: 2px solid #2A3245;
	border-bottom: 2px solid #2A2A30;
	background-color: #4B5481;
	height: 14px;
}

a.menuItem {
	font-family: Times New Roman;
	font-size: 11px;
	color: #E8EBE2;
	text-decoration: none;
}

a.menuItem:visited {
	font-family: Times New Roman;
	font-size: 11px;
	color: #E8EBE2;
	text-decoration: none;
}

a.menuItem:hover {
	font-family: Times New Roman;
	font-size: 11px;
	color: #E8EBE2;
	text-decoration: none;
}