.selectedanchor{ /*CSS class that gets added to the currently selected anchor link (assuming it's a text link)*/
background:#143d64 url(../images/leftmenu_hover.gif) right center no-repeat;
}


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

.anylinkcss{
position: absolute;
left: 0;
top: 0;
visibility: hidden;
font:normal 12px Arial, Helvetica, sans-serif;
line-height: 18px;
z-index: 2000; /* zIndex should be greater than that of shadow's below */
background: #143d64;
width: 160px;
margin-left:-152px;
margin-top:31px; /* default width for menu */
-moz-border-radius-topleft:0; 
-webkit-border-top-left-radius:0;
-moz-border-radius-topright:5px; 
-webkit-border-top-right-radius:5px;
-moz-border-radius-bottomleft:5px; 
-webkit-border-bottom-left-radius:5px;
-moz-border-radius-bottomright:5px; 
-webkit-border-bottom-right-radius:5px;
border: 1px solid #143d64;
box-shadow:3px 3px 3px #000;
-webkit-box-shadow:3px 3px 3px #000;
-moz-box-shadow: 3px 3px 3px #000;
}

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

.anylinkcss ul li a{
width:152px;
display: block;
height:22px;
padding:9px 0 1px 8px;
font:bold 11px Arial, Helvetica, sans-serif;
text-decoration: none;
color:#FFFFFF;
border-bottom:solid 1px #1b4c7b;

}

.anylinkcss a:hover{ /*hover background color*/
color:#FFFFFF;
background: #0a2c4c;

}

/* ######### Alternate multi-column class for drop down menus ######### */


.anylinkcsscols{
position: absolute;
left: 0;
top: 0;
visibility: hidden;
padding: 10px;
font:normal 12px Arial, Helvetica, sans-serif;
z-index: 1000; /*zIndex should be greater than that of shadow's below*/
background: #DEFFCA;
}

.anylinkcsscols .column{
width: 130px;
float: left;
}

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

.anylinkcsscols li{
padding-bottom: 3px;
}

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


