/* red */
a:link, a:visited {
	color: #a10f15;
         font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
}

a:hover {
	color: #7b0b12;
         font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
}

#pillmenu a:hover {
  /**** Editado por Gisleine color: #a10f15; ****/
  color: #d6d7d9;
}

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

#pillmenu a#active_menu-nav:hover {
  color: #fff;
}

h3, .componentheading, table.moduletable th {
         /***** Editado Gisleine - fonte e  color: #a10f15; ****/
         color:#da251c;
         font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
}

div.module_menu {
	/**** background: url(../images/red/mw_box_br.png) 100% 100% no-repeat; ****/
         /**** background: url(../images/red/mw_box_br.png) 100% 100% no-repeat; ****/ 
         background: url(../images/red/mv_box_br_atual.png) 100% 100% no-repeat; 
         /**** border:solid 1px #000000; ****/ 
         min-height: 235px; /* tamanho mínimo do padrão */
         height: auto; /* cresce junto com o conteúdo important */     
         background-color:#d6d7d9;    
}

div.module_menu div {
	/**** background: url(../images/red/mw_box_bl.png) 0 100% no-repeat; ****/
         background: url(../images/red/mw_box_bl_atual.png) 0 100% no-repeat;
}

div.module_menu div div {
	/**** Editado por Gisleine ---- background: url(../images/red/mw_box_tr.png) 100% 0 no-repeat; ****/
         background: url(../images/red/mw_box_tr_atual.png) 100% 0 no-repeat;
         
}

div.module_menu div div div {
	/**** Editado por Gisleine background: url(../images/red/mw_box_tl_.png) 0 0 no-repeat;****/
         background: url(../images/red/mw_box_tl_atual.png) 0 0 no-repeat;
}

div.module_menu a:link{
  /**** Editado por Gisleine color: #a10f15; ****/
  color: #637177;
}

div.module_menu a:visited{
  /**** Editado por Gisleine color: #a10f15; ****/
  color: #637177;
}

div.module_menu a:active{
  /**** Editado por Gisleine color: #a10f15; ****/
  color: #637177;
}

div.module_menu a:hover{
  /**** Editado por Gisleine color: #a10f15; ****/
  color: #0965dc;
  text-decoration:none;
}