/* blue */
a:link, a:visited {
	color: #7c943c;
}

a:hover {
	color: #7c943c;
}

#pillmenu a:hover {
  color: #7c943c;
}

#pillmenu a#active_menu-nav {
  background: url('images/blue/mw_menu_active_bg.png') repeat-x;
  color: #fff
}

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

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

div.module_menu {
	background: url('images/blue/mw_box_br.png') no-repeat 100% 100%;
}

div.module_menu div {
	background: url('images/blue/mw_box_bl.png') no-repeat 0 100%;
}

div.module_menu div div {
	background: url('images/blue/mw_box_tr.png') no-repeat 100% 0;
}

div.module_menu div div div {
	background: url('images/blue/mw_box_tl.png') no-repeat 0 0;
}