.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: #ffffff;
	color: #DB261B;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: bold;
	line-height: 16px;
	width: 144px;
	cursor: pointer;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-color: #CCCCCC;
	margin-left: 0px;
}

.MenuItemOver {
	background-color: #ffffff;
	color: #014891;
	width: 144px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: bold;
	line-height: 16px;
	cursor: pointer;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-color: #CCCCCC;
	margin-left: 0px;
}

.MenuItemClicked {
	background-color: #ffffff;
	color: #014891;
	width: 144px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: bold;
	line-height: 16px;
	cursor: pointer;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-color: #CCCCCC;
	margin-left: 0px;
}

.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: #ffffff;
	color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: bold;
	line-height: 16px;
	height: 5px;
	cursor: pointer;
}

.MenuScrollOver
{
  	background-color:#ffffff;
	color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: bold;
	line-height: 16px;
	height: 5px;
	cursor: pointer;
}

.MenuItemOverNoHref
{
background-color: #767676;
	color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: bold;
	line-height: 16px;
	width: 144px;
	cursor: default;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-color: #474747;
	margin-left: 0px;
}

.MenuScrollOverNoHref

{
		background-color: #767676;
	color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: bold;
	line-height: 16px;
	height: 5px;
	cursor: default;
}

.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;
}
