.main{
/*background-color:#FF0000;*/
font-family:Arial, Helvetica, sans-serif;
color:#000000;
font-size:12px;
font-weight:bold;
/*letter-spacing:2px;*/
text-decoration:none;

line-height:20px;
/*vertical-align:top;*/

}

a.main:hover{
/*background-color:#FBBE0F;*/
font-family:Arial, Helvetica, sans-serif;
color:#921439;
font-size:12px;
font-weight:bold;
text-decoration:underline;
line-height:20px;
/*height:28px;*/
width:100%;
}

.anylinkcss{
position:absolute;
visibility:hidden;
/*border:1px solid black;
border-bottom-width: 0;*/
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
color:#FFFFFF;
/*line-height: 14px;*/
z-index:100;

/*background-color: #807756;*/
background-image:url(../img/menu_bg.jpg);
background-repeat:repeat-x;
background-color:#E9DDD3;
line-height:20px;
width: 120px;
}

.anylinkcss:hover{
color:#FBBE0F;
}

.anylinkcss a{
color:#000000;
width: 100%;
display: block;
text-indent: 3px;
/*border-bottom: 1px solid black;*/
padding: 1px 0;
text-decoration: none;
font-weight: bold;
text-indent: 5px;
}

.anylinkcss a:hover{ /*hover background color*/
/*background-color:#445708;*/
color:#FFFFFF;
text-decoration:underline;
}


table.td.menubg{
background-color:#FFCC00;
}
table.td.menubg:hover
table.td:hover{
background-color:#FFFF00;
}