/* CSS Document */
/* ############### tales.be css framework v0.5 (by kvd) ###############  */
/* ############### TOPNAVIGATION ############### */
/* ############### c.001.topnav.001.css ############### */

#topnav ul{
	margin: 0;
	/*border-top: 1px solid #fff;*/
	padding-right: 25px;
	
}
#IE6 #topnav ul, #IE7 #topnav ul{}
#topnav li{
	display: inline;
	color: #fff;
	margin: 0 -4px 0 0;
	padding: 0 0 0 0;
	
}
#topnav a{ 	
	margin-top: 0px;	
	border-bottom:1px solid #002A5C; /* border aanzetten: dan jumpt de navig niet in IE */
	}
	 
#topnav a:link, #topnav a:visited{
	display: inline-block;
	padding: 8px 10px 10px 10px;
	color: #fff;
	text-decoration: none;
}

#topnav a:hover, #topnav a:active{
	/*color: red;*/
	/*background-image: url(../gfx/basics/background.topnav.selected.gif);
	background-repeat: repeat-x;
	background-position: top;*/
	/*margin-right: -1px;
	margin-left: -1px;*/
	/*border-left:1px solid #fff;
	border-right:1px solid #fff;
	border-bottom:1px solid #fff;*/
	color: #405F84;
}

#topnav li.selected{}
#topnav li.selected a{
	background-image: url(../gfx/basics/background.topnav.selected.gif);
	background-repeat: repeat-x;
	background-position: top;
	border-left:1px solid #fff;
	border-right:1px solid #fff;
	border-bottom:1px solid #fff;
	/*margin-left: -1px;
	margin-right: -1px;*/
	color: #fff;
	}
#topnav a.selected:link, #topnav a.selected:visited{	color: #fff;}
#topnav a.selected:hover, #topnav a.selected:active{}

#topnav .tn_home .frontbumper  {
	display: inline-block;
	float: left;
	width: 15px;
	height: 15px;
	background-image: url(../gfx/basics/ico.home.gif);
	background-repeat: no-repeat;
	background-position: 0 0px;
	margin-right: 5px;
}
#topnav .tn_home .descr  {
	display: inline-block;
}
#topnav .tn_home a:hover{

}
