.selectedanchor{ /*CSS class that gets added to the currently selected anchor link (assuming it's a text link)*/
background: transparent;
}


/* ######### Default class for drop down menus ######### */

.anylinkcss{
position: absolute;
left: 0;
top: 0;
visibility: hidden;
border: 0px solid black;
border-bottom-width: 0;
font: normal 12px Verdana;
line-height: 18px;
z-index: 2004; /* zIndex should be greater than that of shadow's below */
background: transparent;
width: 200px; /* default width for menu */
}

.anylinkcss ul{
margin: 0;
padding: 0;
list-style-type: none;
}

.anylinkcss ul li a{
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 0px solid black;
padding-left: 10px;
text-decoration: none;
font-weight: bold;
text-indent: 5px;
}

.anylinkcss a:hover, a:focus{ /*hover background color*/
font-family:  Arial, Verdana, Helvetica, sans-serif;
	font-size: 14px;
	text-align: justify;
	font-weight: bolder;
	color: #020cd5; 
}


.visiblelinkcss{
position: absolute;
margin-left: 135px;
margin-top: 170px;
border: 0px solid black;
font: normal 14px  Arial, Verdana, Helvetica, sans-serif;
z-index: 2004; /* zIndex should be greater than that of shadow's below */
background: transparent;
width: 200px; /* default width for menu */
}

.visiblelinkcss ul{
margin-top: 0px;
list-style-type: none;
}

.visiblelinkcss a:hover, a:focus{ /*hover background color*/
font-family:  Arial, Verdana, Helvetica, sans-serif;
	font-size: 14px;
	text-align: justify;
	font-weight: bolder;
	color: #020cd5; 

}

.infocss{
position: absolute;
margin-left: 120px;
margin-top: 205px;
border: 0px solid black;
font: normal 14px  Arial, Verdana, Helvetica, sans-serif;
z-index: 2004; /* zIndex should be greater than that of shadow's below */
background: transparent;
width: 200px; /* default width for menu */
}

.infocss ul{
margin-top: 0px;
list-style-type: none;
}

.infocss a:hover, a:focus{ /*hover background color*/
font-family:  Arial, Verdana, Helvetica, sans-serif;
	font-size: 14px;
	text-align: justify;
	font-weight: bolder;
	color: #020cd5; 

}

.perscss{
position: relative;
margin-left: 20px;
margin-top: -17px;
width: 100%;
display: block;
border: 0px solid black;
font: normal 14px  Arial, Verdana, Helvetica, sans-serif;
z-index: 2004; /* zIndex should be greater than that of shadow's below */
background: transparent;
width: 200px; /* default width for menu */
}

.perscss ul{
margin-top: 0px;
list-style-type: none;
}

.perscss a:hover, a:focus{ /*hover background color*/
font-family:  Arial, Verdana, Helvetica, sans-serif;
	font-size: 14px;
	text-align: justify;
	font-weight: bolder;
	color: #020cd5; 

}