/* CSS Document */
*html img/**/ {
 filter:expression(
   this.alphaxLoaded ? "" :
   (
       this.src.substr(this.src.length-4)==".png"
       ?
       (
     (!this.complete)
     ? "" :
         this.runtimeStyle.filter=
         ("progid:DXImageTransform.Microsoft.AlphaImageLoader(src='"+this.src+"')")+
         (this.onbeforeprint="this.runtimeStyle.filter='';this.src='"+this.src+"'").substr(0,0)+
         String(this.alphaxLoaded=true).substr(0,0)+
         (this.src="blank.gif").substr(0,0)
       )
       :
       this.runtimeStyle.filter=""
   )
     );
}

*html .nav .nav2 li.imprensa a{
			background:url(../img/btn_nav2_imprensa.gif) top left no-repeat;			
			width:140px;
			}
			*html .nav .nav2 li.parceiros a{
			background:url(../img/btn_nav2_parceiros.gif) top left no-repeat;
			width:140px;
			}
			*html .nav .nav2 li.divulgue a{
			background:url(../img/btn_nav2_divulgue.gif) top left no-repeat;
			width:140px;
			}
			*html .nav .nav2 li.duvidas a{
			background:url(../img/btn_nav2_duvidas.gif) top left no-repeat;
			width:140px;
			}
			*html .nav .nav2 li.fale a{
			background:url(../img/btn_nav2_fale_febrace.gif) top left no-repeat;
			width:140px;
			}
			*html .nav .nav2 li.trabalhe a{
			background:url(../img/btn_nav2_trabalheconosco.gif) top left no-repeat;
			width:140px;
			}
*html .header fieldset{
		background:url(../img/bg_search.gif) top right no-repeat;
		}

*html .content{
		margin:18px 4px 9px 0;
}
*html .redes ul li{margin-left:30px;
}
