a:hover {
	color:#ed7030;
}

a.leftLink:hover{
	color:#ed7030;
	text-decoration:none;
}

.titleGreen, h2 {
	color: #ed7030;
}

a.buttonOne{
	background: url('../gfx/navigation/orange/top_organisatie_off.gif');
}

a.buttonTwo{
	background: url('../gfx/navigation/orange/top_zoekChauffeur_off.gif');
}

a.buttonThree{
	background: url('../gfx/navigation/orange/top_zoekWerk_off.gif');
}

a.buttonOne:hover{
	background: url('../gfx/navigation/orange/top_organisatie_on.gif');
}

a.buttonTwo:hover{
	background: url('../gfx/navigation/orange/top_zoekChauffeur_on.gif');
}

a.buttonThree:hover{
	background: url('../gfx/navigation/orange/top_zoekWerk_on.gif');
}

a.buttonOneActive{
	background: url('../gfx/navigation/orange/top_organisatie_on.gif');
}

a.buttonTwoActive{
	background: url('../gfx/navigation/orange/top_zoekChauffeur_on.gif');
}

a.buttonThreeActive{
	background: url('../gfx/navigation/orange/top_zoekWerk_on.gif');
}