.anylinkcss{
position:absolute;
visibility: hidden;
border-bottom-width: 0;
border:1px solid gray;
font:normal 12px Verdana;
line-height: 16px;
z-index: 100;
background-color: #CACAFF;
width: 100px;
}

.anylinkcss a{
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 1px solid gray;
padding: 1px 0;
text-decoration: none;
font-weight: bold;
font-size: 8pt;
text-indent: 5px;
}

.anylinkcss a:link {color: #023C7B }

.anylinkcss a:visited {color: #023C7B }

.anylinkcss a:hover{ /*hover background color*/
background-color: #33CC66;
color: red;
}

table.navbar td {
cellpadding; 0
cellspacing; 0}

table.navbar td a{
   display: block;
   width: 100px;
   padding: 3px;
   text-decoration: none;
   border-bottom: 1px solid gray;
   


   
}
table.navbar td a:link, table.navbar td a:visited {
   color: #023C7B;
   background-color: #CACAFF;
   font-size: 8pt;
   font-family: verdana;

}

table.navbar td a:hover, table.navbar td a:active {
   color: red;
   background-color: #33CC66;
}