/* Css para funcionamento do Menu Reitoria, Pró-Reitoria e Unidades Universitárias */

/*body {
font: 11px Arial, Helvetica, sans-serif;
}*/


.glowingtabs{
font: 11px Arial, Helvetica, sans-serif;
float:center;
width:100%;
height: 25px;
line-height: 16px;
/*line-height:normal;
border-bottom: 1px dashed #7e9fff; Adiciona borda embaixo do menu*/

}

.glowingtabs ul{
list-style-type: none;
/*margin:0;*/
margin-left:0; /*Margem esquerda do menu relativo a página*/
/*padding:0;*/
background: url(imagens/abas1.gif) no-repeat center top;
padding-top: 4px;
}

.glowingtabs li{
display:inline;
/*margin:0;
padding:0;*/
}

.glowingtabs a{

float:none;/*left*/
/*background:url(imagens/glowtab-left.gif) no-repeat left top;
margin:0;
margin-right: 0; /*espaço entre cada imagem*/
/*padding:0 0 0 9px;*/
padding-left: 0px;
text-decoration:none;
/*border-bottom: 1px dashed #7e9fff; /*Adiciona borda embaixo do menu*/
text-align: center;
}

.glowingtabs a span{
float:none; /*left*/
display: inline; /*block*/
/*background:url(imagens/glowtab.gif) no-repeat right top;
padding: 5px 12px 3px 3px;*/
padding: 0px 20px 0px 21px;/* topo direito baixo esquerdo */
font-weight:bold;
color: #666666; /*#666666*/
/*border-bottom: 1px dashed #7e9fff; /*Adiciona borda embaixo do menu*/
text-align: center;
}

/* Commented Backslash Hack hides rule from IE5-Mac \*/
.glowingtabs a span {float:none;}
/* End IE5-Mac hack */

.glowingtabs a:hover span {
color: black;
}

.glowingtabs a.current{ /*Selected Tab style*/
background-position:0 -82px; /*Shift background image up to start of 2nd tab image*/
}

.glowingtabs a.current span{ /*Selected Tab style*/
background-position:100% -82px; /*Shift background image up to start of 2nd tab image*/
color: black; /*Cor do link da imagem em destaque */
}

.glowingtabs a:hover{ /*onMouseover style*/
background-position:0% -82px; /*Shift background image up to start of 2nd tab image*/
}

.glowingtabs a:hover span{ /*onMouseover style*/
background-position:100% -82px; /*Shift background image up to start of 2nd tab image*/
}

.tabcontainer{
font: 11px Arial, Helvetica, sans-serif;
clear: left;
width: 100%; /*width of 2nd level sub menus*/
height:1.5em; /*height of 2nd level sub menus. Set to largest's sub menu's height to avoid jittering.*/
}

.tabcontainer2{
clear: center;
width: 100%; /*width of 2nd level sub menus*/
height:1.5em; /*height of 2nd level sub menus. Set to largest's sub menu's height to avoid jittering.*/
}

.tabcontent{
display:none;
}

.tabcontent a{
color: #666666;
font-weight:bold;
margin-right: 30px;
margin-left: 0;
}

.tabcontent a img{
margin-right: 3px;
margin-left: 0;
}

.tabcontent a:hover{
color: #00CC00;
}