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

}


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

.anylinkcss{
position: fixed;
left: 0;
top: 0;
visibility: hidden;
border: 1px solid #CCC;
border-bottom:5px solid #2a5dd0;
line-height: 18px;
z-index: 100; /* zIndex should be greater than that of shadow's below */

background:url('/art/watermark-dark.png') top right no-repeat rgba(255,255,255,0.98);
-webkit-border-radius: 5px;
border-radius: 5px;
-webkit-box-shadow: 0 1px 1px 1px rgba(0,0,0,0.25);
box-shadow: 0 1px 1px 1px rgba(0,0,0,0.25);
padding:10px;
}

.anylinkcss h3{
color:#2a5dd0;
}

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

.anylinkcss ul li a{
width: 100%;
display: block;
text-indent: 0px;
border-bottom: 1px dotted #CCC;
padding: 5px 0;
text-decoration: none;
color:#626262;
}
.anylinkcss ul li a.last{
border:0;
}

.anylinkcss a:hover{ /*hover background color*/
color:#2f2f2f;
}

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


.anylinkcsscols{
position: absolute;
left: 0;
top: 0;
visibility: hidden;
border: 1px solid black;
padding: 10px;
z-index: 100; /*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 ######### */


.anylinkshadow{ /*CSS for shadow. Keep this as is */
position: absolute;
left: 0;
top: 0;
z-index: 99; /*zIndex for shadow*/
background: transparent;
visibility: hidden;
}

.submenu-column{
width:175px;
float:left;
margin:10px;
font-size:10pt;
}

.submenu-column ul{
padding:0;
margin:0;
}

.submenu-column ul li{
padding:0;
margin:0;
}