.anylinkmenu{
position: absolute;
left: 0;
top: 0;
margin: -1em 0 0 0 ;
visibility: hidden;
border: 1px solid black;
border-bottom: 1px;
font-family: Trebuchet MS, Trebuchet MS, sans-serif;
font-size: .55em ;
color: #000;
line-height: 1.1em;
background: cfebf0;
width: 200px; /* default width for menu */
}


.anylinkmenu ul{
margin: 0;
padding: 0;
border-bottom: 1px solid black;
list-style-type: none;
}

.anylinkmenu ul li a{
width: 100%;
display: block;
text-indent: 3px;
padding: 0;
text-decoration: none;
font-weight: bold;
text-indent: 5px;
}

.anylinkmenu a:hover{ 
background: white; 
color: #336666; 
}

.anylinkmenucols{ 
position: absolute;
left: 0;
top: 0;
float: center ;
margin: -1em 0 0 -70px ;
visibility: hidden;
border-top: 1px solid black;
font-family: Trebuchet MS, Trebuchet MS, sans-serif;
font-size: .55em ;
color: #000;
line-height: 1.1em;
background: ffffff;
}

.anylinkmenucols li{ 
padding-bottom: 3px; 
}  

.anylinkmenucols .column{ 
float: left; 
padding: 3px 8px; 
margin: 0; 
background: #ffffff; 
}  

.anylinkmenucols .column ul{ 
margin: 0; 
padding: 0; 
list-style-type: none; 
}  

.anylinkmenucols a:hover{ 
background: white; 
color: #336666; 
}