<style type="text/css">
    
    body {
      font-family: "Trebuchet MS", Verdana, sans-serif;
      font-size: small;
    }
    
    
    
    .menu {
      width: auto;
      float: left;
      padding: 0.1em 3em 0.2em 0.5em;
      cursor: default;
    }
    
    .menu ul {
     
	  display: none;
      position: absolute;
      background-color: #e6e6e6;
       float: bottom
	   color: black;
      list-style: none;
      margin: 0.1em 0 0 0;
      padding: 0;
    }
    
    .menu ul li {
      display: block;
      padding: 0.2em;
    }
    
    div.menu:hover ul {
      display: block;
      margin: 0;
      padding: 0;
    }

    div.menu ul li:hover {
      background-color: #ccf;
    }
.style1 {color: #000000}

    
    </style>
.nolink {
	text-decoration: none;
}
.nunlink {
	color: #000000;
	text-decoration: none;
}
