.TopGroup
{
  /*background-color:#000000; */
  /*border:1px solid #000000; 
  border-bottom-color: #000000; 
  border-right-color: #000000; */
  cursor:default; 
}

.MenuGroup
{
  background-color:#000000;
  border-top:0px #595959 solid; 
  border-left:1px #595959 solid; 
  border-right:1px #595959 solid; 
  border-bottom:1px #595959 solid; 
  border-style:solid;
  cursor:default; 
}

.TopMenuItem
{
  color:#eeeeee; 
  font-family: Arial, Tahoma, Verdana, helvetica, sans-serif;
  font-size:12px; 
  font-weight: bold;
  padding:15px;
  cursor:hand; 
}

.TopMenuItemHover 
{
  color:#fffc6d; 
  /*background-color:#000000; */
  font-family: Arial, Tahoma, Verdana, helvetica, sans-serif;
  font-size:12px; 
  font-weight: bold;
  padding:15px;
  cursor:hand; 
}

.MenuItem
{
  border: 1px solid #000000;
  color:#dddddd;
  font-family: Arial, Tahoma, Verdana, helvetica, sans-serif;
  font-size:12px; 
  font-weight: bold;
  cursor:hand; 
}

.MenuItemHover 
{
  background-color:#000000; 
  color: #fffc6d;
  border: 1px solid #000000; 
  border-top-color: #000000; 
  border-left-color: #000000;
  font-family: Arial, Tahoma, Verdana, helvetica, sans-serif;
  font-size:12px; 
  font-weight: bold;
  cursor:hand; 
}

.MenuItemExpanded
{
  background-color:#000000; 
  color: #fffc6d;
  border: 1px solid #000000; 
  border-top-color: #000000; 
  border-left-color: #000000;
  font-family: Arial, Tahoma, Verdana, helvetica, sans-serif;
  font-size:12px; 
  font-weight: bold;
  cursor:default; 
}

.MenuItemActive
{
  color: #8F9A81;
  background-color:#000000; 
  border: 1px solid #474747; 
  font-family: Arial, Tahoma, Verdana, helvetica, sans-serif;
  font-size:12px; 
  font-weight: bold;
  cursor:default; 
}

.MenuBreak
{
  background-color: #8F9A81; 
  width:100%;
  height:1px;
}



