/* white */
/* all unclicked page links and visited links*/
a:link, a:visited {
	color:#FF0000;
}
/* all page link hover color */
a:hover {
	color: gold;
	
}
<!-- pill menu hover color (originally blue) -->
#pillmenu a:hover {
  color: gold;
  background: url(../images/white/mw_menu_active_bg.png) 0 0 repeat-x;
}

/* clicked pill menu link color */
#pillmenu a#active_menu-nav {
  /*background: url(../images/white/mw_menu_active_bg.png) 0 0 repeat-x;*/
  color:#000000;
}
/* clicked pill menu link mouse over color */
#pillmenu a#active_menu-nav:hover {
  color:gold;
}

/*Left menu module titles*/
h3, div.module_menu h3, .componentheading, table.moduletable th {
  color:#CCCCCC;
}

/* main content & component titles color*/
h3, .componentheading, table.moduletable th {
  color: #660000;
}

div.module_menu {
	background: url(../images/white/mw_box_br.png) 100% 100% no-repeat;
}

div.module_menu div {
	background: url(../images/white/mw_box_bl.png) 0 100% no-repeat;
}

div.module_menu div div {
	background: url(../images/white/mw_box_tr.png) 100% 0 no-repeat;
}

div.module_menu div div div {
	background: url(../images/white/mw_box_tl.png) 0 0 no-repeat;
}
