/* blue */
a:link, a:visited {
	color: #222;
}

a:hover {
	color: #20314c;
}

#pillmenu a:hover {
  color: #135cae;
}

#pillmenu a#active_menu-nav {
  background: url(../images/blue/mw_menu_active_bg.png) repeat-x;
  color: #fff;
}

#pillmenu a#active_menu-nav:hover {
  color: #fff;
}

h3, .componentheading, table.moduletable th {
  color: #000;
}

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;
}

div.module_menu  ul.menu_menu li#current {
      background: url(../images/blue/mw_box_ativo.png)  100% 0 repeat-y;
}

/*==============BUSCA===============*/
/*=========BANNERS LATERAL==========*/

div.module-busca {
	background: #878787 url(../images/fundo_search_t_r.png) 100% 0 no-repeat;
}

div.module-busca div, div.module-banners_lat div {
	background: url(../images/fundo_search_t_l.png) 0 0 no-repeat;
}

div.module-busca div div, div.module-banners_lat div div {
	background: url(../images/fundo_search_b_r.png) 100% 100% no-repeat;
}

div.module-busca div div div, div.module-banners_lat div div div {
	background: url(../images/fundo_search_b_l.png) 0 100% no-repeat;
}



div.module-banners_lat {
	background: #878787 url(../images/fundo_banners_t_r.png) 100% 0 no-repeat;
}

div.bannergroup-banners_lat, div.banneritem-banners_lat, div.bannerheader, div.clr {
	background: transparent!important;
	}

