﻿.MenuGroup
{
  background-color:#575757;
}

.MenuItem
{
  background-color:#e97923;
  height:20px;
  color:#fff;
  font-family:verdana;
  font-size:x-small;
  font-weight:bold;
  cursor:hand;
}

.MenuItemHover
{
  background-color:#df7453;
  height:20px;
  color:white;
  font-family:verdana;
  font-size:x-small;
  font-weight:bold;
  cursor:hand;
}

.MenuItemDown
{
  background-color:#df7453;
  height:20px;
  color:white;
  font-family:verdana;
  font-size:x-small;
  font-weight:bold;
  cursor:hand;
}

.MenuGroup2
{
  background-color:#da202c; 
}

.MenuItem2
{
  background-color:#da202c;
  height:20px;
  color:#ffffff;
  font-family:verdana;
  font-size:x-small;
  font-weight:bold;
  cursor:hand;
  border-bottom:dashed;
  border-width:1px;
  border-bottom-color:White;
  text-transform:uppercase;
 
}

.MenuItemHover2
{
  background-color:#da202c;
  height:20px;
  color:white;
  font-family:verdana;
  font-size:x-small;
  font-weight:bold;
  border-bottom:dashed 1 white;
  cursor:hand;
  border-bottom:dashed;
  border-width:1px;
  border-bottom-color:White;
  text-transform:uppercase;
}

.MenuItemDown2
{
  background-color:#da202c;
  height:20px;
  color:white;
  font-family:verdana;
  font-size:x-small;
  font-weight:bold;
  cursor:hand;
  border-bottom:dashed 1 white;
  border-bottom:dashed;
  border-width:1px;
  border-bottom-color:White;
  text-transform:uppercase;
} 



