.anylinkcss{
position:absolute;
visibility: hidden;
border:1px solid #960B09;		/* randkleur dropdown */
border-bottom-width: 0;			/* dikte onderrand dropdown */
font: 11px Trebuchet MS;
font-weight: normal;
line-height: 18px;				/* hoogte van submenu items */
z-index: 100;
background-color: #c0d40c;		/* achtergrondkleur submenu items */
width: 150px;					/* breedte submenu */
text-decoration: none;
opacity:0.7;filter:alpha(opacity=70)


}

.anylinkcss a{
width: 100%;						/* moet op 100% staan */
display: block;						/* geen andere waarde mogelijk */
text-indent: 5px;					/* inspringen tekst submenu item aan linkerkant */
border-bottom: 1px solid #960B09;	/* dikte en kleur van de onderrand van submneuitem */
padding: 1px 0;						/* padding tekst in submenu iem */
text-decoration: none;
font-weight: normal;
color:Black;

}

.anylinkcss a:hover{ /*hover background color*/
background-color: #fffff0;
color: Black;
}



#anylink-main-item {
 text-decoration:none;
 color: #ffffff;
 font: 11px Trebuchet MS;
 font-weight: bold;
 padding:0px 0px 0px 50px;		/* padding rond de hoofdmenu items */






