.TopGroup2
{
  background-color:#003399; 
  border:1px solid #003399; 
  border-bottom-color: #003399; 
  border-right-color: #003399; 
  cursor:default; 
}

.MenuGroup2
{
  background-color:#F0F0E1;
  border:1px #F0F0E1 solid; 
  border-style:solid;
  cursor:default; 
}

.TopMenuItem2
{
  color:white; 
  font-family: Verdana; 
  font-size:11px; 
  font-weight: bold;
  padding:20px;
  cursor:default; 
}

.TopMenuItemHover2 
{
  color:white; 
  background-color:#003399; 
  font-family:Verdana; 
  font-size:11px; 
  font-weight: bold;
  cursor:default; 
}

.MenuItem2
{
  border: 1px solid #F0F0E1; 
  color:#000;
  font-family:Verdana; 
  font-size:11px; 
  cursor:default; 
}

.MenuItemHover2 
{
  background-color:#F0F0E1; 
  color: #003399;
  border: 1px solid #F0F0E1; 
  border-top-color: #F0F0E1; 
  border-left-color: #F0F0E1;
  font-family:Verdana; 
  font-size:12px; 
  cursor:default; 
  font-weight: bold;
}

.MenuItemExpanded2
{
  background-color:#F0F0E1; 
  color: #003399;
  border: 1px solid #F0F0E1; 
  border-top-color: #F0F0E1; 
  border-left-color: #F0F0E1;
  font-family:Verdana; 
  font-size:12px; 
  cursor:default; 
  font-weight: bold 
}

.MenuBreak2
{
  background-color: silver; 
  width:100%;
  height:2px;
}