/* CSS Document */
/* ############### tales.be css framework v0.3 (by kvd) ###############  */
/* ############### TOPNAVIGATION ############### */
#topnav ul{
	margin-top: 10px;
	margin-left: 0px;
}
#topnav li{
	display: inline;
	color: #fff;
}

#topnav a, #topnav a.visited{
	color: #fff;
	text-decoration: none;
	font-size: 90%;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-weight: bold;
	display: block;
	float: left;
	margin-top: -10px;
	background-image: url(../gfx/basics/topnav.divider.leftpart.gif);
	background-repeat: no-repeat;
	background-position: right 0px;
	padding: 0px 20px 0px 20px;
	
	height: 41px;
	white-space: nowrap;
}

#topnav a:hover, #topnav a:active{
	color: #c19d60;
}

#topnav span.divider{
	display: inline-block;
	width: 1px;
	height: 41px;
	background-image: url(../gfx/basics/topnav.divider.rightpart.gif);
	background-repeat: no-repeat;
	margin: 0px 10px 0 -20px;
	float: left;
}
#topnav #topnav01 span.divider{
	display: none;
}
#topnav #topnav01 span.text{
	background-image: url(../gfx/basics/ico.home.gif);
	background-repeat: no-repeat;
	text-indent: -2000px;
	width: 20px;
	display: block;
	background-position: 0 14px;
}

#topnav #topnav01:hover, #topnav #topnav01:active{
	color: #c19d60;
}
#topnav #topnav01.selected span.text{
	background-image: url(../gfx/basics/ico.home.selected.gif);
}
#topnav span.text{
	width: auto;
	padding-top: 13px;
	display: inline-block;
}
#topnav span.text:hover{
	cursor: hand !important;
}

#topnav a.selected{	
	background-image: url(../gfx/basics/back.topnav.selected.v2.gif);	
}

#topnav a.selected, #topnav a.selected:visited{
	background-image: url(../gfx/basics/back.topnav.selected.v2.gif);
	color: #000;
}
#topnav a.selected:hover, #topnav a.selected:active{
	color: #fff;
}

#topnav *{
	cursor: hand;/* voor ie6 */
}



