.MenuItem
{
	color: White;
	background-color:#1887E0;
	font-family: Verdana;
	font-size: 8pt;
	font-weight: bold;
	padding-left: 3px;
	padding-right: 3px;
	padding-bottom: 2px;
	padding-top: 2px;
	vertical-align: middle;
	cursor: pointer;
	height: 26px;
	border-bottom: white 1px solid;
}

.MenuItemHover
{
	color: black;
	background-color: #74cccc;
	font-family: Verdana;
	font-size: 8pt;
	font-weight: bold;
	padding-left: 3px;
	padding-right: 3px;
	padding-bottom: 2px;
	padding-top: 2px;
	vertical-align: middle;
	cursor: pointer;
	height: 26px;
	border-bottom: white 1px solid;
}

.MenuChildItem
{
	color: #00447B;
	background-color: #BEE1FD;
	font-family: Verdana;
	font-size: 8pt;
	padding-left: 3px;
	padding-right: 3px;
	padding-bottom: 2px;
	padding-top: 2px;
	height: 26px;
	cursor: pointer;
	vertical-align: middle;
	border-bottom: white 1px solid;
}

.MenuChildItemHover
{
	color: black;
	background-color: palegoldenrod;
	font-family: Verdana;
	font-size: 8pt;
	padding-left: 3px;
	padding-right: 3px;
	padding-bottom: 2px;
	padding-top: 2px;
	height: 26px;
	cursor: pointer;
	vertical-align: middle;
	border-bottom: white 1px solid;
}

