.shadetabs{
padding: 3px 0;
margin-left: 0;
margin-top: 1px;
margin-bottom: 0;
font: bold 11px Arial;
list-style-type: none;
text-align: left; /*set to left, center, or right to align the menu as desired*/
}

.shadetabs li{
display: inline;
margin: 0;
}

.shadetabs li a{
font: bold 11px Arial;
text-decoration: none;
padding: 4px 7px 4px 7px;
margin-right: 3px;
border: 1px solid #cccccc;
color: #2d2b2b;
/*background: white url(../shade.gif) top left repeat-x;*/
background-color: #FFFFCC;
border-bottom-color: #FFFFFF;
}

.shadetabs li a:visited{
font: bold 11px Arial;
color: #2d2b2b;
}

.shadetabs li a:hover{
font: bold 11px Arial;
text-decoration: none;
color: #2d2b2b;
background-color: #FFFFFF;
border-bottom-color: #FFFFFF;
}

.shadetabs li.selected{
font: bold 11px Arial;
position: relative;
top: 1px;
}

.shadetabs li.selected a{ /*selected main tab style */
/*background-image: url(../shadeactive.gif);*/
font: bold 11px Arial;
border-bottom-color: #FFFFFF;
background-color:#FFFFFF;
}

.shadetabs li.selected a:hover{ /*selected main tab style */
text-decoration: none;
font: bold 11px Arial;
background-color: #FFFFFF;
border-bottom-color: #FFFFFF;
}

.contentstyle{
margin-top:-1px;
border: 1px solid #cccccc;
/*width: 350px;
margin-bottom: 1em;
height:170px*/
padding: 10px;
background-color:#FFFFFF;
border-bottom:2px solid #999999;
border-right: 2px solid #cccccc;

}

.contentstyle2{
margin-top:0px;
border: 1px solid #cccccc;
/*width: 350px;
margin-bottom: 0em;*/
padding: 0px;
background-color:#FFFFFF;
min-height:45px;
}

* html .contentstyle{ /*IE only rule. Original menu width minus all left/right paddings */
/*width: 370px;*/
}
/*<--------------------------------------------------------->*/

.ddoverlap{
border-bottom: 0px solid #32465F;
}

.ddoverlap ul{
padding: 0;
margin: 0;
font: bold 10px Arial;
list-style-type: none;
}

.ddoverlap li{
display: inline;
margin: 0;
}

.ddoverlap li a{
padding: 5px 7px;
text-decoration: none;
padding-right: 32px; /*extra right padding to account for curved right edge of tab image*/
color: white;
background: transparent url(../img/pestana_r.png) 100% 0px no-repeat; /*give illusion of shifting 1px down vertically*/
border-left: 1px solid #32465F;
position: relative;
display: block;
float: left;
margin-top: -1px;
margin-left: -20px; /*shift tabs 20px to the left so they overlap*/
left: 20px;
 
}

.ddoverlap li a:visited{
color: blue;

}

.ddoverlap li a:hover{
/*text-decoration: underline;*/
}

.ddoverlap li.selected a{ /*selected tab style*/
color: black;
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(../img/pestana_on.png) 100% 0 no-repeat;
}

.ddoverlap li.selected a:hover{
text-decoration: none;
}

/*-------------------------------------------------------------*/



/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.wireframemenu{
border: 0px solid #C0C0C0;
/*background-color: white;*/
width: 145px;
}

* html .wireframemenu{ /*IE only rule. Original menu width minus all left/right paddings */
width: 140px;
}

.wireframemenu ul{
padding: 0;
margin: 0;
list-style-type: none;
}

.wireframemenu a{
margin-bottom:3px;
font: bold 85% 'Trebuchet MS', 'Lucida Grande', Arial, sans-serif;
padding: 3px 3px 3px 3px;
display: block;
width: 100%; /*Define width for IE6's sake*/
color: #595959;
text-decoration: none;
border-bottom: 7px solid #999999;
}

.wireframemenu a:visited{
color: #595959;
}

html>body .wireframemenu a{ /*Non IE rule*/
width: auto;
}

.wireframemenu a:hover{
/*background-color: #F8FBBD;*/
border-bottom: 7px solid #CC3333;
color: black;
}

/*-------------------------------------------------------------*/

#notimenu{
border: 0px solid black;
border-bottom-width: 0;
width: 120px;
}

#notimenu ul{
margin: 0;
padding: 0;
list-style-type: none;
font: normal 80% 'Trebuchet MS', 'Lucida Grande', Arial, sans-serif;
}

#notimenu li a{
display: block;
padding: 3px 3px 3px 3px;
width: 114px; /*185px minus all left/right paddings and margins*/
text-decoration: none;
text-align:left;
color: #000033;
}

* html #notimenu li a{ /*IE only */
width: 123px; /*IE 5*/
w\idth: 120px; /*185px minus all left/right paddings and margins*/
}

#notimenu li a:hover {
color: #333333;
background-color: #FFFFCC;

}

#notimenu div.menutitle{
margin-top:4px;
border-bottom:7px solid #999999;
color: #666666;
padding: 5px 5px 5px 5px;
font: bold 85% 'Trebuchet MS', 'Lucida Grande', Arial, sans-serif;
}