.MenuGroup
{
width:175;
  background-color:#FFFFFF;
  border:0px;
  padding:5 10 10 20;

}

.MenuItem 
{
background: url(images/arrow_blue.gif) no-repeat 5 8;
  background-color:#FFFFFF; 
  font-family:Arial, Helvetica, sans-serif; 
  font-size:12px; 
  cursor:hand;
  color:#054C85; 
  font-weight:bold; 
}

.MenuItemOver 
{
  background-color:#054C85; 
  color:#FFFFFF;
  font-family:Arial, Helvetica, sans-serif; 
  font-size:12px; 
  cursor:hand;
  font-weight:bold; 
}

.MenuItemDown 
{
  background-color:#054C85; 
  color:#FFFFFF;
  font-family:Arial, Helvetica, sans-serif; 
  font-size:12px; 
  cursor:hand;
  font-weight:bold; 
}