.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: absolute;
left: 0;
top: 0;
visibility: hidden;

border-bottom-width: 0;
font: normal 10px Verdana;
line-height: 15px;
z-index: 100; /* zIndex should be greater than that of shadow's below */
width: 400px; /* default width for menu */

}

.anylinkcss ul{
margin: 0;
padding: 0;
list-style-type: none;
}

.anylinkcss ul li a{
display: block;
text-indent: 3px;
text-decoration: none;
font-weight: bold;
text-indent: 15px;
color: black;
margin-top:5px;
background-color:#bcbcbc; background-image:url(backpfeil.jpg);  background-repeat:no-repeat;  background-position:left center;
padding:10px;
         -moz-box-shadow: 3px 3px 3px rgba(0,0,0,0.4);
	-webkit-box-shadow: 3px 3px 3px rgba(0,0,0,0.4);
	box-shadow:3px 3px 3px rgba(0,0,0,0.4);


}

.anylinkcss a:hover{ /*hover background color*/
background: black;
background-color:white; background-image:url(backpfeilweiss.jpg);  background-repeat:no-repeat;  background-position:left center;
color: black;
}

/* ######### Alternate multi-column class for drop down menus ######### */


.anylinkcsscols{
position: absolute;
left: 0;
top: 0;
visibility: hidden;

padding: 2px;
font: normal 10px Verdana;
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: 30px;
margin-top:20px;
}

