a{
	color: #696857;
	text-decoration: none;
}
#menuleft{
	width: 190px;
	margin-top: 20px;
	margin-left:0px;
	padding: 6px 0 0;
	font-family:Georgia, "Times New Roman", Times, serif;
	float:left;
}
#menuleft strong{
	color: #484747;
	display: block;
	font: bold 16px "Times New Roman", Times, serif;
	margin: 0 0 0 35px;
}
#menuleft ul{
	width: 100%;
	overflow: hidden;
	padding: 2px 0 0;
}
#menuleft ul li{
	width: 100%;
	float: left;
}
#menuleft ul a{
	display: block;
	width: 142px;
	padding: 0 0 0 49px;
	line-height: 22px;
}
#menuleft ul li.active a, #menuleft ul a:hover{background: #fdefd2 url(../images/nav-link-bg.gif) no-repeat 27px 0;}




/********  Hoof D menu  *********/ 

#hoofd-menu{
	display:inline;
	width: 843px;
	background: #fdefd2;
  padding: 0 0 0 0;
  margin: 0;
  position: absolute;
  list-style-type: none;
  height:55px;
}
#hoofd-menu:after{
	content: ".";
	clear: both;
	width: 100%;
	height: 0;
	display: block;
	overflow: hidden;
	visibility: hidden;
}
* htlm #hoofd-menu{height: 1%;}
#hoofd-menu li{
	float: left;
	background: url(../images/hoofd-menu-bg.gif) repeat-x;
	padding: 0px;
	position: relative;
	list-style:none;
}
#hoofd-menu li.last{padding-right: 0;}
#hoofd-menu a{
	display: block;
	height: 54px;
	background: url(../images/hoofd-link-bg.gif) repeat-x;
	font: 18px/54px "Times New Roman", Times, serif;
	color: #696758;
	text-align: center;
}
#hoofd-menu li:hover a, #hoofd-menu li.hover a{background-position: 0 100%;}
#hoofd-menu li ul{
	width: 201px;
	position: absolute;
	top: 54px;
	left: 0;
	background: #fff;
	display: none;
}
#hoofd-menu li ul li{
	padding: 0 0 1px 0px;
	width: 100%;
	background: none;
	margin-left:-35px;
	
}
#hoofd-menu li ul a{
	height: auto;
	font-size: 12px;
	line-height: 28px;
	text-align: left;
	background: #fdf5e3;
	padding: 0 8px 0 48px;
	width: 145px;
	list-style:none;
}
#hoofd-menu li ul a:hover{background: #fdefd2 url(../images/nav-link-bg.gif) no-repeat 23px 50%;}
#hoofd-menu li:hover ul, #hoofd-menu li.hover ul{display: block;}