.anylinkcss{
position:absolute;
visibility: hidden;
border:1px solid white;
border-bottom: 1px solid white;
font:normal 9px verdana;
text-indent: 5px;
line-height: 18px;
margin-top:5;
z-index: 100;
background-color: #ecc678;
width: 185px;
}


.anylinkcss a{
width: 100%;
display: block;
color: #b40000;
border-bottom: 1px solid white;
text-decoration: none;
}


.anylinkcss a:hover{ /*hover background color*/
background-color: #eb8423;
color: white;
font-weight:bold;
}


#ddimagetabs a{
display: block;
text-decoration: none;
/*tab font */
color: #b40000; /*font color */
width: 88px; /*width of tab image */
height: 22px; /*height of tab image */
float: left;
display: inline;
margin-left: 2px; /*spacing between tabs */
padding-top: 5px; /*vertical offset of tab text from top of tab*/
background-image:url(images/tab.gif); /*URL to tab image */
background-repeat: no-repeat;
text-align: center; font-style:normal; font-variant:normal; font-weight:bold; font-size:10px; font-family:verdana}

#ddimagetabs a:hover, #ddimagetabs a.current{
background-image:url(images/tab_red.gif); /*URL to tab image */
background-repeat: no-repeat;
color: white; font-style:normal; font-variant:normal; font-weight:bold 
}

#bottom a{color: black; font-family: Verdana; font-size: 8pt}

#bottom a:hover
{color: #b40000}