
.selectedanchor{ /*CSS class that gets added to the currently selected anchor link (assuming it's a text link)*/color:#FFFFFF}

.anylinkcss{
   position: absolute;
   left: 0;
   top: 0;
   visibility: hidden;
   border: 1px solid black;
   border-bottom-width: 0;
   font-size:13px;
   font-family:Geneva, Arial, Helvetica, sans-serif;
   font-weight:normal;
   line-height: 25px;
   z-index: 100;
   background:#043A84;
   width: 170px;}

.anylinkcss ul{margin: 0;padding: 0;list-style-type: none;}

.anylinkcss ul li a{
   width: 100%;
   display: block;
   text-indent: 3px;
   border-bottom: 1px solid black;
   padding: 1px 0;
   text-decoration: none;
   font-weight:bold;
   font-family:Geneva, Arial, Helvetica, sans-serif;
   text-indent: 5px;
   color:#FCD604;}

.anylinkcss a:hover{background:#FCD604;color:#043A84;}

/* ######### class for shadow DIV ######### */


.anylinkshadow{ /*CSS for shadow. Keep this as is */
   position: absolute;
   left: 0;
   top: 0;
   z-index: 99; /*zIndex for shadow*/
   background: black;
   visibility: hidden;}