/* Top menu - menubar */
div.menuBar {
	height: 23px;
	width: 100px;
	text-align: center;
	
}
div.menuBar a {
	color: #ffffff;
	font-weight: normal;
	text-decoration: none;
	display: block;
	-moz-box-sizing: border-box;
	height: 100%;
	width: 100%;
	padding-right: 0px;
	padding-top: 0px;
}

/* Top menu - submenu items */
div.menu {
	font-family: "Times New Roman", Times, serif;
	z-index: 100;
	visibility: hidden;
	position: absolute;
	background-color: #418E6A;
	top: 119px;
	left: 752px;
	text-align: left;
}
div.menu a {
	color: #FFFFFF;
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	line-height: 19px;
	text-decoration: none;
	display: block;
	-moz-box-sizing: border-box;
	white-space: nowrap;
	padding: 0px 10px;
	border-bottom: 1px solid #fff;
	min-width: 150px;
}
div.menu a:hover {
	background-color: #87cdad;
}
td.menuBar {
	letter-spacing: 1px;
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	line-height: 19px;
	font-weight: normal;
	color: #418E6A;
	text-decoration: none;
	display: block;
	width: 70px;
	height: 21px;
	-moz-box-sizing: border-box;
	padding-top: 2px;
}
