body {
margin:0;
padding:0;
}
/*- Menu Tabs E--------------------------- */

	#tabsE {
	float:left;
    width:100%;
	border-style: solid;
	border-bottom-width: 10px;
	border-left-width: 0px;
	border-right-width: 0px;
	border-top-width: 0px;
	border-color:red red black red;
	font-size:93%;
	padding:0 0 0px 0;
	background: #E00909;
    line-height:normal;
    }
    #tabsE ul {
	margin:0;
	text-align: right;
	color: black;
	padding:0px 10px 0 50px;
	list-style:none;
    }
    #tabsE li {
    display:inline;
    margin:0;
    padding:0 ;
    }
    #tabsE a {
    float:left;
    /*background:url("tableftE.gif") no-repeat left top;*/
    margin:0;
    padding:0 0 0 4px;
	font: bold Verdana;
	font-size: 12px;
    text-decoration:none;
    }
    #tabsE a span {
    float:left;
    display:block;
    /*background:url("tabrightE.gif") no-repeat right top;*/
    padding:22px 15px 22px 6px;
    color:#FFF;
    }
    /* Commented Backslash Hack hides rule from IE5-Mac \*/
    #tabsE a span {
	float:none;
	}
    /* End IE5-Mac hack */
    #tabsE a:hover span {
      color:#000;
	  }
    #tabsE a:hover {
      background-position:0% -42px;
      }
    #tabsE a:hover span {
      background-position:100% -42px;
      }  
	#vinculos{ 
	text-align: right;
	color: black;
	font: bold 9px/1.5em Verdana;
	padding: 7px;
	}
	#vinculos a{ 
	float:right;
	text-decoration: underline;
	color: black;
	font: bold 9px/1.5em Verdana;
	}

	
	
	