.selectedanchor{ /*CSS class that gets added to the currently selected anchor link (assuming it's a text link)*/
background: none;
}

/* ######### Default class for drop down menus ######### */

.anylinkcss{
position: absolute;
left: 0;
top: 0;
visibility: hidden;
border: none;
border-bottom-width: 0;
font: normal 11px Verdana;
line-height: 18px;
z-index: 100; /* zIndex should be greater than that of shadow's below */
width: 250px; /* default width for menu */
text-align: left;


}

.anylinkcss ul{
margin: 0;
padding: 0;
list-style-type: none;
padding-top: 20px;
background: #fff url(../images/nav-top.jpg) no-repeat top left;
height: 137px;
border: none;

}

.anylinkcss ul li a {
width: 100%;
display: block;
text-indent: 12px;
padding: 1px 0;
text-decoration: none;
color: #667572;

}

.anylinkcss a:hover{ /*hover background color*/
background: none;
color: #9c180c;


}



/* ######### Default class for drop down menus ######### */

.anylinkcss1{
position: absolute;
left: 0;
top: 0;
visibility: hidden;
border: none;
border-bottom-width: 0;
font: normal 11px Verdana;
line-height: 18px;
z-index: 100; /* zIndex should be greater than that of shadow's below */
width: 180px; /* default width for menu */
text-align: left;


}

.anylinkcss1 ul{
margin: 0;
padding: 0;
list-style-type: none;
padding-top: 20px;
background: #fff url(../images/nav-top1.jpg) no-repeat top left;
height: 82px;
border: none;

}

.anylinkcss1 ul li a {
width: 100%;
display: block;
text-indent: 12px;
padding: 1px 0;
text-decoration: none;
color: #667572;

}

.anylinkcss1 a:hover{ /*hover background color*/
background: none;
color: #9c180c;
text-decoration: none;
}


/* ######### Default class for drop down menus ######### */

.anylinkcss2{
position: absolute;
left: 0;
top: 0;
visibility: hidden;
border: none;
border-bottom-width: 0;
font: normal 11px Verdana;
line-height: 18px;
z-index: 100; /* zIndex should be greater than that of shadow's below */
width: 180px; /* default width for menu */
text-align: left;


}

.anylinkcss2 ul{
margin: 0;
padding: 0;
list-style-type: none;
padding-top: 20px;
background: #fff url(../images/nav-top2.jpg) no-repeat top left;
height: 82px;
border: none;

}

.anylinkcss2 ul li a {
width: 100%;
display: block;
text-indent: 12px;
padding: 1px 0;
text-decoration: none;
color: #667572;

}

.anylinkcss2 a:hover{ /*hover background color*/
background: none;
color: #9c180c;
text-decoration: none;
}


