/* Alle styles voor de menu's */

/* Menu */
#menu a {
	color: #fff;
	text-decoration: none;
	}

#menu a:hover, #menu a#selected, #menu a#selected:hover {
	color: #a93030;
	text-decoration: none;
	}

#menu a.portfolio {
	padding: 0 23px 0 0;
	background: url(../img/layout/btn/next.gif) no-repeat 100% 50%;
	color: #fff;
	text-decoration: none;
	}

#menu a.portfolio:hover {
	background: url(../img/layout/btn/next_mo.gif) no-repeat 100% 50%;
	color: #a93030;
	text-decoration: none;
	}

#menu a.applepie {
	color: #fff;
	text-decoration: underline;
	}

#menu a.applepie:hover {
	color: #a93030;
	text-decoration: none;
	}

#sitemap a {
	color: #999;
	text-decoration: none;
	}

#sitemap a:hover, #sitemap a#selected, #sitemap a#selected:hover {
	color: #a93030;
	text-decoration: none;
	}