.SelectedItem
{
  font-family: Verdana, Helvetica, Sans-Serif;
  font-size:10px; 
  cursor:default;
  padding-left: 7px;
  padding-right: 7px;
  background-color:#004174 ;
  height: 20px;
  width: 140px;
  height: 20px;
  color: White;
  border-right: white solid 1px;
  border-left: white solid 1px;
  vertical-align: super;
}

.TopMenuItem
{
  color:white; 
  font-family: Verdana, Helvetica, Sans-Serif;
  font-size:10px; 
  vertical-align: super;
  cursor:hand;
  padding-left: 7px;
  padding-right: 7px;
  width: 140px;
  height: 20px;
  background-color: #336596;
  border-right: white solid 1px;
  border-left: white solid 1px;
  }

.TopMenuItemOver 
{
  color: White;
  font-family: Verdana, Helvetica, Sans-Serif;
  font-size:10px; 
  cursor:hand;
  padding-left: 7px;
  padding-right: 7px;
  width: 140px;
  background-color: #004174;
  height: 20px;
  border-right: white solid 1px;
  border-left: white solid 1px;
  vertical-align: super;
}

.MenuGroup
{
  border: white solid 1px;
  border-bottom: white solid 1px;
  border-left: white solid 1px;
  border-right: white solid 1px;
  border-top: #336596 solid 1px;
  width: 140px;
}

.MenuItemGroup
{
	background-color: #004174;
	width: 140px;
}

.MenuItem 
{
  color:white; 
  background-color:#336596;
  font-family: Verdana, Helvetica, Sans-Serif;
  font-size:10px; 
  padding-top: 3px;
  padding-bottom: 3px;
  padding-left: 7px;
  padding-right: 7px;
  cursor:hand;
  width: 140px;
  height: 20px;
}

.MenuItemOver 
{
  color:white; 
  background-color:#004174; 
  font-family: Verdana, Helvetica, Sans-Serif;
  font-size:10px; 
  padding-top: 3px;
  padding-bottom: 3px;
  padding-left: 7px;
  padding-right: 7px;
  cursor:hand;
  width: 140px;
  height: 20px;
}
.MenuItemSelected
{
  color:white; 
  background-color:#004174; 
  font-family: Verdana, Helvetica, Sans-Serif;
  font-size:10px; 
  padding-top: 3px;
  padding-bottom: 3px;
  padding-left: 7px;
  padding-right: 7px;
  cursor:hand;
  width: 140px;
  height: 20px;
}

.DisabledMenuItem
{
  color:Gray; 
  background-color:white; 
  font-family: Verdana, Sans-Serif; 
  font-size:9px; 
  padding:3px;
  cursor:default;
}

.DisabledMenuItemOver 
{
  color:Gray; 
  background-color:silver; 
  font-family: Verdana, Sans-Serif; 
  font-size:9px; 
  padding:3px;
  cursor:default;
}