      .alf {
	  position: absolute;
     	border: 1px solid Gray;
     	background-color : #EEEEEE;
     	text-align: center;
     	font-family: sans-serif;
     	font-size:10px;
     	top:0;
     	width:20;
     	height:15;
     	cursor: s-resize;
     }
      .men {
	  position: absolute;
      border: 1px solid Gray;
      background-color : #EEEEEE;
      font-family: sans-serif;
      font-size:10px;
      top:15;
      width:100;
      height:60;
      visibility:hidden;
      cursor:default;
      padding-left:2px;
	  z-index:9;
      }
	  .men A:hover {
	  	background-color : #000000;
		color : #EEEEEE;
		text-decoration: none;
	  }
	  .men A {
	  	text-decoration: none;
		color: #000000;
	  }