/* red */
a:link, a:visited {
	color: #a10f15;
}

a:hover {
	color: #7b0b12;
}

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

#pillmenu a#active_menu-nav, #pillmenu li.active a {
  background: #de2f2b; /* Old browsers */
  background: -moz-linear-gradient(top,  #de2f2b 0%, #a81c19 50%, #691210 51%, #64110f 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#de2f2b), color-stop(50%,#a81c19), color-stop(51%,#691210), color-stop(100%,#64110f)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  #de2f2b 0%,#a81c19 50%,#691210 51%,#64110f 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  #de2f2b 0%,#a81c19 50%,#691210 51%,#64110f 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  #de2f2b 0%,#a81c19 50%,#691210 51%,#64110f 100%); /* IE10+ */
  background: linear-gradient(to bottom,  #de2f2b 0%,#a81c19 50%,#691210 51%,#64110f 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#de2f2b', endColorstr='#64110f',GradientType=0 ); /* IE6-9 */
  color: #fff;
}

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

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

div.module_menu {
	background-color: rgb(161, 15, 21);
	border-radius: 11px 11px 11px 11px;
	padding: 25px 7px 7px;
}

div.module_menu div {
	background-color: white;
	border-radius: 8px 8px 8px 8px;
}

div.module_menu div div {
}

div.module_menu div div div {
	padding: 5px 3px 8px;
}
div.module_menu ul li.current > a, div.module_menu ul li#current, div.module_menu ul li a:hover {
	background-color: #FFB6C1;
}
