.selectedanchor { /*CSS class that gets added to the currently selected anchor link (assuming it's a text link)*/
color: #67a0ee;
font-size: 14px;
font-family: arial;
font-weight: bold;
text-decoration: none;
margin-bottom: 0px;
}

/* ######### Default class for drop down menus ######### */
A.anylinkmenu:link{
color: #226dd2;
font-size: 14px;
font-family: arial;
font-weight: bold;
text-decoration: none;
margin-bottom: 0px;
}


.anylinkmenu{
position: absolute;
left: 0;
top: 0px;
visibility: hidden;
border: 0px solid #ccc;
border-bottom-width: 0;
font: normal 13px Verdana;
line-height: 18px;
z-index: 100; /* zIndex should be greater than that of shadow's below */
background: white;
width: 150px; /* default width for menu */
color: white;
font-weight: bold;
margin-left:441px;
margin-top: 45px;
}

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

.anylinkmenu ul li a{
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 1px dotted #202020;
padding: 5px 0;
text-decoration: none;
font-weight: bold;
text-indent: 5px;
 color: #226dd2;
background: white;
}

.anylinkmenu a:hover{ /*hover background color*/
background: white;
color: #67a0ee;
}



/* ######### class for shadow DIV ######### */

A.anylinkmenu2:link{
color: #226dd2;
font-size: 14px;
font-family: arial;
font-weight: bold;
text-decoration: none;
margin-bottom: 0px;
}


.anylinkmenu2{
position: absolute;
left: 0;
top: 0px;
visibility: hidden;
border: 0px solid #ccc;
border-bottom-width: 0;
font: normal 13px Verdana;
line-height: 18px;
z-index: 100; /* zIndex should be greater than that of shadow's below */
background: white;
width: 150px; /* default width for menu */
color: white;
font-weight: bold;
margin-left:586px;
margin-top: 45px;
}

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

.anylinkmenu2 ul li a{
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 1px dotted #202020;
padding: 5px 0;
text-decoration: none;
font-weight: bold;
text-indent: 5px;
 color: #226dd2;
background: white;
}

.anylinkmenu2 a:hover{ /*hover background color*/
background: white;
color: #67a0ee;
}