/* Horizontal list menu */ 
/* <div id="topmenu" class="topnavcontainer"> */

#topnavcontainer {
	display: inline;
	margin				: 22px 36px 0px 500px;
	border				: 0px;
	padding				: 0px;
	
	text-align			: left;
	background-color	: #a9363a;  
	
	float				: right; 
}

#topnavcontainer ul {

	background-color: #a9363a; 
	
	margin			: 0px;
	border			: 0px;
	padding			: 0px;

}

#topnavcontainer ul li {
	/* display: inline; */
	
	background-color: #a9363a;
	
	list-style		: none;
	margin			: 0px 0px 0px 0px;
	border			: 0px;
	padding			: 0px;

}

#topnavcontainer ul li a.topitem {
	display			: block;
	margin			: 0px;
	border			: 0px solid gold;
	padding			: 0px;
	width			: 102px;
	height			: 27px;
	
	background-color	: #a9363a;
 	text-decoration		: none; 
	
}

#topnavcontainer ul li a  img{
	border			: 0px;
	margin			: 0px;
	padding			: 0px;
    position        : absolute;
    left            : -10000px;
}

#topnavcontainer ul li a#tophome {
	background	        : #a9363a url(images/menu-home.png) left top no-repeat;
	background-position : 0px 0px;
    z-index             : 10!important;

}

#topnavcontainer ul li a#topcontact {
	background	        : 	#a9363a url(images/menu-contact.png) left top no-repeat ;
	background-position : 0px 0px;
    z-index             : 10!important;
}

#topnavcontainer ul li a#toplinks{
	background	        :	#a9363a url(images/menu-links.png) left top no-repeat;
    z-index             : 10!important;
}

#topnavcontainer ul li a#topnieuwsbrief{
	background	        :	#a9363a url(images/menu-nieuwsbrief.png) left top no-repeat;
    z-index             : 10!important;
}

#topnavcontainer ul li a:hover#tophome {
	background	:	#a9363a url(images/menu-home-hover.png) left top no-repeat;
}

#topnavcontainer ul li a:hover#topcontact {
	background	:	#a9363a url(images/menu-contact-hover.png) left top no-repeat;
}

#topnavcontainer ul li a:hover#toplinks {
	background	:	#a9363a url(images/menu-links-hover.png) left top no-repeat;
}

#topnavcontainer ul li a:hover#topnieuwsbrief {
	background	:	#a9363a url(images/menu-nieuwsbrief-hover.png) left top no-repeat;
}


