a:hover {
	color:#47979a;
}

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

.titleGreen, h2 {
	color: #47979a;
}

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

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

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

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

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

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

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

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

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