  .menu
  {
   position:relative;
   background-color:white;
   font-weight:bold;
   border:0px ;
   width:150px;
   font-size:10px;
   font-family:verdana;
   position:absolute;
   cursor:hand;
   color:#1e5382; padding-top:4px;
  }

  .item_panel
  {
    width:150px;
/*	border-top:1px solid darkblue;
    border-left:1px solid darkblue;
    border-right:1px solid darkblue;
	border-bottom:1px solid darkblue;*/
    clip:rect(0,150,0,0);
    position:absolute;
  }

  .item_panel a
  {
   text-decoration:none;
   color:#1e5382;
   cursor:hand;
  }
    .item_panel a:hover
  {
   text-decoration:none;
  }

  .item
  {
   background-color:#ECF9FF;
   width:150px;
   font-size:9px;
   font-family:verdana;
   font-weight:normal;
  }

