#menutable {
	background: white;
}

#menutable td {
	background: url('/images/tabback.gif');
	border-left: 1px solid #FFFFFF;
	border-right: 1px solid #FFFFFF;
	text-align: center;
}

#menutable td.noback {
	background: white;
	border-bottom: 1px solid #A59F5C;
}
#menutable td.sel {
	background: url('/images/menu_on.gif');
	border-left: 1px solid #FFFF99;
	border-top: 1px solid #FFFF99;
	border-right: 1px solid #FFFF99;
	color: #3C9004;
}
	
#menutable td a {
	color: #FFFFFF;
	font-size: 14px;
	font-weight: bold;	
	text-decoration: none;
}

#menutable td.sel a {
	color: #3C9004;
	font-size: 14px;
	font-weight: bold;	
	text-decoration: none;
}
#menutable td a:hover {
	text-decoration:underline;	
}
#menutable td.sel a:hover {
	text-decoration:underline;	
}

#submenutable {
	background: url('/images/submenu_off.gif');
	border-bottom: 1px solid #A59F5C;
}

#submenutable td {
	background: url('/images/submenu_off.gif');
	text-align: center;
	color:#666666;
}

#submenutable td.noback {
	background: url('/images/submenu_off.gif');
}
#submenutable td.sel {
	background: url('/images/submenu_on.gif');
	border-left: 1px solid #A59F5C;
	border-top: 1px solid #A59F5C;
	border-right: 1px solid #A59F5C;
	color: #3C9004;
}
	
#submenutable td a {
	color:#A59F5C;
	font-size: 14px;
	font-weight: bold;	
	text-decoration: none;
}

#submenutable td.sel a {
	color: #3C9004;
	font-size: 14px;
	font-weight: bold;	
	text-decoration: none;
}
#submenutable td a:hover {
	text-decoration:underline;	
}
#submenutable td.sel a:hover {
	text-decoration:underline;	
}
