#navigation {

	background-image:url('yellow_bg.gif');
	background-repeat:repeat-y;
	background-position:right;

}

#navigation a {	border-right:11px solid rgb(255,205,125); }




#navigation a:hover { border-right:11px solid rgb(255,233,199); }



#navigation a.selected { border-right-color:white; }

#footer a.tertiaryselected {
	background-color:rgb(255,153,0);
}

#maincontent h1 { color:rgb(255,153,0);	}
#maincontent table th { background-color:rgb(255,153,0); }
#maincontent strong { color:rgb(255,153,0);	}
#footer strong { color:rgb(255,153,0); }
