.selectedanchor{ /*CSS class that gets added to the currently selected anchor link (assuming it's a text link)*/
/*color:#F60;*/
color:#FC0;
/*background: white;
display:block;
background-image: url(images/nav_bg_hover.gif);
background-repeat:repeat-x;
width:100%;*/


}


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

.anylinkmenu{
position: absolute;
left: 0;
top: 0;
visibility: hidden;
margin:4px 0 0 0;
border-left: 1px solid #0065b5;
border-right: 1px solid #0065b5;
border-bottom-width: 0px;
font: normal 11px Arial, Helvetica, sans-serif;
line-height: 22px;
z-index: 100; /* zIndex should be greater than that of shadow's below */
background: #FFF;
width: 270px; /* default width for menu */
}

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

.anylinkmenu ul {
width: 100%;
display: block;
/*border-bottom: 1px solid #0065b5;*/
padding: 0px 0;
color:#0065b5;
	font-size:12px;
text-decoration: none;
font-weight: bold;
text-indent: 10px;

}

.anylinkmenu li {
width: 100%;
/*display: block;*/
border-bottom: 1px solid #0065b5;
/*padding: 2px 0;*/
color:#0065b5;
	/*font-size:18px;*/
text-decoration: none;
font-weight: bold;
text-indent: 10px;

}
.anylinkmenu a {
width: 100%;
display: block;
/*border-bottom: 1px solid #0065b5;*/
padding: 2px 0;
color:#0065b5;
	/*font-size:18px;*/
text-decoration: none;
font-weight: bold;
text-indent: 10px;

}

.anylinkmenu a:hover{ /*hover background color*/
display: block;
background: #0065b5;  /*#0065b5;#0569b7;*/
color: white;

}




/* ######### 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: none;
visibility: hidden;
}






