/* Hard coded in the TemplateColumns.cs 
ClickToOpen � to force the user to click on the menu to open 
Root menu click post back turn off 

Root Css classes 
  CssClass = MainItem 
  CssClassDisabled = MainItemDisabled 
  CssClassOver = MainItemOver 

Child Css classes 
  CssClass = MenuItem 
  CssClassDisabled = MenuItemDisabled 
  CssClassOver = MenuItemOver 

The dropdown.png is in Img folder 

If you declare four values, the order is top, right, bottom, left  */


.MenuGroup {
	background-color: white;
	border: 1px solid #CCCCCC;
	cursor: pointer;
	cursor: hand;
}

.MainGroup {
	cursor: pointer;
	cursor: hand;
}

.MainItem {
	-moz-box-sizing: border-box;
	background-image: url(../Img/arrowdwn.gif);
	background-position: right center;
	background-repeat: no-repeat;
	color: #4C4C4C;
	cursor: hand;
	font-family: Arial, Tahoma, Helvetica, sans-serif;
	font-size: 8.5pt;
	height: 16px;
	margin: 0px 0px 0px 0px;
	text-align: left;
	width: 100%;
}

.MainItemOver {
	background-image: url(../Img/arrowdwn.gif);
	background-position: right center;
	background-repeat: no-repeat;
	color: #4C4C4C;
	cursor: hand;
	height: 16px;
	font-family: Arial, Tahoma, Helvetica, sans-serif;
	font-size: 8.5pt;
	margin: 0px 0px 0px 0px;
	text-align: left;
	width: 100%;
}

.MainItemDisabled {
	-moz-box-sizing: border-box;
	color: gray;
	cursor: hand;
	font-family: Arial, Tahoma, Helvetica, sans-serif;
	font-size: 8.5pt;
	height: 16px;
	margin: 0px 0px 0px 0px;
	text-align: left;
	width: 150px;
}

.MainItemClicked {
	-moz-box-sizing: border-box;
	background-image: url(../Img/arrowdwn.gif);
	background-position: right center;
	background-repeat: no-repeat;
	color: #4C4C4C;
	cursor: hand;
	font-family: Arial, Tahoma, Helvetica, sans-serif;
	font-size: 8.5pt;
	height: 16px;
	margin: 0px 0px 0px 0px;
	text-align: left;
	width: 100%;
}

.MenuItem {
	-moz-box-sizing: border-box;
	background-color: white;
	background-position: 7px center;
	background-repeat: no-repeat;
	color: #4C4C4C;
	cursor: hand;
	font-family: Arial, Tahoma, Helvetica, sans-serif;
	font-size: 8.5pt;
	height: 16px;
	padding: 6px 0px 6px 7px;
	width: 175px;
}

.MenuItemDisabled {
	-moz-box-sizing: border-box;
	background-color: white;
	background-position: 7px center;
	background-repeat: no-repeat;
	color: #CCCCCC;
	cursor: pointer;
	font-family: Arial, Tahoma, Helvetica, sans-serif;
	font-size: 8.5pt;
	height: 16px;
	padding: 6px 0px 6px 7px;
	width: 175px;
}

.MenuItemOver {
	background-color: var(--GlobalColorLightButton);
	border: 1px solid #213B78;
	color: #4C4C4C;
	cursor: hand;
	cursor: pointer;
	font-family: Arial, Verdana;
	font-size: 11px;
	height: 16px;
	padding: 6px 0px 6px 7px;
	width: 175px;
}

.MenuItemToolTip {
	border-color: black;
	border-style: solid;
	border-width: 1px;
	font-family: Arial;
	font-size: 12.8px;
	padding: 3px;
	text-align: left;
	width: 175px;
}

.MenuItemClicked {
	background-color: var(--GlobalColorLightField);
	background-position: right center;
	background-repeat: no-repeat;
	border: 1px solid #243B78;
	color: #4C4C4C;
	cursor: hand;
	font-family: Arial, Tahoma, Helvetica, sans-serif;
	font-size: 8.5pt;
	height: 16px;
	padding: 6px 0px 6px 7px;
	text-align: left;
	width: 175px;
}

.SeparatorItem {
	-moz-box-sizing: border-box;
	background-color: white;
	background-position: center;
	background-repeat: no-repeat;
	cursor: pointer;
	font-family: Arial, Tahoma, Helvetica, sans-serif;
	font-size: 2.5pt;
	height: 4px;
	width: 175px;
}
