body {
	font: normal 12px/18px Helvetica, Lucida, Verdana, Arial, Tahoma, sans-serif;
	color: #000;
	background: #e4f0b8;
	}

div#top{
  background: #f9e5e8 url(img/bg_petear.jpg) repeat-x;
  }

div#container{
 	background: url(img/bg_container_petear.jpg) repeat-y;
	}
  
/*sidebar1 menu
**************************************************/
ul#menu li a:hover {
	background-color: #77b800;
	}

ul#menu li a.actief {
	background-color: #77b800;
}

/*sidebar1 submenu
**************************************************/

ul#menu ul li {
	background: #e4f0b8;
	}

ul#menu ul li a {
	color: #000;
	}

ul#menu ul li a:hover {
	background-color: #77b800;
	color: #fff;
	}

ul#menu ul li a.actief {
	background-color: #77b800;
	color: #fff;
	}




ul#menu li.submenu a {
	background: url(img/pijl.gif) top right no-repeat;
}

ul#menu li.submenu a.actief {
	background-color: #77b800 (img/pijl.gif) top right no-repeat;
}





ul#menu li.submenu ul li a {
	background: transparent;
}

ul#menu li.submenu ul li a.actief {
	background: none;
}

ul#menu li.submenu ul li a:hover {
		background-color: #77b800;
}