/*.selectedanchor{ /*CSS class that gets added to the currently selected anchor link (assuming it's a text link)
background-image:url(images/active-tail.png);

}*/
.selectedanchor{ background:url(images/active-left.png) 0 0 no-repeat;}
.selectedanchor strong {background:url(images/active-right.png) right 0 no-repeat;}
.selectedanchor strong strong {background:url(images/active-tail.png) 0 0 repeat-x;}

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



.anylinkmenu{

position: absolute;

left: 0;

top: 0;
margin:0;
padding:0;
visibility: hidden;

/*border: 1px solid black; */

border-bottom-width: 0;
font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;

/*font-size: normal 10px ;*/
font-size:12px;
font-weight:bold;

line-height: 35px;

z-index: 100; /* zIndex should be greater than that of shadow's below */

/*background-image:url(images/active-tail.png);*/

width: 250px; /* default width for menu */

color: #000;

}



.anylinkmenu ul{

margin: 0;

padding: 0;

list-style-type: none;

color: #000;

}

.anylinkmenu ul li{
margin:0px;
 background:url(images/active-left.png) 0 0 no-repeat;
 
 }
.anylinkmenu ul li span a{
margin:0px;

padding-left:18px;

background:url(images/active-right.png) right 0 no-repeat;

}
.anylinkmenu ul li span a span{
width: 91%;
margin:0px;
display: block;

text-indent: 0px;

padding-left:5px;

text-decoration: none;

font-weight: bold;

color: #666;

background:url(images/active-tail.png) 0 0 repeat-x;

}

.anylinkmenu ul li a{

width: 100%;

display: block;

text-indent: 0px;

padding: 0px 0 0 0px;

text-decoration: none;

font-weight: bold;

text-indent: 0px;

color: #666;

}



.anylinkmenu a span:hover{ /*hover background color*/

/*background-image:url(images/active-tail.png);*/

color: #000;

}



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





.anylinkmenucols{

position: absolute;

width: 250px;

left: 0;

top: 0;

visibility: hidden;

border: 1px solid black;

padding: 10px;

font: normal 12px Verdana;

z-index: 100; /*zIndex should be greater than that of shadow's below*/

background-image:url(images/active-tail.png);

}



.anylinkmenucols li{

padding-bottom: 3px;

}



.anylinkmenucols .column{

float: left;

padding: 3px 0px;

margin-right: 5px;

background-image:url(images/active-tail.png);

}



.anylinkmenucols .column ul{

margin: 0;

padding: 0;

list-style-type: none;

}







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





.anylinkshadow{ /*CSS for shadow. Keep this as is */

position: absolute;

left: 0;

top: 0;

z-index: 99; /*zIndex for shadow*/

background-image:url(images/active-tail.png);

visibility: hidden;

}