.MenuGroup {
	
	color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: italic;
	font-weight: bold;
	line-height: 18px;
	cursor: pointer;
}

.MenuItem {
	background-color: #F48A04;
	color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	line-height: 23px;
	cursor: pointer;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-color: #ffffff;
	width: 120 px;
	margin-bottom: 12 px;
}

.MenuItemOver {
	background-color: #F48A04;
	color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	line-height: 23px;
	cursor: pointer;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-color: #ffffff;
	width: 120 px;
	margin-bottom: 12 px;
}

.MenuItemClicked {
	background-color: #F48A04;
	color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	line-height: 23px;
	cursor: pointer;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-color: #ffffff;
	width: 120 px;
	margin-bottom: 12 px;
}

.MenuItemDisabled {
	background-color: #ffffff;
	color: #E9E9E9;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	height: 5px;
	cursor: pointer;
}

.MenuScroll
{
	background-color: #F49806;
	color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	line-height: 18px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-color: #ffffff;
	cursor: pointer;
	width: 120 px;
}

.MenuScrollOver
{
	background-color: #E94E1B;
	color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	line-height: 18px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-color: #ffffff;
	width: 120 px;
	cursor: pointer;
}

.MenuItemOverNoHref
{
	background-color: #F49806;
	color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
/*	line-height: 18px; */
	line-height: 23px;
	cursor: default;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-color: #ffffff;
	width: 120 px;
	margin-bottom: 12 px;
}

.MenuScrollOverNoHref
{
	background-color: #E94E1B;
	color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
/*	line-height: 18px; */
	line-height: 23px;
	cursor: default;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-color: #ffffff;
	width: 120 px;
	margin-bottom: 12 px;
}
	
.TreeContextItem
{
	
	font-family: Arial, Verdana;
	font-size: 11px;
	cursor: pointer;
	cursor: hand;
	padding-left: 4px;
	padding-right: 4px;
	background-color: #F6F6F6;
	border: 1px solid #000000;
	width: 100%;
	padding-top: 1px;
	white-space: nowrap;
}

.TreeContextItemOver
{
	font-family: Arial, Verdana;
	font-size: 11px;
	cursor: pointer;
	cursor: hand;
	padding-left: 4px;
	padding-right: 4px;
	background-color: #FFEEC2;
	border: 1px solid #000080;
	width: 100%;
	padding-top: 1px;
	white-space: nowrap;
}
