/* blue */
a:link, a:visited {
	color: #05C2E0; /* 3399FF 05C2E0 FF8A00*/
}

a:hover {
	color: #FF3E00; /*0066FF*/
}

#pillmenu a:link {
        color: #05C2E0;
}

#pillmenu a:visited {
        color: #05C2E0;
}

#pillmenu a:hover {
  color: #FF3E00; /*  135cae*/
}

#pillmenu ul li.active a{
  color: #FF3E00;  /*FF3E00*/
  background: url(../images/blue/mw_menu_active_bg02.png) 0 0 repeat-x;
}

#pillmenu a#active_menu-nav {
  background: url(../images/blue/mw_menu_active_bg.png) 0 0 repeat-x;
  color: #FF3E00; /*ffffff*/
}

#pillmenu a#active_menu-nav:hover {
  color: #FF0000; /*ffffff*/
}


h3, .componentheading, table.moduletable th {
  color: #135cae; /*135cae*/
}


div.module_menu ul li.active, div.module_menu ul li.active a {
  color: #FF3E00;
}

div.module_menu {
	background: url(../images/blue/mw_box_br.png) 100% 100% no-repeat;
}

div.module_menu div {
	background: url(../images/blue/mw_box_bl.png) 0 100% no-repeat;
}

div.module_menu div div {
	background: url(../images/blue/mw_box_tr.png) 100% 0 no-repeat;
}

div.module_menu div div div {
	background: url(../images/blue/mw_box_tl.png) 0 0 no-repeat;
}
