span.rootMenuItem {
	width: 150px;
	padding: 3px 3px 3px 3px;
	margin-right: 30px;
        font-family: Geneva,verdana,sans-serif;
	font-size: small;
}

div.subMenu {
	width: 150px;
	position: absolute;
	top: 0px;
	left: 0px;
	visibility:hidden;
	border: #007f00 solid 1px;
}


div.subMenuBase {
	width: 150px;
}


div.subMenuItem, div.subMenuItemHighlight, div.subMenuItemLeaf, div.subMenuItemLeafHighlight {
        font-family: Geneva,verdana,sans-serif;
        font-size: small;
	padding-left: 5px;
	height: 25px;
	line-height: 25px;
	background-color: white;
	color: inherit;
	border-top: 1px solid #F6F9EF;
	border-bottom: 1px solid #F6F9EF;
	border-left: 1px solid #F5ECEF;
	border-right: 1px solid #F5ECEF;
}

div.subMenuItem {
	text-decoration: none;
	color: #007f00; 
}

div.subMenuItemHighlight {
	background-color: #77DD6F; 
	color: white;
	font-weight: normal;
}

div.subMenuItemLeaf {
}


div.subMenuItemLeafHighlight {
	background-color: #007f00; 
	color: white;
	font-weight: normal;
}

a.subMenuItem {
	text-decoration: none;
}

a.subMenuItem:hover {
	color: white;
	background-color: inherit;
}

div.menuBottom {
	height: 1px;
	background-repeat: no-repeat;
}


