@CHARSET "UTF-8";
.selectedanchor{ 
}

.anchorclass {
    text-decoration: none;
}

.anylinkcss{
    position: absolute;
    left: 0;
    top: 0;
    visibility: hidden;
    border: 1px solid black;
    font: normal 11px Arial;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 14px;
    z-index: 100; /* zIndex should be greater than that of shadow's below */
    width: 100px; /* default width for menu */
}

.anylinkcss ul{
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.anylinkcss ul li a{
    width: 100%;
    display: block;
    text-indent: 5px;
    padding: 2px 0;
    text-decoration: none;
    border-bottom: 0px;
    text-indent: 5px;
    background: #222222;
}

.anylinkcss a:hover{ 
    background: #111111;
    color: white;
}

.anylinkshadow{ /*CSS for shadow. Keep this as is */
    position: absolute;
    left: 0;
    top: 0;
    z-index: 25; /*zIndex for shadow*/
    background: black;
    visibility: hidden;
}