td.blockheader
{
  background-color: #698DBA;
  text-align: center; 
  font-weight: bold;
}


td.simplemenu_menutitle
{
  clear: both;
  background-color: red;
  color: white;
  font-size : 10px;
  font-weight: bold;
  text-align : center;
  width: 100%;
  /* border-bottom: solid 4px #FFCC00; */
  border-left: solid 1px red; 
  border-right: solid 1px red; 
  border-bottom: solid 1px red;
}

td.simplemenu_menu
{
  clear: both;
  float: none;
  width: 100%;
  background-color: #f0f0f0;
  color: black;
  border-left: solid 1px red; 
  border-right: solid 1px red; 
  border-bottom: solid 1px red;
}

td.doublemenu_menutitle
{
  clear: both;
  background-color: red;
  color: white;
  font-size : 10px;
  font-weight: bold;
  text-align : center;
  width: 100%;
  border-bottom: solid 4px green;
/* #FFCC00; */
}

td.doublemenu_menu
{
  clear: both;
  float: none;
  width: 100%;
/*  background-color: #f0f0f0; */
  color: black;

}


