/* -- TABS CSS -- */
.tabsE {
 font-size:100%;
 line-height:normal;
 float: right;
 margin-bottom: 4px;
 text-transform: lowercase
}
.tabsE ul {
 margin:0;
 padding:0;
 list-style:none;
}
.tabsE li {
 display:inline;
 margin:0;
 padding:0;
}
.tabsE a {
 float:left;
 /*background:url("../img/tableft.gif") no-repeat left top;*/
 margin:0;
 padding:0 0 0 4px;
 text-decoration:none;
 /*font-weight: bold*/
 border-right: 1px solid #567491
}
.tabsE a.ultimo {
 border-right: none
}
.tabsE a span {
 float:left;
 display:block;
 /*background:url("../img/tabright.gif") no-repeat right top;*/
 padding:1px 12px 1px 6px;
 color:#006699;
}
/* Commented Backslash Hack hides rule from IE5-Mac \*/
.tabsE a span { float:none }

/* End IE5-Mac hack */
.tabsE a:hover span { color:#9C1E0A }
.tabsE a:hover { background-position:0% -42px }
.tabsE a:hover span { background-position:100% -42px } 