#navigation {

	background-image:url('green_bg.gif');
	background-repeat:repeat-y;
	background-position:right;

}

#navigation a { border-right-color:rgb(122,204,41); }
#navigation a.sub { 
	color:rgb(179,255,102);
	border-right-color:rgb(122,204,41); 
}
#navigation a:hover { border-right-color:rgb(214,255,173); }
#navigation a.sub:hover {
	border-right-color:rgb(214,255,173); }
}
#navigation a.selected { border-right-color:rgb(214,255,173); }

#footer a.tertiaryselected {
	background-color:rgb(51,102,0);
}

#maincontent h1 { color:rgb(51,102,0); }
#maincontent table th {	background-color:rgb(51,102,0); }
#maincontent strong { color:rgb(51,102,0); }
#footer strong { color:rgb(51,102,0); }

ul.subpage {
	list-style-image:url('/images/arrow_subpage_green.gif');
}