body {
	margin: 0;
}

#mathmlMenu {
	border: 2px outset silver; 
	jheight: 50px; 
	position: absolute;
	left: 180px;
	top: 10px;
	padding-left: 24px;
	background-color: silver;
	font-family: serif;
}

#mathmlMenu ul{ 
	width: 500px; 
	list-style: none;
	margin: 0;
	padding: 0;
}

#mathmlMenu ul li { 
	float: left;
	margin: 0;
	padding: 0;
}

#mathmlMenu ul li img {
	display: block;
}

#mathmlMenu ul li ul {
	display: none;
}

#mathmlMenu ul li ul {
	display: none;
	position: absolute;
	background-color: whitesmoke;
	border: 1px outset silver;
	width: 90px;
	list-style: none;
	padding: 0;
}

#mathmlMenu ul ul li {
	width: 20px;
	height: 20px;
	border: 1px outset silver;
	text-align: center;
	cursor: pointer;
}

#mathmlMenu ul li:hover ul {
	display: block;
}

#mathmlMenu ul ul li:hover {
	border: 1px solid silver;
	background-color: silver;
}

#mathmlMenu math {
	display: none !important;
}

div#statusBar {
	background-color: silver;
	min-height: 16px;
	padding: 2px;
}

math[display=none] {display: none !important}

math[class=insertCode] {
	display: none !important;
}
math[selected=selected] {
	color: green;
}
math *[selected=selected] {
	border: 1px solid red !important;
	color: red;
}
mo[selected=selected],
mi[selected=selected],
mn[selected=selected] {
	border-width: 0px 0px 0px 1px !important;
}

*[class=empty] { 
	border: 1px dotted black; 
}