.anchorclass{ /*CSS class that gets added to the currently selected anchor link (assuming it's a text link)*/
	color:#060;
	text-decoration:none;
	font-weight:normal;
	line-height:28px;
	border-top:1px solid #fff;
	border-left:1px solid #fff;
	border-right:1px solid #fff;
}
.selectedanchor{ /*CSS class that gets added to the currently selected anchor link (assuming it's a text link)*/
	color:#060;
	text-decoration:none;
	font-weight:normal;
	line-height:28px;
	border-top:1px solid #bbb;
	border-left:1px solid #bbb;
	border-right:1px solid #bbb;
}


a.nav:link{
	color:#060;
	text-decoration:none;
	font-weight:normal;
	line-height:28px;
	}
a.nav:visited{
	color:#060;
	text-decoration:none;
	font-weight:normal;
	line-height:28px;
	}
a.nav:hover{
	color:#060;
	text-decoration:none;
	font-weight:normal;
	line-height:28px;
	}
/* ######### Default class for drop down menus ######### */

.anylinkcss{
position: absolute;
left: 0;
top: 0;
visibility: hidden;
border-bottom-width: 0;
font-family:'Montserrat', sans-serif;
line-height: 18px;
z-index: 100; /* zIndex should be greater than that of shadow's below */
background-color: #fff;
font-size:12px;
width: 190px; /* default width for menu */
padding-left:-35px;
margin-left:-35px;
border:1px solid #bbb;
border-collapse: collapse;
}

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

}

.anylinkcss ul li a{
width: 100%;
display: block;
border-bottom: 0px solid black;
padding: 0px 0;
text-decoration: none;
	font-family:'Montserrat', sans-serif;
	font-size:1em;
text-indent: 5px;
color:#000;
text-align:left;
font-size:12px;
line-height:28px;
}

.anylinkcss a:hover{ /*hover background color*/
background-color: #fff;

color:#060;
}

/* ######### Alternate multi-column class for drop down menus ######### */


.anylinkcsscols{
position: absolute;
left: 0;
top: 0;
visibility: hidden;
border: 1px solid black;
padding: 0px;
font-family:'Montserrat', sans-serif;
z-index: 100; /*zIndex should be greater than that of shadow's below*/
background: #fff;
}

.anylinkcsscols .column{
width: 130px;
float: left;
}

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

.anylinkcsscols li{
padding-bottom: 3px;
}

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