﻿span.rootMenuItem {
	margin:0;
	width: 360px;
	padding: 3px 3px 3px 5px;
	margin-right: 30px;
	font: normal normal bold 9pt Arial;

}

div.subMenu {
	width: 190px;
}

div.subMenuBase {
	width: 190px;
}

div.subMenuItem, div.subMenuItemHighlight, div.subMenuItemLeaf, div.subMenuItemLeafHighlight {
	font: normal normal normal 9pt Arial;
	padding-left: 5px;
	background-repeat: no-repeat;
	height: 18px;
	line-height: 18px;
	background-color: #FABE81;
	color: inherit;
	border-top: 1px solid #F6F9EF;
	border-left: 1px solid #F5ECEF;
	border-right: 1px solid #F5ECEF;
}

div.subMenuItem {
	background-color: #FABE81;
}

div.subMenuItemHighlight {
	background-color: #B4C8DA;
	color: black;
	font-weight: bold;
}

div.subMenuItemLeaf {
}

div.subMenuItemLeafHighlight {
	background-color: #B4C8DA;
	color: black;
	font-weight: bold;
}

a.subMenuItem {
	text-decoration: none;
}

a.subMenuItem:hover {
	color: white;
	background-color: inherit;
}

div.menuBottom {
	height: 5px;
	background-image: url('menuBottom.gif');
	background-repeat: no-repeat;
}