   .menu{
   font: 8pt Verdana, sans-serif;
   color: white;
   background-color: #62a077;
   position: absolute;
   left: 0px;
   border-color: white;
   border-width: 0px;
   border-top-width: 0px;
   border-style: solid;
   top: 30px;
   padding: 4px;
   width: 110;
   visibility: hidden;
   z-index: 5;
   }

   .menu a{
   color: white;
   text-decoration: none;
   width : 100px;
   }
   .menu a:hover{
   color: #62a077;
   text-decoration: none;
   width : 100px;
   }

   .menu p{
	margin-top : 0px;
	margin-bottom : 1px;
	width : 100px;
	}
