.selectedanchor{ /*CSS class that gets added to the currently selected anchor link (assuming it's a text link)*/
/*background: #FF0000;*/
}

/* ######### Default class for drop down menus ######### */

.anylinkmenu{
position:absolute;
left: 0;
top: 0;
visibility: hidden;
font: normal 14px Arial, Helvetica, sans-serif;
background: #2156c2 url('/images/design001/drop_down_bk.jpg') repeat-x left top; 
z-index: 100000; /* zIndex should be greater than that of shadow's below */
padding-top:2px;
width: 300px !important;
/*padding-bottom:2px;*/
}

.anylinkmenu ul{
list-style-type: none;
padding: 2px 2px 2px 2px;
text-align: left;
font: normal 12px Arial;
padding: 0px;
line-height: 20px;
margin-left:0px;
margin-bottom:5px;
}

.anylinkmenu ul li{        
    /*padding: 2px 15px 2px 15px;*/    
}

.anylinkmenu a{
    color: #fff !important;
	text-decoration: none;	
	padding: 1px 44px 1px 15px;	    
    display: block;
}

.anylinkmenu a:hover{ 
background: url('/images/design001/drop_down_bk_over.jpg') no-repeat top left ;
color: #fff;
padding: 1px 44px 1px 15px;	
display: block;
}

.anylinkshadow{ /*CSS for shadow. Keep this as is */
position: absolute;
left: 0;
top: 0;
z-index: 99; /*zIndex for shadow*/
z-index: 99999; /* zIndex should be greater than that of shadow's below */
/*background: black;*/
background: none;
visibility: hidden;
}
