.selectedanchor{ /*CSS class that gets added to the currently selected anchor link (assuming it's a text link)*/
background:;
TEXT-DECORATION: underline;
font-family: Arial;
font-size: 13px;
cursor:pointer;
color: #ffffff;
}

/* ######### Default class for drop down menus ######### */

.anylinkmenu{
position: absolute;
left: 0;
top: 0;
visibility: hidden;
border-color: black;
border-style: solid;
border: 1px ;
font-family: Arial;
font-size: 13px; 
line-height: 15px;
z-index: 50; /* zIndex should be greater than that of shadow's below */
background:#153E7E;

width: 150px; /* default width for menu */
}

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

.anylinkmenu ul li a{
width: 100%;
color: #666666;
display: block;
text-indent: 2px;
TEXT-DECORATION: none;
border-width:1pt;
border-color: #D8D8D8;
border-style:double;
padding: 4px 0;
text-decoration: none;
font-weight: 85px;
font-family: Arial;
font-size: 13px;
text-indent: 2px;
}

.anylinkmenu ul li  a:hover{ /*hover background color*/
background:#14365b;
font-size: 13px;
font-family: Arial;
text-decoration: none;
color: white;
}


.anylinkmenu  ul li a:visited{ /*hover background color*/
/*background:#ffffff;*/
font-size: 13px;
font-family: Arial;
text-decoration: none;
color: none;

}

