/* CSS Document */

<style>
div.menuBar,
div.menuBar a.menuButton {
font-family: Verdana, Arial, sans-serif;
font-size: 8pt;
color: #000000;
}

div.menuBar {
	background-color: #336633;
	padding: 0px;
	width: 150px;
	height: auto;
	visibility: visible;
	z-index: 1;
	margin: 0px;
	border-top: 0px none;
	border-right: 0px none;
	border-bottom: 0px none;
	border-left: 0px none;
	overflow: auto;
	position: absolute;
	left: 16px;
	top: 143px;
	text-align: left;
	display: block;
}

div.menuBar a.menuButton {
	background-color: #336633;
	color: #FFFFFF;
	cursor: pointer;
	margin: auto;
	padding: 2px 1px 2px 6px;
	position: relative;
	text-decoration: none;
	top: 0px;
	z-index: auto;
	width: auto;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	display: block;
	font-weight: normal;
	border-top: thin outset #009900;
	border-right: thin outset #006633;
	border-bottom: thin outset #006600;
	border-left: thin outset #009900;
	text-align: left;
}

div.menuBar a.menuButton:hover {
	background-color: #99CC33;
	color: #003399;
	border-top-color: #909090;
	border-right-color: #FF0000;
	border-bottom-color: #FF0000;
	border-left-color: #909090;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: inset;
	border-right-style: inset;
	border-bottom-style: inset;
	border-left-style: inset;
}

</style>

