/* Hide submenus */
ul#servicesa,
ul#abouta,
ul#personnela,
ul#resourcesa,
ul#newsa,
ul#contacta {
	display: none;
}

/* Current page marker - matches id in body tag */
/* Services */
body.services ul#servicesa {
	display: block;
	
}
body.arch a#archa,
body.pal a#pala,
body.caa a#caaa,
body.gis a#gisa {
	font-weight: bold;
	color: #A30A0A;
}

/* About Us */
body.about ul#abouta {
	display: block;
}
body.area a#areaa,
body.safe a#safea,
body.affil a#affila,
body.car a#cara /*added comma*/ 
{
	font-weight: bold;
	color: #A30A0A;
}

/* Personnel */
body.personnel ul#personnela {
	display: block;
}
body.pers a#persa,
body.paper a#papera{
	font-weight: bold;
	color: #A30A0A;
}

/* Resources */
body.resources ul#resourcesa {
	display: block;
}

body.memb a#memba,
body.link a#linka {
	font-weight: bold;
	color: #A30A0A;
}

/* Newsletter */
body.news ul#newsa {
	display: block;
}
body.current a#currenta,
body.archive a#archivea {
	font-weight: bold;
	color: #A30A0A;
}

/* Contacts */
body.contact ul#contacta {
	display: block;
}
body.key a#keya,
body.staff a#staffa {
	font-weight: bold;
	color: #A30A0A;
}

