/* evensong */
a:link, a:visited {
/* 2009.03.12 EAH  */
/* RGB 225, 102, 0 */
	color: #E16600;
}

a:hover {
/* 2009.03.12 EAH */
/* RGB 180, 81, 0 */
	color: #B45100;
}

#pillmenu a:hover {
/* 2009.03.17 EAH */
/* RGB 180, 81, 0 */
	color: #B45100;
}

#pillmenu a:active {
/* 2009.03.17 EAH */
	color: #000000;
}

/* 2009.03.13 EAH */
span[class="breadcrumbs pathway"] {
/*	background: #ffffff; */
	text-indent: 5px; 
}

/* 2009.03.14 EAH can't get this to work so hard-coded into */
/*                /modules/mod_breadcrumbs/tmpl/default.php */
/*a#breadcrumb_evensong:link {
/* RGB 157, 193, 48 */
/*	color: #9DC130;
/*	font-weight: bold;
/*}

#pillmenu a:hover {
/* 2009.03.12 EAH  */
/* RGB 225, 102, 0 */
	color: #E16600;
}

#pillmenu a#active_menu-nav {
  background: url(../images/evensong/mw_menu_active_bg.png) repeat-x;
  color: #fff;
}

#pillmenu a#active_menu-nav:hover {
  color: #fff;
}

h3, .componentheading, table.moduletable th {
/* 2009.03.12 EAH  */
/* RGB 225, 102, 0 */
	color: #E16600;
}

div.module_menu {
	background: url(../images/evensong/mw_box_br.png) 100% 100% no-repeat;
}

div.module_menu div {
	background: url(../images/evensong/mw_box_bl.png) 0 100% no-repeat;
}

div.module_menu div div {
	background: url(../images/evensong/mw_box_tr.png) 100% 0 no-repeat;
}

div.module_menu div div div {
	background: url(../images/evensong/mw_box_tl.png) 0 0 no-repeat;
}

/* 2009.04.02 EAH added orange menu for Blogs & A/V submenus */
div.module_menu_orange {
	background: url(../images/evensong/mw_orange_box_br.png) 100% 100% no-repeat;
}

div.module_menu_orange div {
	background: url(../images/evensong/mw_orange_box_bl.png) 0 100% no-repeat;
}

div.module_menu_orange div div {
	background: url(../images/evensong/mw_orange_box_tr.png) 100% 0 no-repeat;
}

div.module_menu_orange div div div {
	background: url(../images/evensong/mw_orange_box_tl.png) 0 0 no-repeat;
}


