div.menuBar {
	margin-left: 10px;
	margin-top: 20px;
}

div.menu {
	visibility: hidden;
	position: absolute;
	display: block;
	border-width: 1px; 
	border-style: solid;
	border-color: black;
	background-color: #4A8281;
	padding-left: 10px;
}

div.menuItem,
a.menuItem:hover, 
a.menuItem:link,
a.menuItem:active,
a.menuItem:visited
{
	font-weight: bold;
	font-size: 13;
	color: #151C24;
	font-family: sans-serif;
	text-decoration: none;
	display: block;
	padding-left: 3px;
	padding-right: 3px;
}
