/* CSS Document */
/* ############### tales.be css framework v0.5 (by kvd) ###############  */
/* ############### TOPNAVIGATION ############### */
/* ############### c.001.topnav.001.css ############### */

#topnav ul{
	margin: 6px 0 0 55px;
}
#IE6 #topnav ul, #IE7 #topnav ul{}
#topnav li{
	display: inline;
	color: #fff;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}
#topnav a{ text-indent: 18px; margin-right: 10px;} 
#topnav a:link, #topnav a:visited{
	display: inline-block;
	padding: 15px 10px 15px 10px;
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: bold;
}

#topnav a:hover, #topnav a:active{
	color: #ffd202;
}
	
	.blue   #topnav a:hover, .blue   #topnav a:active{color: #f8b127;}
	.green  #topnav a:hover, .green  #topnav a:active{color: #ffd202;}
	.orange #topnav a:hover, .orange #topnav a:active{color: #f8b127;}
	.purple #topnav a:hover, .purple #topnav a:active{color: #f8b127;}
	
	
#topnav li.selected a{
	background-image: url(/websites/25/uploads/image/templates/basics/green/topnav.icon.selected.png);
	background-repeat: no-repeat;
	background-position: 0 8px;
}
	#IE6 #topnav li.selected a{
		background-position: 20px 35px;
	}
	.blue   #topnav li.selected a{background-image: url(/websites/25/uploads/image/templates/basics/blue/topnav.icon.selected.png);}
	.green  #topnav li.selected a{background-image: url(/websites/25/uploads/image/templates/basics/green/topnav.icon.selected.png);}
	.orange #topnav li.selected a{background-image: url(/websites/25/uploads/image/templates/basics/orange/topnav.icon.selected.png);}
	.purple #topnav li.selected a{background-image: url(/websites/25/uploads/image/templates/basics/purple/topnav.icon.selected.png);}
	
#topnav li.selected a:link, #topnav li.selected a:visited{ color: #ffd202}
	.blue #topnav li.selected a:link, .blue #topnav li.selected a:visited{ color: #f8b127}
	.green #topnav li.selected a:link, .green #topnav li.selected a:visited{ color: #ffd202}
	.orange #topnav li.selected a:link, .orange #topnav li.selected a:visited{ color: #f8b127}
	.purple #topnav li.selected a:link, .purple #topnav li.selected a:visited{ color: #f8b127}

#topnav li.selected a:hover, #topnav li.selected a:active{}
