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

.anylinkcss{
position: absolute;
left: 0;
top: 0;
margin: -5px 5px 0 0;
display: none;
z-index: 100; /* zIndex should be greater than that of shadow's below */
background: transparent;
width: 240px; /* default width for menu */
font-size: 1.2em;
font-weight: 900;
text-align: center;
}

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

.anylinkcss ul li a{
width: 100%;
display: block;
margin: 0;
padding: 10px 0;
text-decoration: none;
font-weight: bold;
background: url("libbild/rol.gif") no-repeat;
color: #444;
opacity:.95;
filter:alpha(opacity=95);
}

.anylinkcss a:hover{ /*hover background color*/
background: url("libbild/rols.gif") no-repeat;
color: #001020;
}

/* SUPPORT menu flush right */
#submenu4 {margin: 0 105px 0 -125px;}




/* ######### 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: black;
display: none;
}

