/* CSS Document */
/* ############### tales.be css framework v0.3 (by kvd) ###############  */
/* ############### TOPNAVIGATION ############### */
#topnav ul{
	margin-left: 0px;
	/*display: block;*/
}
#topnav li{
	display: inline;
	color: #474747;
	margin-right: -5px !important;
}

#topnav a, #topnav a.visited{
	color: #474747;
	/*display: inline-block;
	float: left;*/
	display: block;
	float: left;
	padding: 7px 15px 3px 15px;
	height: 21px;
	text-decoration: none;
	text-transform: capitalize;
	font-size: 115%;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}

#topnav a:hover, #topnav a:active, #topnav a.selected{
	color: #117800;
	background-image: url(../gfx/basics/back.topnav.1strow.selected.gif);
	background-repeat: repeat-x;
}

/*#topnav a.selected{	font-weight: bold;*/}
