.anylinkcss{
position: absolute;
left: 0;
top: 0;
visibility: hidden;
font: normal 12px Verdana;
line-height: 18px;
z-index: 100; /* zIndex should be greater than that of shadow's below */
width: 344px; /* default width for menu */
height: 300px;
background-image: url(../images/linkbg.png);
background-color: grey;
text-align: left;

}


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

.anylinkcss ul li {
width: 100%;
display: block;

text-decoration: none;
font-weight: bold;

text-align: left;
}

.anylinkcss a:hover{ /*hover background color*/

color: white;
}

.anylinkcsscols{

position: absolute;
left: 0;
top: 0;
visibility: hidden;
z-index: 999; /*zIndex should be greater than that of shadow's below*/
background-image: url(../images/linkbg.png);

margin-left: 0px;
}

.anylinkcsscols .column{
width: 150px;
float: left;
margin-left: 25px;
text-align: left;
margin-top: 7px;
margin-bottom: 10px;
margin-right: 15px;

}




.anylinkcsscols .column ul{
margin: 0;
padding: 0;

}


.anylinkcsscols li:hover{

list-style-image: url(../images/pijl.png);
margin:0px;
margin-top: 6px;
padding: 0px;

}

.anylinkcsscols li {
list-style-type: none;
margin:0px;
margin-top: 6px;
padding: 0px;

	
}


.anylinkcsscols li a {
	color: #6b6b6b;
font-family: arial;
font-size: 11px;
text-decoration: none;
padding: 0px;

}

.anylinkcsscols li a:hover {
	color: #0db3ee;
font-family: arial;
font-size: 11px;
text-decoration: none;

}


