span.rootMenuItem {}

div.subMenu {
	width: 105px;
}
	

div.subMenuBase {}

div.subMenuItem, div.subMenuItemHighlight, div.subMenuItemLeaf, div.subMenuItemLeafHighlight {
	font: normal normal normal 11px arial,verdana,sans-serif;
	padding-left: 8px;
	height: 19px;
	line-height: 19px;
	background-color: #FFF1CC;
	color: #000;
	border-bottom:1px solid white;
	margin-left:1px;
}

div.subMenuItem {}

div.subMenuItemHighlight {
	background-color: #F2BF00;
	color: #333399;
	font-weight: normal;
}
s
div.subMenuItemLeaf {
}

div.subMenuItemLeafHighlight {
	background-color: #F2BF00;
	color: #333399;
	font-weight: normal;
}

a.subMenuItem {
	text-decoration: none;
}

a.subMenuItem:hover {
	color: white;
	background-color: inherit;
}

div.menuBottom {}

