/*---------------- Menu Tabs--------------------------- */

    #tabs {
	height:23px;
	padding-bottom: 3px;
	padding-left:5px;
	padding-top:25px;
	background: url(../imagens/mn_bg_btm.gif) repeat-x left bottom;
	margin-bottom: 15px;
	margin-left:120px;
      }
	  .btm {
	background: url(../imagens/mn_bg_btm_end.gif) no-repeat right bottom;
}
	  
	  
    #tabs ul {
	list-style:none;
	line-height:23px;
      }
    #tabs li {
      display:inline;
      }
    #tabs a {
	font-weight:bold;
	text-decoration:none;
	float:left;
	background: url(../imagens/mn_02_off.gif) repeat-x left top;
	/*margin-right:1px;*/
	color: #004797;
	font-size: 11px;
      }
    #tabs a span {
      float:left;
      display:block;
      background: url(../imagens/mn_01_off.gif) no-repeat left top;
      }
	 #tabs a span span {
	display:block;
	background: url(../imagens/mn_03_off.gif) no-repeat right top;
	padding:0  9px;
	border-bottom: 1px solid #C4C4C4;
	color: #003776;
	  
      }
	  
	  
    /* Commented Backslash Hack hides rule from IE5-Mac \*/
    #tabs a span {float:none;}
    /* End IE5-Mac hack */
	
	
	
	/* HOVERS*/
	
	  
	  #tabs a:hover span {
      background: url(../imagens/mn_01_on.gif) no-repeat left top;
      }
    #tabs a:hover {
      background: url(../imagens/mn_02_on.gif) repeat-x left top;
      }
    #tabs a:hover span span{
      background: url(../imagens/mn_03_on.gif) no-repeat right top;
	  color:#FFF;
      }
	  
	  #tabs a:visited {
	  
	  text-decoration:none;
	  }
	  
        #tabs #current a {
      background: url(../imagens/mn_02_on.gif) repeat-x left top;
	  color:#FFF;
        }
        #tabs #current a span {
		color:#FFF;
      background: url(../imagens/mn_01_on.gif) no-repeat left top;
        }
		#tabs #current a span span {
      background: url(../imagens/mn_03_on.gif) no-repeat right top;
        }
		
/*---------------fim do menu principal------------------*/

