
XXXa.rubriek_off
{ 
	display: block;	/* takes the full width available */
	font-family: verdana, sans-serif; font-size: 12px; 
	width: 197px; height: 27px; font-weight: bold; 
	/* min-width: 190px; max-width: 194px; */
	text-align: left; text-decoration: none; 
	color: white; /* background-color: #8A00FF; */
background-color: #FF0000;
	background-image: url('./buttons/menubutton_green.jpg');
	/* background: url('../plaatjes/button_green.jpg'); */
	padding-left: 3px; padding-top: 3px;
}

a.rubriek_off
{ 
	display: block;	/* takes the full width available */
	font-family: verdana, sans-serif; font-size: 12px; 
	width: 190px; height: 24px; font-weight: bold; 
	/* min-width: 190px; max-width: 190px; */
	text-align: left; text-decoration: none; text-indent: 5px; /* vertical-align: middle; */
	color: white; background-color: #8A00FF;
	-moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
	/* background-image: url('./buttons/button_purple.jpg'); */
	/* background: url('../plaatjes/button_green.jpg'); */
	border-left: 2px solid #EEEEEE; border-top: 2px solid #EEEEEE; 
	border-right: 2px solid #000000; border-bottom: 2px solid #000000; 
	/*padding: 0px 3px 0px 3px; margin: 0px; */
	/* padding-left: 0px; padding-top: 3px; */ 
}

a.rubriek_on
{ 
	display: block;	/* takes the full width available */
	font-family: verdana, sans-serif; font-size: 12px; 
	width: 190px; height: 24px; font-weight: bold; 
	/* min-width: 190px; max-width: 190px; */
	text-align: left; text-decoration: none; text-indent: 5px;
	color: #8A00FF; background-color: #FFFFCC;
	-moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
	/*background-image: url('plaatjes/button_green.jpg');*/
	/* background: url('../plaatjes/button_green.jpg'); */
	border-left: 2px solid #EEEEEE; border-top: 2px solid #EEEEEE; 
	border-right: 2px solid #000000; border-bottom: 2px solid #000000; 
	/* padding: 0px 3px 0px 3px; margin: 0px; */
}


.dropmenu
{
	position: absolute; left: -1500px; visibility: visible; z-index: 101;
	float: left; width: 190px;
	border-width: 0px; border-style: solid; border-color: #000000;	
	background-color: #000000;
}

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

.dropmenu li { display: inline; }

.dropmenu a, .dropmenu a:visited, .dropmenu a:active
{
	display: block; width: 190px;
	padding: 3px; margin: 1px; height: 20px;
	-moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
	font-family: Verdana; font-size: 12px; font-weight: bold;
	text-align: left; text-decoration: none; text-indent: 5px;
	color: #FFFFFF; background-color: #5D7CC5;
}

.dropmenu a:hover
{
	padding: 3px; margin: 1px;
	-moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
	font-family: Verdana; font-size: 12px; font-weight: bold;
	text-align: left; text-decoration: none;
	color: #000000;
	background-color: #B0CFFF;
	/* test: background-color: #00FF00; */
}

