/************************* SO PARA AS PÁGINAS QUE TÊM ABAS ***********************************/
/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.abas {
	border-bottom: 1px solid #bbb8a9;
	_padding-left:20px;/****só para IE ****/
	_height: 1%;/****só para IE ****/
}

.abas ul {
padding: 0;
margin: 0;
font: bold 90% default;
font-family:inherit;
list-style-type: none;
}

.abas li {
display: inline;
margin: 0;
}

.abas li a {
color: #CC0000;
padding: 3px 7px;
text-decoration: none;
padding-right: 32px; /*extra right padding to account for curved right edge of tab image*/
background: transparent url(http://www.joaopaulo.g12.br/img/tabs2/righttabdefault.gif) 100% 1px no-repeat; /*give illusion of shifting 1px down vertically*/
border-left: 1px solid #dbdbd5;
position: relative;
display: block;
float: left;
margin-left: -20px; /*shift tabs 20px to the left so they overlap*/
left: 20px;
}

/*.abas li a:visited{
color: blue;
}*/

.abas li a:hover {
text-decoration: underline;
color: #CC0000;/**/
}
.abas li a:visited {/**/
text-decoration:none;/**/
color: #CC0000;/**/
}
.abas li.selected a { /*selected tab style*/
color: #990000;
z-index: 100; /*higher z-index so selected tab is topmost*/
top: 1px; /*Shift tab 1px down so the border beneath it is covered*/
background: transparent url(http://www.joaopaulo.g12.br/img/tabs2/righttabselected.gif) 100% 0 no-repeat;
}

.abas li.selected a:hover{
text-decoration: none;
}


.abas {
height: 1%;  /*Apply Holly 3px jog hack to get IE to position bottom border correctly beneath the menu*/
}
