.selectedanchor{ /*CSS class that gets added to the currently selected anchor link (assuming it's a text link)*/
background: #eb6909;
}

/* ######### Default class for drop down menus ######### */

.anylinkmenu{
position: absolute;
left: 0px;
top: 0px;
padding-top:2px;
margin-left:-10px;
visibility: hidden;
border: 0px solid black;
line-height:12px;
border-bottom-width: 0;
font: normal 12px Arial;
z-index: 100; /* zIndex should be greater than that of shadow's below */
width: 162px; /* default width for menu */
padding-bottom:6px;
background: url(../images/back2.png) no-repeat;
}

.anylinkmenu ul{
margin: 0;
padding: 0;
list-style-type: none;
}

.anylinkmenu ul li a{
width: 100%;
display: block;
text-indent: 3px;
line-height:12px;
border-bottom: 0px solid black;
padding: 2px 0;
color:#ffffff;
text-decoration: none;
font-weight: normal;
text-indent: 20px;
}

.anylinkmenu a:hover{ /*hover background color*/
color: #000000;
}

/* ######### Default class for drop down menus ######### */

.anylinkmenu2{
position: absolute;
left: 0px;
top: 0px;
padding-top:2px;
margin-left:-7px;
visibility: hidden;
border: 0px solid black;
line-height:12px;
border-bottom-width: 0;
font: normal 12px Arial;
z-index: 100; /* zIndex should be greater than that of shadow's below */
width: 98px; /* default width for menu */

background: url(../images/back1.png) no-repeat;
}

.anylinkmenu2 ul{
margin: 0;
padding: 0;
list-style-type: none;
}

.anylinkmenu2 ul li a{
width: 100%;
display: block;
text-indent: 3px;
line-height:12px;
border-bottom: 0px solid black;
padding: 2px 0;
color:#ffffff;
text-decoration: none;
font-weight: normal;
text-indent: 15px;
}

.anylinkmenu2 a:hover{ /*hover background color*/
color: #000000;
}

