/* green */
a:link, a:visited {
	color: #333;
}

a:hover {
	color: #db1212;
}

#pillmenu a:hover {
  color: #4ba123;
}

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

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

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

.contentpaneopen h3{
  color: #000;
}

div.module_menu {
	background: #fff url(../images/green/mw_box_brx.png) 100% 100% no-repeat;

}

div.module_menu > div {
	background: url(../images/green/mw_box_blx.png) 0 100% no-repeat;
}

div.module_menu > div > div {
	background: url(../images/green/mw_box_trx.png) 100% 0 no-repeat;
}

div.module_menu > div > div > div {
	background: url(../images/green/mw_box_tlx.png) 0 0 no-repeat;
}