.MenuGroup
{
	cursor: pointer;
	cursor: hand;
	background-color: #cccccc;
	width: 152px;
}
.MainItem 
{
	height:22px;
	cursor: pointer;
	cursor: hand;
	font-size: 11px;
	font-weight: bold;
	font-family: Arial, Verdana;
	width: 152px;
	text-align: left; 
	margin: 1px 0px 3px 4px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
}
.ExpandMainMenuItem 
{
	height:22px;
	cursor: pointer;
	cursor: hand;
	font-size: 11px;
	font-weight: bold;
	font-family: Arial, Verdana;
	width: 152px;
	text-align: left; 
	background-image: url(Images/arrow.gif);
	background-repeat: no-repeat;
	background-position : 140px;
	margin: 1px 0px 3px 4px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
}
.MainItemOver
{
	height:22px;
	cursor: pointer;
	cursor: hand;
	font-weight: bold;
	font-size: 11px;
	font-family: Arial, Verdana;
	color: #000000;
	width: 152px;
	text-align: left;
	background-image: url(images/navhlt.gif);
	background-repeat: no-repeat;
	margin: 1px 0px 3px 4px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
}
.MainItemOverOff
{
	height:22px;
	cursor: default;
	font-weight: bold;
	font-size: 11px;
	font-family: Arial, Verdana;
	color: #000000;
	width: 152px;
	text-align: left;
	background-image: url(images/navhlt.gif);
	background-repeat: no-repeat;
	margin: 1px 0px 3px 4px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
}
.MainItemOver2
{
	height:22px;
	cursor: pointer;
	cursor: hand;
	font-weight: bold;
	font-size: 11px;
	font-family: Arial, Verdana;
	color: #000000;
	width: 152px;
	text-align: left;
	background-image: url(images/navhlt2.gif);
	background-repeat: no-repeat;
	margin: 1px 0px 3px 4px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
}
.MainItemClicked 
{
	height:22px;
	cursor: pointer;
	cursor: hand;
	font-weight: bold;
	font-size: 11px;
	font-family: Arial, Verdana;
	color: #0C4499;
	width: 152px;
	text-align: left;
	background-image: url(images/navhlt.gif);
	background-repeat: no-repeat;
	margin: 1px 0px 3px 4px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
}
.MainItemClicked2 
{
	height:22px;
	cursor: pointer;
	cursor: hand;
	font-weight: bold;
	font-size: 11px;
	font-family: Arial, Verdana;
	color: #0C4499;
	width: 152px;
	text-align: left;
	background-image: url(images/navhlt2.gif);
	background-repeat: no-repeat;
	margin: 1px 0px 3px 4px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
}
.MenuItem
{
	font-family: Arial, Verdana;
	font-size:11px;
	cursor: pointer;
	cursor: hand;
	padding: 6px 0px 6px 7px;
	width: 152px;
	background-image: url(Images/arrow.gif);
	background-repeat: no-repeat;
	background-position : 7px center;
	border: 1px solid #BFCDE3;
	border-top: 1px solid white;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
}
.MenuItemOver
{
	font-family: Arial, Verdana;
	font-size:11px;
	cursor: pointer;
	cursor: hand;
	padding: 6px 0px 6px 7px;
	background-image: url(Images/arrow.gif);
	background-repeat: no-repeat;
	background-position : 7px center;
	border: 1px solid #BFCDE3;
	border-top: 1px solid white;
	border-bottom: 2px solid #0C4499;
	background-color: #9AB1D3;
}
.MenuItemToolTip
{
	background-color: #fffacd;
	border-style:solid;
	border-width:1px;
	border-color: black; 
	font-family: Arial;	
	padding: 3px;
	font-size:8pt;
	text-align: left;
}

.MenuItemClicked
{
	font-family: Arial, Verdana;
	font-size:11px;
	cursor: pointer;
	cursor: hand;
	padding: 6px 0px 6px 7px;
	background-image: url(Images/arrow.gif);
	background-repeat: no-repeat;
	background-position : 7px center;
	border: 1px solid #BFCDE3;
	border-top: 1px solid white;
	border-bottom: 2px solid #0C4499;
	background-color: #9AB1D3;
}