#menu a {display: block; text-decoration: none; color: #555555; font-weight: bold; padding-bottom: 5px;}

/* De hoofd groepen */
#menu li.sub_heading a {list-style-image: none; font-size: 14px; color: #555555; font-weight: bold; line-height: 16px; cursor: pointer; }

/* De sub menu's */

#menu .menutest li xxx a {color: #555555; font-size: 10px; font-weight: normal;  }
#menu .menutest li { list-style-image: url(../images/menu_list_item.png); margin-left: 25px; color: #555555; font-size: 10px; font-weight: normal; }


#menu .menutest li a:hover {color: #555555; font-weight: bold; font-size: 12px;  }
#menu .menutest li a:active {color: #555555; font-weight: bold; font-size: 12px;}
/*.xxx a:link, .xxx a:visited { color: red; display:  block; } */

.xxx { font-weight: bold; color: #555555; }

.css_switcher {width: 950px; margin: 0px auto;}
ul.switcher {list-style: none; display: inline; float: right; margin-right: 10px;}
	ul.switcher li {display: inline;}
	ul.switcher li a {text-decoration: none; color: white; font: 12px Tahoma; display: inline;}
