/* green */
a:link, a:visited {
	color: blue;
}

a:hover {
	color: #316b16;
}

#pillmenu a:hover {
  color: #009900;
}

#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: #009900;
}
/*
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;
}
*/

/* Suffix Class Fixes */

div.module_left ul {
list-style-type:none;
margin:0 0 0px;
padding:0 0 10px;
}

div.module_left ul li {
border:solid 1px #EDEDEB;
margin:0 0 3px;
background-color: white;
}

div.module_left ul li a {
display:block;
padding:3px 4px 3px 10px;
text-decoration:none;
}
/*
div.module_left ul li a:link,#left ul li a:visited {
background:#F2E3ED;
border-bottom:solid 1px #E0C1E0;
color:#000;
font-weight:normal;
}
*/
div.module_left ul li a:hover,#left ul li a:active,#left ul li a:focus {
background:#EDEDEB !important;
color:#316b16 !important;
}