<style type="text/css">
<!--
  a:active      {text-decoration: underline; color: #ff5050;}
  a:link        {text-decoration: none;      color: #1000d0;}
  a:visited     {text-decoration: none;      color: #1000d0;}
  a:hover       {text-decoration: underline; color: #FF0000;}
  a.ext:active  {text-decoration: underline; color: #ff5050;}
  a.ext:link    {text-decoration: none;      color: #f00000;}
  a.ext:visited {text-decoration: none;      color: #800000;}
  a:ext:hover   {text-decoration: underline; color: #FF0000;}

/* == MENU ==================================================== */
.mtab
  {
  border: 1px solid black;
  }  

tr.mhead
  {
  text-align: center;
  background: black;
  color: white;
  vertical-align: middle;
  }
  
tr.mitem
  {
  border: 1px solid black;
  text-align: left;
  background: white;
  color: black;
  cursor: pointer;
  
  font-family: verdana, arial, sans-serif;
  font-size: 12px;
  line-height: 18px;
  padding-left: 4px;
  } 
  
td.mline
  {
  border: 0px solid black;
  background: black;
  line-height: 0px;
  }
/* ============================================================ */
-->
</style>
