
table.htextmenu {
	background-color: #B51800;
	width: 100%;
	margin-top: 0px;
	margin-bottom: 25px;
	margin-left: 0px;
	margin-right: 0px;
	padding: 0px;
}

td.htextmenu {
	text-align: center;
	vertical-align: center;
	background-color: #B51800;
	padding: 2px;	
	color: #F9DC5B;
	font-family: Arial, Helvetica, sans-serif;
}

td.htextmenuselected {
	text-align: center;
	vertical-align: center;
	background-color: #F9DC5B;
	padding: 2px;		
	color: #B51800;
	font-family: Arial, Helvetica, sans-serif;
}

font.htextmenu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	color: #F9DC5B;
	font-weight: bold;		
}

font.htextmenuselected {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	color: #B51800;
	font-weight: bold;
}

a.htextmenu:link {
	color: #F9DC5B;
}

a.htextmenu:visited {
	color: #F9DC5B;
}

a.htextmenu:active {
	color: #F9DC5B;
}


