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

/* ######### refrence site ######### */
.anylinkmenu{font-family: Candara, "Levenim MT"; font-size:15px; font-weight:normal; font-style:normal;	color:#727272; font-variant: normal; margin-top:10px;		/**top margin here**/ background-color: #f5f5f5; position: absolute; top:10px; left:0px; visibility: hidden; line-height: 28px; z-index: 100; width: 250px;}
.anylinkmenu ul{list-style-type: none;}
.anylinkmenu ul li a{ font-family: Candara, "Levenim MT";  font-size:15px; font-weight:bold; font-style: normal; color:#727272;	width: 100%; display: block; text-indent: 7px; 	border-top:1px solid #ccc; border-bottom:none; border-left:none;	border-right: none;	padding-top: 1px; padding-bottom: 2px;}
.anylinkmenu a:hover{font-family: Candara, "Levenim MT";  font-size:15px;  font-weight:bold; font-style: normal;	color:#2b1b62; width: 100%; display: block; text-indent: 7px; background-color: #f5f5f5; border-top:1px solid #ccc; border-bottom:none; border-left:none; border-right: none; padding-top: 1px; padding-bottom: 2px;}	
	
/* ######### Alternate multi-column class for drop down menus ######### */
.anylinkmenucols{ position: absolute; width: 250px; left: 0; top: 0px; visibility: hidden;	padding: 10px; z-index: 100;
background-image: url(../images/drop_bg.jpg); background-repeat: repeat-y;	font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12px; font-weight: normal; border-top:1px solid #777; border-bottom:none; border-left:none;	border-right: none;}

.anylinkmenucols li{padding-bottom: 3px;}
.anylinkmenucols .column{ float: left; padding: 3px 8px; margin-right: 5px;}
.anylinkmenucols .column ul{margin: 0; padding: 0; list-style-type: none;}

/* ######### 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;}
