.anylinkcss 
{
 position: absolute;
 visibility: hidden;
 font-size: 12px;
 font-style: normal;
 font-family: Verdana;
 line-height: 18px;
 z-index: 100;
 background-color: #272827;
 width: 200px;
}

.anylinkcss a 
{
 width: 100%;
 display: block;
 text-indent: 3px;
 text-decoration: none;
 font-weight: bold;
 text-indent: 5px;
 color: #FFFFFF;
 text-align: left;
}

.anylinkcss a:hover 
{
 /*hover background color*/

 color: #343e11;
 background-image: url("images/navhovbg.png");
 background-repeat: repeat-x;
}