.TopMenuGroup
{

}

.MenuGroup
{
	


}

.TopMenuItem
{

  background-color:#5e748b; 
  color:white;
  font-family:Arial;
  font-size:12px;
  font-weight:bold;
  cursor:hand;
  text-align:center;
  height:20px;
  
}

.TopMenuItemHover
{
  background-color:#043464; 
  color:white;
  font-family:Arial;
  font-size:12px;
  font-weight:bold;
  cursor:hand;
  text-align:center;
  height:20px;
  vertical-align:middle;


}

.MenuItem
{
  background-color:#5e748b;
  color:white;
  font-family:verdana;
  font-size:10px;
  border-top:solid 1px white;
  cursor:pointer;
}

.MenuItemHover
{
  background-color:#043464;
  color:White;
  font-family:verdana;
  font-size:10px;
  border-top:solid 1px white;
  cursor:pointer;
}

