.anylinkcss{
position:absolute;
visibility: hidden;
border:1px solid grey;
border-bottom-width: 0;
font:normal 9px Tahoma;
line-height: 18px;
z-index: 100;
background-color: #999999;
width: 160px;
}

.anylinkcss_orange{
position:absolute;
visibility: hidden;
border:1px solid grey;
border-bottom-width: 0;
font:normal 9px Tahoma;
line-height: 18px;
z-index: 100;
background-color: #999999;
width: 180px;
}

.anylinkcss_red{
position:absolute;
visibility: hidden;
border:1px solid grey;
border-bottom-width: 0;
font:normal 9px Tahoma;
line-height: 18px;
z-index: 100;
background-color: #999999;
width: 160px;
}

.anylinkcss_blue{
position:absolute;
visibility: hidden;
border:1px solid grey;
border-bottom-width: 0;
font:normal 9px Tahoma;
line-height: 18px;
z-index: 100;
background-color: #999999;
width: 120px;
}

.anylinkcss_green{
position:absolute;
visibility: hidden;
border:1px solid grey;
border-bottom-width: 0;
font:normal 9px Tahoma;
line-height: 18px;
z-index: 100;
background-color: #999999;
width: 120px;
}

.anylinkcss_yellow{
position:absolute;
visibility: hidden;
border:1px solid grey;
border-bottom-width: 0;
font:normal 9px Tahoma;
line-height: 18px;
z-index: 100;
background-color: #999999;
width: 110px;
}

.anylinkcss a{
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 1px solid grey;
padding: 1px 0;
text-decoration: none;
text-indent: 5px;
color: #FFFFFF;
}

.anylinkcss_orange a{
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 1px solid grey;
padding: 1px 0;
text-decoration: none;
text-indent: 5px;
color: #FFFFFF;
}
.anylinkcss_red a{
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 1px solid grey;
padding: 1px 0;
text-decoration: none;
text-indent: 5px;
color: #FFFFFF;
}
.anylinkcss_blue a{
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 1px solid grey;
padding: 1px 0;
text-decoration: none;
text-indent: 5px;
color: #FFFFFF;
}
.anylinkcss_green a{
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 1px solid grey;
padding: 1px 0;
text-decoration: none;
text-indent: 5px;
color: #FFFFFF;
}
.anylinkcss_yellow a{
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 1px solid grey;
padding: 1px 0;
text-decoration: none;
text-indent: 5px;
color: #FFFFFF;
}

.anylinkcss a:hover{ /*hover background color*/
background-color: #CCCCCC;
color: white;
}
.anylinkcss_orange a:hover{ /*hover background color*/
background-color: #F35901;
color: white;
}
.anylinkcss_red a:hover{ /*hover background color*/
background-color: #AC033A;
color: white;
}
.anylinkcss_blue a:hover{ /*hover background color*/
background-color: #79AFDE;
color: white;
}
.anylinkcss_green a:hover{ /*hover background color*/
background-color: #A8B60B;
color: white;
}

.anylinkcss_yellow a:hover{ /*hover background color*/
background-color: #F6B511;
color: white;
}