.eco-menu{
	width: 190px;
	float: left;
	margin-left: 15px;
	background: url(../plaatjes/menu-backgr.jpg) no-repeat;
	border-top: 1px solid #685204;
	border-right: 1px solid #A37E07;
	border-bottom: 1px solid #A37E07;
	border-left: 1px solid #685204;
}

.eco-menu .headerbar{
	font: bold x-small Verdana;
	color: white; /*last 2 values are the x and y coordinates of bullet image*/
	margin-bottom: 0; /*bottom spacing between header and rest of content*/
	text-transform: uppercase;
	padding: 4px 0 4px 31px; /*31px is left indentation of header text*/
	margin-top: 0px;
	border-bottom: 1px solid #CB9F08;
	background: url(../img/arrow-hover.png) no-repeat 4px;
}
.eco-menu .header{
	font: bold x-small Verdana;
	color: white; /*last 2 values are the x and y coordinates of bullet image*/
	margin-bottom: 0; /*bottom spacing between header and rest of content*/
	text-transform: uppercase;
	padding: 7px 0 7px 31px; /*31px is left indentation of header text*/
	margin-top: 0px;
	border-bottom: 1px solid #CB9F08;
}
.eco-menu .headerbar a{
	text-decoration: none;
	color: #FFFFFF;
	display: block;
}
.eco-menu .header a:hover {
	color: #685204;
}
.eco-menu .headerbar a:hover {
	color: #685204;
}


.eco-menu .submenu a {
	font-size: x-small;
}

.eco-menu .header a{
text-decoration: none;
color: white;
display: block;
}

.eco-menu ul{
list-style-type: none;
margin: 0;
padding: 0;
margin-bottom: 0; /*bottom spacing between each UL and rest of content*/
}

.eco-menu ul li{
	padding-bottom: 2px; /*bottom spacing between menu items*/
	font-size: x-small;
}

.eco-menu ul li a{
	font: normal 12px/17px Arial;
	color: #3F3F3F;
	background: #F8F8F8;
	display: block;
	padding: 3px 0 3px 38px; /*link text is indented 8px*/
	text-decoration: none;
	border-style: none;
}

.eco-menu ul li a:visited{
	color: #685204;
}

.eco-menu ul li a:hover{ /*hover state CSS*/
	color: white;
	background: #685204;
}

