<style type="text/css">

#csstopmenu, #csstopmenu ul{
padding: 0;
margin: 0;
list-style: none;
}

#csstopmenu li{
float: left;
position: relative;
}

#csstopmenu a{
text-decoration: none;
}

.mainitems{
border: 1px solid black;
border-left-width: 0;
background-color: #D8FE89;
}

.headerlinks a{
margin: auto 8px;
font-weight: bold;
color: black;
}

.submenus{
display: none;
width: 10em;
position: absolute;
top: 1.2em;
left: 0;
background-color: #EEFFCC;
border: 1px solid black;
}

.submenus li{
width: 100%;
}

.submenus li a{
display: block;
width: 100%;
text-indent: 3px;
}

html>body .submenus li a{ /* non IE browsers */
width: auto;
}

.submenus li a:hover{
background-color: yellow;
color: black;
}

#csstopmenu li>ul {/* non IE browsers */
top: auto;
left: auto;
}

#csstopmenu li:hover ul, li.over ul {
display: block;
}

html>body #clearmenu{ /* non IE browsers */
height: 3px;
}

</style>
<style type="text/css">
<!--
a.button {	font-weight: bold;
font-size: 10px;	
font-family: Verdana, Arial, Helvetica, sans-serif;	
padding: 4px 8px;	
border-top: 1px solid white;	
border-right: 1px solid black;	
border-bottom: 1px solid black;	
border-left: 1px solid white;	
text-align: center;	
min-width: 75px;	
text-transform: uppercase;
}
a.button:link { 	
             background-color: #060; 	
             color: #FFF;	
             text-decoration: none;	
             }
a.button:visited {	
             background-color: #060; 	
              color: #fff;	
              text-decoration: none;	
              }
a.button:hover { 	
             background-color: #060; 	
             color: red;	
             border-color: black white white black;	
             text-decoration: none;	
             }
a.button:active { 	
             background-color: #369; 	
             color: #ccc; 
             text-decoration: none;	
             }
-->     
</style>