/*author: Lieven Vzandenbroucke http://www.xtence.be*/
/*description: Navigation Peropack
/*feel free to browse the code but dont rip it, you'll learn nothing from copying!*/

#menu{
	position: absolute;
	bottom:9px;
	right:10px;
	height:38px; 
	z-index: 9999;
}
.navigatie { 
	padding:0 0 0 32px;
	margin:1px 0 0 0; 
	list-style:none; 
	height:38px; 
	position:relative; /*
	border: 1px solid #ccc;
	border-bottom: 0;*/
	z-index: 9999;
}
.navigatie li.top {
	display:block; 
	float:left;
}
.navigatie li a.top_link {
	display:block; 
	float:left; 
	height:38px; 
	line-height:35px; 
	color:#222; 
	text-decoration:none; 
	font-size:1.1em; 
	font-weight:bold; 
	padding:0 0 0 10px; 
	background: url(tab-off.jpg) no-repeat;
	cursor:pointer;/*
	background: url(tab-off.jpg) no-repeat;*/
}
.navigatie li a.top_link span {
	float:left; 
	display:block; 
	padding:0 10px 0 0; 
	height:35px; 
	margin-right: 1px;
	color:#222; 
	background:url(tab-r-off.jpg) right top;
}
.navigatie li a.top_link:hover {
	color: #DB0036;
	background: url(tab.jpg) no-repeat; 
	line-height:35px; 
}
.navigatie li a.top_link:hover span {
	background:url(tab-r.jpg) no-repeat right top;
}
.navigatie li a.current {
	color: #DB0036;
	background: url(tab.jpg) no-repeat; 
	line-height:35px; 
}
.navigatie li a.current span {
	background:url(tab-r.jpg) no-repeat right top;
	color: #DB0036;
}
.navigatie li:hover > a.top_link {
	background: url(tab.jpg) no-repeat;
	line-height:35px; 
}
.navigatie li:hover > a.top_link span {
	background:url(tab-r.jpg) no-repeat right top;
	color: #DB0036;
}
/* sidebar*/
#sidebar-boetieks{
	float:left;
	margin: 28px 0 10px 0;
	border: 1px solid #bbb;
	border-top: 0;
	text-align: center;
	padding:0;
	background-color: #fff;
	width: 200px;
	min-height: 400px;
}
#sidebar-boetieks dl{
	text-align: left;
	padding:0;
}
#sidebar-boetieks dt{
	font-size: 1.1em;
	color: #DB0036;
}
#sidebar-boetieks dt a{
	color: #DB0036;
	padding: 5px 0 5px 10px;
	display:block;
	background-color: #dcdcdc;
	border-top: 1px solid #bbb;
}
#sidebar-boetieks dt a:hover{
	color: #DB0036;
	background: #c7c7c7 url(blue_arrow_dt.png) 93% center no-repeat;
}
#sidebar-boetieks dd a{
	color: #3D80B5;
	display:block;
	padding: 5px 0 5px 10px;
	border-top: 1px solid #bbb;
	background-color: #efefef;
	background-color: #fff;
}
#sidebar-boetieks dd a:hover{
	color: #3D80B5;
	background: #eee url(blue_arrow_right.png)93% center no-repeat;
}
#sidebar-boetieks ul{
	margin: 0 0 0 10px;
	text-align: left;
}
#sidebar-boetieks ul li{
	text-align: left;
	margin: 4px 10px;
	font-size: 0.9em;
	list-style-position: inside;
	list-style: square;
}
#sidebar-boetieks ul#adres{
	margin: 10px 5px 4px 5px;
}
#sidebar-boetieks ul#adres li{
	list-style: none;
}
/***********************/
