ul#menuTopHor, ul#menuTopHor li ul
{
	list-style:			none;
	margin:				0px;
	padding:			0px;
}

ul#menuTopHor
{
	padding:0px;
	margin:0px;
	display:			inline;
	float:left;
	
	position:absolute;
	top:60px;
	right:14px;
}

ul#menuTopHor li
{
	padding:0px;
	margin:0px;
	float:				left;
	background:none;
	display:			inline;
	font-size:12px;
}

* html ul#menuTopHor li
{
	width:				1%;
}

ul#menuTopHor li a
{
	margin:0px;
	padding:0px;
	display:			block;
	text-decoration:	none;
	color:				#707173;
	line-height:20px;
	white-space:nowrap;
	padding-left:20px;
	padding-right:20px;
	font-size:12px;
	border-left:1px solid #707173;
}

ul#menuTopHor li:first-child a {
	border:none;
}

ul#menuTopHor li a:hover, ul#menuTopHor li a.clsLinkActive
{
	color:#008ebd;
}

ul#menuTopHor li.active a {
	color:#008ebd;
}

ul#menuTopHor li ul
{
	width:200px;
	position:			absolute;
	display:			none;
	border-top:			none;
 	background:#acca57;
	text-transform:none;
	text-align:left;
	z-index:10;
	margin-top:7px;
	margin-left:13px;
}

ul#menuTopHor li ul li
{
	margin-left:		0px;
	margin-top:			0px;
	margin-bottom:		0px;
	background:			none;
	float:				none;
	padding:			0px;
	width:				100%;
	height:				100%;
	border:none;
	
}

ul#menuTopHor li ul li a
{
	font-weight:		100;
	padding:			2px 5px;
	margin:0px;
	color:				#ffffff;
	line-height:25px;
 	
 	height:auto;
 	font-size:11px;
 	width:AUTO;
 	text-align:left;
 	text-transform:capitalize;
 	border:none;
}

ul#menuTopHor li ul li a:hover
{
	font-weight:		100;
	color:				#008fc2;
	padding:			2px 5px;
	background:			none;
	text-decoration:	none;
	border:none;
}

ul#menuTopHor li ul li ul
{
	border:				1px solid #BBBBBB;
	margin-top:			-20px; /* Menu hoogte in principe. Mag ook afwijken. */
	margin-left:		130px; /* Menu breedte in principe. Mag ook afwijken. */
}

/* IE */
* html ul#menuTopHor li ul li
{
	float:				left;
	clear:				both;
}

* html ul#menuTopHor li a
{
	height:				1%;
}



ul#menuBottom {
	padding:0px;
	margin:0px;
	padding-top:10px;
	list-style:none;
	margin-left:8px;
}

ul#menuBottom li a {
	width:107px;
	text-align:center;
	height:9px;
	float:left;
	display:block;
	color:#707173;
	font-size:13px;
	text-decoration:none;
	
	padding-top:105px;
}

ul#menuBottom li a:hover {
	color:#008ebd;
}

ul#menuBottom li a.huisstijl {
	background:url("../images/buttons/1Klein.png") top right no-repeat;
}
ul#menuBottom li a.website {
	background:url("../images/buttons/2Klein.png") top right no-repeat;
}
ul#menuBottom li a.drukwerk {
	background:url("../images/buttons/3Klein.png") top right no-repeat;
}
ul#menuBottom li a.belettering {
	background:url("../images/buttons/4Klein.png") top right no-repeat;
}
ul#menuBottom li a.grootformaat {
	background:url("../images/buttons/5Klein.png") top right no-repeat;
}
ul#menuBottom li a.vlag {
	background:url("../images/buttons/6Klein.png") top right no-repeat;
}
ul#menuBottom li a.kleding {
	background:url("../images/buttons/7Klein.png") top right no-repeat;
}
ul#menuBottom li a.divers {
	background:url("../images/buttons/8Klein.png") top right no-repeat;
}

ul#menuBottom li a.huisstijl:hover {
	background:url("../images/buttons/1Groot.png") top right no-repeat;
}
ul#menuBottom li a.website:hover {
	background:url("../images/buttons/2Groot.png") top right no-repeat;
}
ul#menuBottom li a.drukwerk:hover {
	background:url("../images/buttons/3Groot.png") top right no-repeat;
}
ul#menuBottom li a.belettering:hover {
	background:url("../images/buttons/4Groot.png") top right no-repeat;
}
ul#menuBottom li a.grootformaat:hover {
	background:url("../images/buttons/5Groot.png") top right no-repeat;
}
ul#menuBottom li a.vlag:hover {
	background:url("../images/buttons/6Groot.png") top right no-repeat;
}
ul#menuBottom li a.kleding:hover {
	background:url("../images/buttons/7Groot.png") top right no-repeat;
}
ul#menuBottom li a.divers:hover {
	background:url("../images/buttons/8Groot.png") top right no-repeat;
}


















ul#menuFooter {
	padding:0px;
	margin:0px;
	list-style:none;
	float:left;
	
	margin-top:32px;
	margin-left:10px;
}

ul#menuFooter li {
	float:left;
}

ul#menuFooter li a {
	color:#707173;
	font-weight:bold;
	float:left;
	padding-right:30px;
}
