  .menu
  {
   background-image: url('/images/fitzeman-background3.gif'); 
   background-repeat: no-repeat;
   border:1px solid green;
   width:150px;
   font-size:12px;
   font-family:verdana;
   position: absolute;
   font:bold;
   color: #FEFCC3;
   cursor: hand;
  }
  .item_panel
  {
    width:150px;
    border-left:1px solid darkblue;
    border-right:1px solid darkblue;
    clip:rect(0,150,0,0);
    position:absolute;
  }
  .item_panel a
  {
   text-decoration:none;
   color:black;
   cursor:hand;
  }
  .item
  {
   background-color: #99CCFF;
   width: 148px;
   font-size: 12px;
   font-family: verdana;
   
  }

