.selectedanchor{ /*CSS class that gets added to the currently selected anchor link (assuming it's a text link)*/

}

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

.anylinkcss{
position: absolute;
left: 0;
top: 0;
background-color:#FBFBFB; 
visibility: hidden;
overflow:hidden;
z-index: 500;
width: 350px;
}



.anylinkcss ul{
margin: 0;
padding: 0;
list-style-type: none;
background-color:#FBFBFB; 
font-size: 9pt;
}



.anylinkcss ul li a{
background-color:#FBFBFB; 
color:#656968;
height: 23px; 
vertical-align:middle;
background: url(/images_2010/leftnav_bg_off.png) repeat-x;
color:#656968;
width: 100%;
padding-top:0px;
display: block;
text-indent: 3px;
text-decoration: none;
font-weight: normal;
}



.anylinkcss a:hover{ /*hover background color*/
background: url(/images_2010/leftnav_bg.jpg) repeat-x;
color:#656968;

}


