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

a:hover {
	color: #826714;
}

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

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


/*
#pillmenu a#active_menu-nav:hover {
  color: #fff;
  background:	url('../images/mw_menu_normal_bg.png') 0 0 repeat-x;
}
*/


#pillmenu a, .sf-menu a:visited  { /* visited pseudo selector so IE6 applies text colour*/
	color:			#066023;
}


/*
#pillmenu li {
	background:		#BDD2FF;
	background:	url('http://stcyril.net/site/templates/rhuk_milkyway/images/mw_menu_normal_bg.png') 0 0 repeat-x;
}
#pillmenu li li {
	background:		#AABDE6;
	background:	url('http://stcyril.net/site/templates/rhuk_milkyway/images/mw_menu_normal_bg.png') 0 0 repeat-x;
}
#pillmenu li li li {
	background:		#9AAEDB;
	background:	url('http://stcyril.net/site/templates/rhuk_milkyway/images/mw_menu_normal_bg.png') 0 0 repeat-x;
}



#pillmenu li:hover, .sf-menu li.sfHover,
#pillmenu a:focus, .sf-menu a:hover, .sf-menu a:active {
	background:		#CFDEFF;
	background:	url('http://stcyril.net/site/templates/rhuk_milkyway/images/mw_menu_normal_bg.png') 0 0 repeat-x;
	outline:		0;
}

#pillmenu .sf-menu li { 
   background: url(http://stcyril.net/site/templates/rhuk_milkyway/images/mw_menu_normal_bg.png) repeat-x 0 0; 
} 


*/


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

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;
}


