﻿.MenuGroup
{
  background-color:#999999;
  border-style:solid; 
  border-width:0; 
  border-color:#69c;  
  filter:progid:DXImageTransform.Microsoft.BasicImage(opacity=0.75);
}

.TopMenuItem 
{
  background-color:#ffeeee;
  font-family:Verdana, Arial, Helvetica, sans-serif; 
  font-size:10px; 
  color:#000000;    
  font-weight:bold; 
  padding:2;    
  border-style:solid; 
  border-width:0; 
  border-color:#369;  
}

.TopMenuItemOver 
{
  background-color:#cccccc;
  font-family:Verdana, Arial, Helvetica, sans-serif; 
  font-size:10px; 
  color:#000000;    
  font-weight:bold;
  padding:2;    
  border-style:solid; 
  border-width:0; 
  border-color:#8be;  
  cursor:hand;
}

.MenuItem 
{
  background-color:#cccccc;
  font-family:Verdana, Arial, Helvetica, sans-serif; 
  font-size:10px; 
  color:#000000;    
  font-weight:bold; 
  border-style:solid; 
  border-width:0; 
  border-color:#369;  
  padding:2px;  
}

.MenuItemOver 
{
  background-color:#bbbbbb;
  font-family:Verdana, Arial, Helvetica, sans-serif; 
  font-size:10px; 
  color:#000000;    
  font-weight:bold;
  border-style:solid; 
  border-width:2; 
  border-color:#eeeeee; 
  padding:2px;  
  cursor:hand;
}
