/* Site Links presentation style sheet */


/* Link Behaviours for Primary function menu */
#Menu_Primary a:link {
	color: #F5B483;
	text-decoration: none;}


#Menu_Primary a:visited {
	color: #F5B483;
	text-decoration: none;}

#Menu_Primary a:hover {
	color: White;
	text-decoration: underline;}








/* Link Behaviours for Secondary function menu */
#Menu_Secondary a:link {
	color: #999999;
	text-decoration: none;}

#Menu_Secondary a:visited {
	color: #999999;
	text-decoration: none;}
	
#Menu_Secondary a:hover {
	color: White;
	text-decoration: underline;}









/* Link Behaviours for Categories menu */
#Menu_Categories a:link {
	color: Black;
	text-decoration: none;}

#Menu_Categories a:visited {
	color: Gray;
	text-decoration: none;}

#Menu_Categories a:hover {
	color: #F5B483;
	text-decoration: underline;}








