.anylinkcss{
position:absolute;
visibility: hidden;
font:normal 10pt Verdana;
line-height: 18px;
z-index: 100;
text-align: center;
margin-left: 100px;
}

.anylinkcss a{
background-image: url("../images/button.jpg");
background-repeat: no-repeat;
width: 199px;
height: 27px;
display: block;
text-indent: 3px;
padding: 1px 0;
text-decoration: none;
font-weight: bold;
text-indent: 5px;
}

.anylinkcss a:hover{ /*hover background color*/
background-image: url("../images/button_hover.jpg");
background-repeat: no-repeat;
color: white;
padding: 1px 0;
}

.anylinkcss2 {
position:absolute;
visibility: hidden;
font:normal 10pt Verdana;
line-height: 18px;
z-index: 100;
text-align: center;
margin-left: 100px;
}

.anylinkcss2 a{
background-image: url("../images/button2.jpg");
background-repeat: no-repeat;
width: 330px;
height: 27px;
display: block;
text-indent: 3px;
padding: 1px 0;
text-decoration: none;
font-weight: bold;
text-indent: 5px;
}

.anylinkcss2 a:hover{ /*hover background color*/
background-image: url("../images/button_hover2.jpg");
background-repeat: no-repeat;
color: white;
padding: 1px 0;
}