/* CSS Document */
/* ############### tales.be css framework v0.2 (by kvd) ###############  */


/* ############### ADAPTABLE CSS - KVD ############### */

/* ############### TOPNAVIGATION ############### */
#topnav ul{
	margin-top: 4px;
	margin-right: 10px;
}
#topnav li{
	display: inline;
	padding: 0 10px 0 10px;
	color: #fff;
}

#topnav a, #topnav a.visited{
	color: #fff;
	text-decoration: none;
	text-transform: lowercase;
	font-size: 90%;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}

#topnav a:hover, #topnav a:active{
	color: /*#ffc600*/red;
}


