.TopGroup
{
  cursor:default; padding-top:4px 
}

.MenuGroup
{
  background-color:#FFFEFF;
  border:1px solid #71C2DD; 
  cursor:default 
}

.TopMenuItem
{
  color:#565A94; 
  font-family:Verdana; 
  font-size:10px; 
  font-weight: bold;
  cursor:default;
  border-left-width:1px; border-top-width:1px; border-bottom-width:1px;
  text-align:center 
}

.TopMenuItemHover 
{
  color:#ED6F18; 
  font-family:Verdana; 
  font-size:10px; 
  font-weight: bold;
  cursor:hand;
  text-align:center 
}

.MenuItem
{
  border: 1px solid #FFFEFF; 
  color:#505489;
  font-family:Tahoma; 
  font-size:11px; 
  cursor:default 
}

.MenuItemHover 
{
  background-color:#D0E6E8; 
  color: #4B5083;
  border: 1px solid #5BBCC4; 
  font-family:tahoma; font-size:11px; cursor:hand; border-top-color:#5BBCC4; border-left-color:#5BBCC4
}

.MenuItemExpanded
{
  background-color:#D0E6E8; 
  color: #4B5083;
  border: 1px solid #5BBCC4; 
  font-family:tahoma; font-size:11px; cursor:default; border-top-color:#5BBCC4; border-left-color:#5BBCC4 
}

.TopMenuBreak
{
  background-color: #C0C0C0; 
  width:1px
}

.MenuBreak
{
  background-color: #999999; 
  width:100%;
  height:2px
}