body {
  color:white;
}

  .menu
  {
   position:relative;
   background-color:black;
   border:1px solid black;
   color:white;   
   width:112;
   font-size:14px;
   font-family:arial;
   font-weight:bold;
   position:absolute;
   cursor:pointer;cursor:hand;
  }
  .menu a
  {
   text-decoration:none;
   color:white;
   cursor:pointer;cursor:hand;
  }

  .item_panel
  {
    width:112;
    border-left:1px solid black;
    border-right:1px solid black;
    clip:rect(0,130,0,0);
    position:absolute;
  }
  .item_panel a
  {
   text-decoration:none;
   color:white;
   cursor:pointer;cursor:hand;
  }
  .item
  {
   background-color:black;
   width:111;
   font-size:12px;
   font-family:arial;
  }

a {
  text-decoration:none;
}
