.MenuGroup
{
	cursor: hand;
}

.MenuItem
{
	font-family: Arial, Verdana;
	font-size: 11px;
	font-weight: bold;
	color:#ffffff;
	cursor: hand;
	padding: 0px 0px 0px 0px;
	height: 22px;
	background-color: #0b174c;
	border-left: #96A3C9 0px solid;
        border-right: #ffffff 0px solid;
	text-align: center;
}

.MenuItemClicked
{
	font-family: Arial, Verdana;
	font-size: 11px;
	font-weight: bold;
	color:#000000;
	cursor: hand;
	padding: 0px 0px 0px 0px;
	height: 22px;
	background-color: #B6C1E2;
	border-left: #B6C1E2 0px solid;
        border-right: #ffffff 0px solid;
	text-align: center;
}

.MenuItemOver
{
	font-family: Arial, Verdana;
	font-size: 11px;
	font-weight: bold;
	color:#000000;
	cursor: hand;
	padding: 0px 0px 0px 0px;
	height: 22px;
	background-color: #B6C1E2;
	border-left: #B6C1E2 0px solid;
        border-right: #ffffff 0px solid;
	text-align: center;
}

.MenuItemChild
{
	font-family: Arial, Verdana;
	font-size: 11px;
	color:#000000;
	cursor: hand;
	padding: 1px 5px 1px 1px;
	border-bottom: #ffffff 1px solid;
	border-right: #ffffff 1px solid;
	border-left: #B6C1E2 1px solid;
	height: 18px;
	background-color: #B6C1E2;
	margin-left: 0px;
}

.MenuItemOverChild
{
	font-family: Arial, Verdana;
	font-size: 11px;
	color:#000000;
	cursor: hand;
	padding: 1px 5px 1px 1px;
	border-bottom: #ffffff 1px solid;
	border-right: #ffffff 1px solid;
	border-left: #E5E8F2 1px solid;
	height: 18px;
	background-color: #E5E8F2;
	margin-left: 0px;
}

.MenuItemChildClicked
{
	font-family: Arial, Verdana;
	font-size: 11px;
	color:#000000;
	cursor: hand;
	padding: 1px 5px 1px 1px;
	border-bottom: #ffffff 1px solid;
	border-right: #ffffff 1px solid;
	border-left: #E5E8F2 1px solid;
	height: 18px;
	background-color: #E5E8F2;
	font-weight: normal;
	margin-left: 0px;
}

.MenuItemChildFirst
{
	font-family: Arial, Verdana;
	font-size: 11px;
	color:#000000;
	cursor: hand;
	padding: 1px 5px 1px 1px;
	border-bottom: #ffffff 1px solid;
	border-right: #ffffff 1px solid;
	height: 18px;
	background-color: #B6C1E2;
	font-weight: normal;
}

.MenuItemOverChildFirst
{
	font-family: Arial, Verdana;
	font-size: 11px;
	color:#000000;
	cursor: hand;
	padding: 1px 5px 1px 1px;
	border-bottom: #ffffff 1px solid;
	border-right: #ffffff 1px solid;
	height: 18px;
	background-color: #E5E8F2;
	font-weight: normal;
}

.MenuItemChildClickedFirst
{
	font-family: Arial, Verdana;
	font-size: 11px;
	color:#000000;
	cursor: hand;
	padding: 1px 5px 1px 1px;
	border-bottom: #ffffff 1px solid;
	border-right: #ffffff 1px solid;
	height: 18px;
	background-color: #E5E8F2;
	font-weight: normal;
}

