.TopMenuGroup
{
}

.MenuGroup
{
  
}

.TopMenuItem
{
  font-family:verdana;
  font-size:10px;
 /* width:75px; */
  height:21px;
  cursor:pointer;
  font-weight: bold;
  background-image: url(mm/images/img_subNavSpacer.gif);
  background-position: right;
  background-repeat: no-repeat;
  color: #333333;
}

.MenuItem
{
  background-color:#CCCCCC;
  color:#333333;
  font-family:verdana;
  font-size:10px;
  cursor:pointer;
  font-weight: bold;
  border-top: solid #999999 0px;
  border-bottom: solid #999999 1px;
  border-left: solid #999999 1px;
  border-right: solid #999999 1px;
}

.TopMenuItemHoverYellow
{
  color:#FFFFFF;
  font-family:verdana;
  font-size:10px;
  /* width:75px; */
  height:21px;
  cursor:pointer;
  font-weight: bold;
  background-color: #EBAB00;
}

.MenuItemHoverYellow
{
  background-color:#EEEEEE;
  color:#FFFFFF;
  font-family:verdana;
  font-size:10px;
  cursor:pointer;
  background-color: #EBAB00;
  font-weight: bold;
  border-top: solid #999999 0px;
  border-bottom: solid #999999 1px;
  border-left: solid #999999 1px;
  border-right: solid #999999 1px;
}

.TopMenuItemHoverBlue
{
  color:#FFFFFF;
  font-family:verdana;
  font-size:10px;
 /* width:75px; */
  height:21px;
  cursor:pointer;
  font-weight: bold;
  background-color: #00129D;
}

.MenuItemHoverBlue
{
  background-color:#EEEEEE;
  color:#FFFFFF;
  font-family:verdana;
  font-size:10px;
  cursor:pointer;
  background-color: #00129D;
  font-weight: bold;
  border-top: solid #999999 0px;
  border-bottom: solid #999999 1px;
  border-left: solid #999999 1px;
  border-right: solid #999999 1px;
}
.TopMenuItemHoverRed
{
  color:#FFFFFF;
  font-family:verdana;
  font-size:10px;
  /* width:75px; */
  height:21px;
  cursor:pointer;
  font-weight: bold;
  background-color: #D21034;
}

.MenuItemHoverRed
{
  background-color:#EEEEEE;
  color:#FFFFFF;
  font-family:verdana;
  font-size:10px;
  cursor:pointer;
  background-color: #D21034;
  font-weight: bold;
  border-top: solid #999999 0px;
  border-bottom: solid #999999 1px;
  border-left: solid #999999 1px;
  border-right: solid #999999 1px;
}


