/* CSS Document */

.black {

 }
.opaque_drie {
 	opacity: .3;
	-moz-opacity: .3; /* moz requires fraction */
	filter: alpha(opacity=30);
}
.opaque_twee {
 	opacity: .2;
	-moz-opacity: .2; /* moz requires fraction */
	filter: alpha(opacity=20);
}
.opaque_een {
	opacity: .1;
	-moz-opacity: .1; /* moz requires fraction */
	filter: alpha(opacity=10);
}
.droplayer
{
	position: absolute;
	width:170px;
	z-index: 2000;
	visibility: hidden;
	top: 133px;
	overflow:hidden;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCCCCC;
}

a.topnav:link{
font-size: 9px;
display: block;
width: 100%;
padding-left:5px;
padding-top:2px;
padding-right:15px;
padding-bottom:3px;
text-decoration:none;
color:#4A0068;
/* this is a hack for mac/ie5, whom incorrectly cascades the border properties of the parent table to each row */
border:none;
cursor:pointer;
cursor:hand;
background-color: #F4F4F4;
}

a.topnav:active{
font-size: 9px;
display: block;
width: 100%
padding-left:5px;
padding-top:2px;
padding-right:15px;
padding-bottom:3px;
text-decoration:none;
color:#4A0068;
/* this is a hack for mac/ie5, whom incorrectly cascades the border properties of the parent table to each row */
border:none;
cursor:pointer;
cursor:hand;
background-color: #F4F4F4;
}

a.topnav:visited{
font-size: 9px;
display: block;
width: 100%;
padding-left:5px;
padding-top:2px;
padding-right:15px;
padding-bottom:3px;
text-decoration:none;
color:#4A0068;
/* this is a hack for mac/ie5, whom incorrectly cascades the border properties of the parent table to each row */
border:none;
cursor:pointer;
cursor:hand;
background-color: #F4F4F4;
}

a.topnav:hover{
font-size: 9px;
display: block;
width: 100%;
padding-left:5px;
padding-top:2px;
padding-right:15px;
padding-bottom:3px;
text-decoration:none;
background: #58B71D;
color:#ffffff;
/* this is a hack for mac/ie5, whom incorrectly cascades the border properties of the parent table to each row */
border:none;
cursor:pointer;
cursor:hand;
}


-->
