<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">div.menuContainer {
	width: 85%;
	background-color: none;
	position: relative;
	
}
div.menuHeader {
	width: 100%;
	background-color: transparent;
	cursor: hand;
}
td.menuHeader {
	background-color: transparent;
	font-family: arial;
	font-size: 11px;
	font-weight: none;
	padding-left: 35px;
	padding-right: 5px;
	border: 0px solid red;
}
td.menuHeaderOver {
	background-color: transparent;
	font-family: arial;
	font-size: 11px;
	font-weight: none;
	padding-left: 35px;
	padding-right: 5px;
	border: 0px solid transparent;
	cursor: hand;
}</pre></body></html>