.menuBar { background-color: #E6F0FB;
	text-align: center;
	padding: 0px;
	margin: 0px; }

.menuHeading { color: black;
	padding: 0px;
	font-family: Arial; font-size: 12px;
	cursor: default; }

.menu { background: #CCCCCC; padding: 0px; margin: 0px;
	border-style: solid; border-width: 0px;
	border-color: #CCCCCC black black #CCCCCC;
	position: absolute; visibility: hidden;}

.menuItem { color: blue; position: fixed; display: block;
	text-align: center; font-style: normal; margin: 0px;
	padding: 0px 0px 0px 0px; font-size: 10px;
	font-family: Arial; font-weight: bold;
	text-decoration: none; background-color: #CCCCCC; }

a.menuItem:hover { background-color: yellow; cursor: default; }