span.rootMenuItem {
	width: 120px;
	padding: 3px 3px 3px 5px;
	margin-right: 30px;
	font: normal normal bold 14px verdana,sans-serif;
}

div.subMenu {
	width: 200px;
}

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: 19px;
	background-color: #6FBCE9;;
	color: white;
	border-top: 1px solid #41A7D9;
	border-left: 1px solid #6FBCE9;
	border-right: 1px solid #41A7D9;
}

div.subMenuItem {
	background-image: url('images/menuItem.gif');
}

div.subMenuItemHighlight {
	background-image: url('images/menuItem.gif');
	background-color: #77DD6F;
	color: white;
	font-weight: normal;
}

div.subMenuItemLeaf {
}

div.subMenuItemLeafHighlight {
	background-color: #41A7D9;
	color: white;
	font-weight: normal;
}

a.subMenuItem {
	text-decoration: none;
}

a.subMenuItem:hover {
	color: white;
	background-color: inherit;
}

div.menuBottom {
	height: 5px;
	/* background-image: url('images/menuBottom.gif'); */
	background-repeat: no-repeat;
}

