
.selectedanchor{/*CSS class that gets added to the currently selected anchor link (assuming it's a text link)*/
background: transparent; /*yellow;*/
text-decoration:none;
font-size:15px;
color:#F64A00 !important;
}

/* ######### Default class for drop down menus ######### */

.anylinkmenu{
position: absolute;
right: 0;
top: 0;
visibility: hidden;
border: 0px solid black;
border-bottom-width: 0;
line-height: 18px;
z-index: 100; /* zIndex should be greater than that of shadow's below */
background: lightyellow;
width: 1000px; /* default width for menu */
text-align:center;
}

.anylinkmenu ul{
margin: 0;
padding: 0;
list-style-type: none;
}

.anylinkmenu ul li a{
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 0px solid black;
padding: 0px 0;
text-decoration: none;
font-weight: bold;
text-indent: 5px;
}

.anylinkmenu a:hover{ /*hover background color*/
background: black;
color: white;
text-decoration:none;
}

/* ######### Alternate multi-column class for drop down menus ######### */

.anylinkmenucols{
position: absolute;
width: 960px;
/*right: 0;*/
top: 0;
visibility: hidden;
border: 0px solid black;
padding: 10px;
z-index: 100; /*zIndex should be greater than that of shadow's below*/
/*background-color: rgba(255, 255, 255, 0.9);*/
/*background: #f29729;*/
margin-left:530px;
margin-top:10px;
*margin-right:385px;
background-image:url(../lib/opa75.png);
}

.anylinkmenucols a{ /*link background color #F64A00*/
	font-weight:bold;
	color:#000;
	padding-left:10px;
	text-decoration:none;
	font-size:15px;
}

.anylinkmenucols a:hover{ /*hover background color*/
	font-weight:bold;
	color:#F64A00;
	padding-left:10px;
	text-decoration:underline;
	font-size:15px;
}

.anylinkmenucols li{
padding-bottom: 3px;
}

.anylinkmenucols .column{
float: right;
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;
/*right: 0;*/
top: 0;
z-index: 99; /*zIndex for shadow*/
background: black;
visibility: hidden;
margin-left:530px;
margin-top:10px;
*margin-right:385px;
*margin-top:10px;
}
.leftheadingDot {
	font-size:16px;
	font-weight:bold;
	color:#F64A00;
	display:block;
	cursor:pointer;
}
.leftheadingDot .a{
	/*cursor:default;*/
	text-decoration:none;
}
.leftheadingDot .a:hover{
	/*cursor:default;*/
	text-decoration:underline;
}