span.rootMenuItem {
	width: 120px;
	padding: 3px 3px 3px 5px;
	margin-right: 30px;
	font: normal normal bold 14px verdana,sans-serif;
}

div.subMenu {
	width: 155px;
}

div.subMenuBase {
	width: 150px;
}

div.subMenuItem, div.subMenuItemHighlight, div.subMenuItemLeaf, div.subMenuItemLeafHighlight {
	font: normal normal normal 11px verdana,sans-serif;
	padding-left: 5px;
	background-repeat: no-repeat;
	height: 19px;
	line-height: 14px;
	background-color: white;
	color: inherit;
	border-top: 1px solid #F6F9EF;
	border-left: 1px solid #F5ECEF;
	border-right: 1px solid #F5ECEF;
}


div.subMenuItemHighlight {
	font-weight: bold;
}

a.subMenuItem {
	position:relative;
	top:-3px;
}



div.subMenuItemLeafHighlight {
	background-color: #77DD6F;
	color: white;
	font-weight: bold;
}

a.subMenuItem {
	text-decoration: none;
}

a.subMenuItem:hover {
	color: white;
	background-color: inherit;
}


