/* CSS Document */
/* ############### tales.be css framework v0.5 (by kvd) ###############  */
/* ############### TOPNAVIGATION ############### */
/* ############### c.001.topnav.001.css ############### */

#topnav ul{
	margin: 0;
}
#IE6 #topnav ul, #IE7 #topnav ul{}
#topnav li{
	display: inline-block;
	color: #2f2f2f;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	background-image: url(../gfx/basics/back.topnav.item.gif);
	background-repeat: repeat-y;
	background-position: right;
	height: 35px;
}
#IE6 #topnav li{
	display: inline;}
	
#IE7 #topnav li{
	display: inline;}
	
#topnav li:last-child{
	background-image: none !important;
}

#topnav a{
	/*margin-right: -3px;*/
	margin-left: -4px;
 } 
 
#IE6 #topnav a{
	margin-left: 0px;
	margin-right: 3px;	
 }   
#IE7 #topnav a{
	margin-left: 0px;
	margin-right: -3px;	
 }  
#IE8 #topnav a{
	margin-left: -2px;	
 } 
#topnav a:link, #topnav a:visited{
	display: inline-block;
	padding: 10px 14px 10px 13px;
	color: #2f2f2f;
	text-decoration: none;
	font-weight: bold;
}

#topnav a:hover, #topnav a:active{
	color: #32518A;
	background-image: url(../gfx/basics/background.topnav.item.rollover.png);
	background-repeat: repeat;
}
#IE6 #topnav a:hover, #IE6 #topnav a:active{
	background-image: none;
	background-color: #CED7DA;
}
#topnav a.selected{color: #32518A;}
#topnav a.selected:link, #topnav a.selected:visited{}
#topnav a.selected:hover, #topnav a.selected:active{}
