/* blue */
a:link {
	color: #900;
}

a:hover {
	color: #933;
	text-decoration: none;
}

#pillmenu a:hover {
	color: #CCC;
}

#pillmenu a#active_menu-nav {
	color: #fdbc0c;
	background-image: url(../images/manu_img/arrow_active.png);
	background-repeat: no-repeat;
	background-position: center bottom;
}

#pillmenu a#active_menu-nav:hover {
  color: #fff;
}

h3, .componentheading, table.moduletable th {
	color: #FFF;
}


