table.menutable td.menucell,
table.menutable td.menucell_active
 {
	height: 30px;
}

table.menutable td.menucell a {
	font-family: Palatino Linotype, Times New Roman;
	font-size: 18px;
	color: #b49984;
	padding-left: 12px;
}

table.menutable td.menucell_active a {
	font-family: Palatino Linotype, Times New Roman;
	font-size: 18px;
	color: #e5710a;
	padding-left: 1px;
}

table.menutable td.menucell a:hover {
	color: #e5710a;
}

table.menutable td.submenucell, 
table.menutable td.submenucell_active {
	padding-left: 13px;
	padding-bottom: 4px;
}

table.menutable td.submenucell a {
	font-family: Palatino Linotype, Times New Roman;
	background-image: url(../images/li.jpg);
	background-position: 0 9px;
	background-repeat: no-repeat;
	list-style-type: none;
	padding-left: 14px;
	font-size: 16px;
}

table.menutable td.submenucell_active a {
	font-family: Palatino Linotype, Times New Roman;
	background-image: url(../images/li.jpg);
	background-position: 0 9px;
	background-repeat: no-repeat;
	list-style-type: none;
	padding-left: 14px;
	font-size: 16px;
	color: #e5710a;
}
