.TopMenuGroup
{
cursor: pointer; 
height: 200px;
}

.MenuGroup
{
  background-color: #FFFFFF;

}

.MPNTopMenuItem
{
    font-family:"Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #437eb5; 
    font-size: 14px;
    font-weight: bold;
    text-align: left;
    line-height: 16px;
    padding: 0 10px 0 10px;
}

.MPNTopMenuItemHover
{
    font-family:"Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #920817;
    font-size: 14px;
    font-weight: bold;
    text-align: left;
    line-height: 16px;
    padding: 0 10px 0 10px;
}

.SubMenuItem
{
    font-family:"Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #6B8E23;
    font-size: 14px;
    font-weight: bold;
    text-align: left;
    text-transform: uppercase;
    line-height: 15px;
    padding-top: 0px;
    padding-left: 25px;

    border-left: #6B8E23 2px solid;
    padding-bottom: 5px;
}

.SubMenuItemHover
{
    font-family:"Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #920817;
    font-size: 14px;
    font-weight: bold;
    text-align: left;
    text-transform: uppercase;
    line-height: 15px;
    padding-top: 0px;
    padding-left: 25px;

    border-left: #6B8E23 2px solid;
    padding-bottom: 5px;
}

.MenuItem
{
 	font-size: 10px;
	font-weight:500;
	text-transform: uppercase;
	cursor: pointer;
	color: #FFFFFF;
	background-color:#68749A;
	font-family: Trebuchet MS,verdana;
	height: 14px;
	padding: 0px;
	margin: 0px;
	border: solid 1px #CCCCCC;
}

.MenuItemHover
{
	font-size: 10px;
	font-weight:500;
	text-transform: uppercase;
	cursor: pointer;
	color:#68749A;
	background-color: #FFFFFF;
	font-family: Trebuchet MS,verdana;
	height: 14px;
	border: solid 1px #CCCCCC;
}


