/* CSS Document */

.MENULINK
{
	font-weight:bold;
	font-size:13px;
	padding-left:8px;
	padding-right:8px;
}

.MENULINK:visited
{
	text-decoration: none;
	color: zwart;
}
.MENULINK:link 
{
	text-decoration: none;
	color: zwart;
}
.MENULINK:hover
{
	text-decoration: none;
	color: #666666;
}

.SUBMENU
{
	height:20;
	font-size:10px;
	color:#333333;
	background-color:#CCCCCC;
	text-align:left;
	font-weight:bold;
	padding-right:10;
	border:1px;
	border-color:#666666;
	border-style:solid;
	filter:alpha(Opacity=85);  
	-moz-opacity:0.85; 
	padding-top:5px;
	padding-bottom:5px;
	white-space:nowrap;
}

.SUBMENU LI
{
	list-style-type:square;
}

.SUBMENU A:visited
{
	text-decoration: none;
	color: #333333;
	white-space:nowrap;
}
.SUBMENU A:link 
{
	text-decoration: none;
	color: #333333;
	white-space:nowrap;
}
.SUBMENU A:hover
{
	text-decoration: underline;
	color: black;
	white-space:nowrap;
}

.MENUBEHIND
{
	width:173;
	background:url(images/menuachter.jpg);
}

.MENUAFTER
{
	height:100%;
	width:173;
	background:url(images/menuachter.jpg);
}