/* green */
a:link, a:visited {
	color: #4ba123;

}

a:hover {
	color: orange;
	
}

#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;
}

.componentheading {
  	color: #4ba123;
	padding-left: 65px;
	font-family: Arial, Helvetica,sans-serif;
	font-size: 1.2em;
	font-weight: bold;
	vertical-align: bottom;
	text-align: left;
	width: 100%;
	padding-bottom: 10px;
	text-transform: uppercase;
}

/* @group My Group */



/* @end */

/* @group My Group */



/* @end */

h3 {
  color: #3f881e;
  padding: 5px 0 0 2px;
  font-size: 1.2em;
  text-transform: uppercase;
  height: 20px;

}

/* My Comment */

table.moduletable th {
  color: #4ba123;
  padding: 5px 0 5px 5px;
  font-size: 1.1em;
  background-color: #4ba123;  

}


div.module_menu {
	background: url(../images/green/mw_box_br.png) 100% 100% no-repeat;
}

div.module_menu div {
	background: url(../images/green/mw_box_bl.png) 0 100% no-repeat;
}

div.module_menu div div {
	background: url(../images/green/mw_box_tr.png) 100% 0 no-repeat;
}

div.module_menu div div div {
	background: url(../images/green/mw_box_tl.png) 0 0 no-repeat;
}

