.anylinkcss{
position:absolute;
visibility: hidden;
border:1px solid black;
border-bottom-width: 0;
font:normal .8em Arial;
height: 18px;
line-height: 18px;
z-index: 100;
background-color: #006c00;
width: 205px;
}

.anylinkcss2{
font:normal 15px Arial;
background-image: url('images/button1.jpg');
background-repeat: repeat-y
text-indent: 3px;
border-left: 1px solid #002f00;
border-right: 1px solid #002f00;
border-top: 0px solid #007200;
padding: 1px 7px 2px 7px;
height: 20px;
line-height: 20px;
text-decoration: none;
font-weight: normal;
margin:0 -3 0 -2;
float: left;
}

.anylinkcss3{
background-image: url('images/button1.jpg');
background-repeat: repeat-y
border-left: 0px solid #002f00;
border-right: 1px solid #002f00;
border-top: 1px solid #007200;
padding: 0px 0px 0px 0px;
height: 24px;
line-height: 24px;
margin:0 0 0 0;
}

.anylinkcss a                { background-image: url('images/button1.jpg');
                               width: 100%;
                               display: block;
                               text-indent: 3px;
                               border-bottom: 1px solid black;
                               padding: 1px 0;
                               text-decoration: none;
                               font-weight: normal;
                               text-indent: 5px;
                               color: #fff0d1;
                             }

.anylinkcss a:hover          { background-color: #005000;
                               color: #ffff00;
                               text-decoration: none;
                             }

.anylinkcss a:visited        { text-decoration: none; }

.anylinkcss a:active         { color: #fff0d1;
                               text-decoration: none;
                             }