ul#menu li a,ul#submenu li a,ul#subsubmenu li a
{ font-family: Verdana; font-size: 12px; font-weight: bold; text-decoration: none; padding: 5px; }

div#menucontainer
{ width: 180px; }

/*Menu list*/
ul#menu
{ margin: 0; padding: 0; border-top-color: black; }

ul#menu li {
	color: #a588d5;
	display: inline;
	text-align: left;
}

ul#menu li a
{
	color: #a588d5;
	background-image: url(../images/oranje_streep.gif);
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: left bottom;
	display: block;
	width:175px !important;
	width: 100%;
	padding-right: 0;
	border-top-color: black;
	line-height: 15px;
}
ul#menu li#parenttitle
{
	font-family: Verdana; 
	font-size: 12px; 
	font-weight: bold; 
	padding: 5px;
	color: #732b90;
	display: block;
	width:175px !important;
	width: 100%;
	padding-right: 0;
	line-height: 25px;
}

ul#menu li#parenttitleSP
{
	font-family: Verdana; 
	font-size: 12px; 
	font-weight: bold; 
	padding: 5px;
	color: #f37027;
	display: block;
	width:175px !important;
	width: 100%;
	padding-right: 0;
	line-height: 25px;
}

ul#menu li a:hover { color: #602b90; background-repeat: no-repeat; background-attachment: scroll; background-position: left bottom; }
ul#menu li a#open { color: #855f9b; font-style: italic; background: url(../images/geen_streep.gif) no-repeat left bottom; }
ul#menu li a#huidig { color: #732b90; background: url(../images/geen_streep.gif) no-repeat left bottom; }
/*sub menu list*/
ul#menu li#sub { color: #f37027; background-color: transparent; display: inline; }
ul#menu li#sub a { display: block; color: #f6a96e; font-style: italic; background: url(../images/paarse_streep.gif) no-repeat left bottom; width: 160px !important; line-height: 15px; padding-right: 0; padding-left: 20px; }
ul#menu li#sub a:hover { color: #f37027; font-style: italic; background-color: transparent; background-repeat: no-repeat; background-attachment: scroll; background-position: left bottom; }
ul#menu li#sub a#subopen { color: #f37027; font-style: italic; background-color: transparent; background-repeat: no-repeat; background-attachment: scroll; background-position: left bottom; }
ul#menu li#sub a#subhuidig { color: #f37027; font-style: italic; background-color: transparent; background-repeat: no-repeat; background-attachment: scroll; background-position: left bottom; }
/*sub sub menu list*/
ul#menu li#subsub { color: #f37027; background-color: transparent; display: inline; }
ul#menu li#subsub a { display: block; color: #f6c692; font-style: italic; background: url(../images/paarse_stippelstreep.gif) no-repeat left bottom; width: 145px !important; line-height: 15px; padding-right: 0; padding-left: 35px; }
ul#menu li#subsub a:hover { color: #f37027; font-style: italic; background-color: transparent; background-repeat: no-repeat; background-attachment: scroll; background-position: left bottom; }
ul#menu li#subsub a#subsubopen { color: #f37027; font-style: italic; background-color: transparent; background-repeat: no-repeat; background-attachment: scroll; background-position: left bottom; }
ul#menu li#subsub a#subsubhuidig { color: #f37027; font-style: italic; background-color: transparent; background-repeat: no-repeat; background-attachment: scroll; background-position: left bottom; }
