.MenuGroup
{
  background-color:#8ec2fe;
  text-align:center;
}

.MenuItem
{
  background-color:#8ec2fe;
  color:white;
  font-family:Arial, Helvetica, sans-serif;
  font-size:8pt;
  font-weight:bold; 
  cursor:hand;
  height:25px;
  text-align:center;
  border-left:solid 1px white;
  
}

.MenuItemOver
{
  background-color:#78acff;
  color:white;
  font-family:Arial, Helvetica, sans-serif;
  font-size:8pt;
  font-weight:bold; 
  cursor:hand;
  height:25px;
  text-align:center;
  border-left:solid 1px white;
  
}

.MenuItemDown
{
  background-color:#78acff;
  color:white;
  font-family:Arial, Helvetica, sans-serif;
  font-size:8pt;
  font-weight:bold; 
  cursor:hand;
  height:25px;
  text-align:center;
  border-left:solid 1px white;
  
}

.MenuItemSelected
{
  background-color:#8ec2fe;
  color:white;
  font-family:Arial, Helvetica, sans-serif;
  font-size:8pt;
  font-weight:bold; 
  cursor:hand;
  height:25px;
  text-align:center;
  border-left:solid 1px white;
  
}

.MenuItemSelectedOver
{
  background-color:black;
  color:white;
  font-family:Arial, Helvetica, sans-serif;
  font-size:8pt;
  font-weight:bold; 
  cursor:hand;
  height:25px;
  text-align:center;
  text-decoration:underline;
}

.MenuBreak
{
  background-color:White;
  padding-left:2px; 
  padding-right:2px; 
}

.SubMenuGroup
{
  background-color:#000000;
  border:0px;  
}

.SubMenuItem
{
  background-color:#000000;
  color:white;
  font-family:Arial, Helvetica, sans-serif;
  font-size:8pt;
  font-weight:bold; 
  cursor:hand;
  text-align:center;
}

.SubMenuItemOver
{
  background-color:#000000;
  color:white;
  font-family:Arial, Helvetica, sans-serif;
  font-size:8pt;
  font-weight:bold; 
  cursor:hand;
  text-align:center;
  text-decoration:underline;
}

.SubMenuItemDown
{
  background-color:#000000;
  color:white;
  font-family:Arial, Helvetica, sans-serif;
  font-size:8pt;
  font-weight:bold; 
  text-align:center;
  cursor:hand;
}

.SubMenuItemSelected
{
  background-color:#000000;
  color:white;
  font-family:Arial, Helvetica, sans-serif;
  font-size:8pt;
  font-weight:bold; 
  text-align:center;
  cursor:hand;
  text-decoration:underline;  
}

.SubMenuItemSelectedOver
{
  background-color:#000000;
  color:white;
  font-family:Arial, Helvetica, sans-serif;
  font-size:8pt;
  font-weight:bold; 
  text-align:center;
  cursor:hand;
  text-decoration:underline;
}

.SubMenuBreak
{	
  background-color:White;
  padding-left:2px; 
  padding-right:2px; 
}