.menuBar { background-color: blue;
	border-width: 1px; padding: 2px;
	border-style: solid;
	border-color: black; }

.menuHeading { display: inline; color: white;
	font-weight: bold; margin-left: 6px;
	padding-left: 4px; padding-right: 8px;
	border-style: solid; border-color: blue;
	border-width: 2px; cursor: default; }

.menu { background: blue; padding: 0px; margin: 0px;
	border-style: solid; border-width: 2px;
	border-color: lightblue darkblue darkblue lightblue;
	position: absolute; visibility: hidden;
	text-align: left; }

.menuItem { color: white; position: relative; display: block;
	font-style: normal; margin: 0px;
	padding: 2px 15px 2px 10px; font-size: smaller;
	font-family: sans-serif; font-weight: bold;
	text-decoration: none; }

a.menuItem:hover { background-color: darkblue; cursor: default; }