/* CSS Document */

.anylinkcss{
position:absolute;
visibility: hidden;
left:0px; top:0px;

border: 1px solid Silver;
border-bottom-width: 0;
font:normal 12px Arial,Verdana;
line-height: 18px;
z-index: 100;
/*background-color: transparent;*/
width: 170px;
}
.anylinkcss a{
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 1px solid Silver;
padding: 0px 0;
text-decoration: none;
font-weight: bold;
color: Black;
text-indent: 5px;
}

.anylinkcss a:hover{ /*hover background color*/
background-color: #ffae27;
color: #c02302;
}

.home{
position:absolute;
visibility: hidden;
left:0px; top:0px;

border: 0px solid Silver;
border-bottom-width: 0;
font:normal 12px Arial,Verdana;
line-height: 18px;
z-index: 100;
background-color: White;
width: 170px;
}

.home a{
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 0px solid Silver;
padding: 0px 0;
text-decoration: none;
font-weight: bold;
color: Black;
text-indent: 5px;
}

.home a:hover{ /*hover background color*/
background-color: #ffae27;
color: #c02302;
}

.green{
position:absolute;
visibility: hidden;
left:1px; top:1px;

border: 1px solid Silver;
border-bottom-width: 1;
line-height: 22px;
z-index: 100;
background-color: White;
width: 170px;
}

.green a{
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 0px solid Silver;
padding: 0px 0;
text-decoration: none;
font-weight: bold;
color: Black;
text-indent: 5px;
}

.green a:hover{ /*hover background color*/
background-color: #619525;
color: #ffffff;
}


.blue{
position:absolute;
visibility: hidden;
left:1px; top:1px;

border: 1px solid Silver;
border-bottom-width: 1;
line-height: 22px;
z-index: 100;
background-color: White;
width: 170px;
}

.blue a{
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 0px solid Silver;
padding: 0px 0;
text-decoration: none;
font-weight: bold;
color: Black;
text-indent: 5px;
}

.blue a:hover{ /*hover background color*/
background-color: #17a8d6;
color: #ffffff;
}


.red{
position:absolute;
visibility: hidden;
left:0px; top:0px;

border: 0px solid Silver;
border-bottom-width: 0;
line-height: 18px;
z-index: 100;
background-color: White;
width: 170px;
}

.red a{
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 1px solid Silver;
padding: 0px 0;
text-decoration: none;
font-weight: bold;
color: Black;
text-indent: 5px;
}

.red a:hover{ /*hover background color*/
background-color: #df3725;
color: #ffffff;
}



.purple{
position:absolute;
visibility: hidden;
left:0px; top:0px;

border: 0px solid Silver;
border-bottom-width: 0;
line-height: 18px;
z-index: 100;
background-color: White;
width: 170px;
}

.purple a{
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 1px solid Silver;
padding: 0px 0;
text-decoration: none;
font-weight: bold;
color: Black;
text-indent: 5px;
}

.purple a:hover{ /*hover background color*/
background-color: #7243c3;
color: #ffffff;
}














