/*------------css menu primário INI-------------*/
.menuPrimario {
float:left;
width:100%;
font-size: 11px;
font-family:Arial, Helvetica, sans-serif;
line-height:normal;
margin-top:-3px;
_margin-top:1px;
/*border-bottom: 1px solid #9ad8ff; Add border strip to bottom of menu*/
}

.menuPrimario ul{
list-style-type: none;
margin:0;
margin-left: 5px; /*Left offset of entire tab menu relative to page*/
padding:0;
}

.menuPrimario li{
display:inline;
margin:0;
padding:0;
}





.menuPrimario a{
float:left;
background-color:#66CCFF;
margin:0;
margin-right: 3px; /*spacing between each tab*/
padding:3px 9px 3px 9px;
text-decoration:none;
font-family:Arial, Helvetica, sans-serif;
color:#FFFFFF;
font-weight:bold;
}

.menuPrimario a:hover{
background-color:#FFCC00;
text-decoration:none;
color:#FFFFFF;
}

/*------------css menu primário FIM-------------*/


/*---------------CSS DO MENU DROPDOWN EM DHTML------------------------------------------*/
.menuMain {
float:left;
width:100%;
font-size: 12px;
font-family:Arial, Helvetica, sans-serif;
line-height:normal;
margin-top:1px;
_margin-top:2px;
/*border-bottom: 1px solid #9ad8ff; Add border strip to bottom of menu*/
}

.menuMain ul{
list-style-type: none;
margin:0;
margin-left: 10px; /*mARGEM ESQUERDA DE TODO O MENU EM RELAÇÃO À PÁGINA*/
padding:0;
}

.menuMain li{
display:inline;
margin:0;
padding:0;
}

.menuMain a{
float:left;
background:url(../images/mainmenutab-left2.gif) no-repeat left top;
margin:0;
margin-right: 0px; /*spacing between each tab*/
padding:0 0 0 8px;
text-decoration:none;
font-family:Arial, Helvetica, sans-serif
}

.menuMain a span{
float:left;
display:block;
background:url(../images/mainmenutab2.gif) no-repeat right top;
padding: 13px 12px 15px 3px; /*topo - dir. - rodape - esq. */ 
_padding: 13px 12px 15px 3px; /*topo - dir. - rodape - esq. */ 
font-weight:bold;
color:#666666;
}

/* Commented Backslash Hack hides rule from IE5-Mac \*/
.menuMain a span {float:none;}
/* End IE5-Mac hack */

.menuMain a:hover span {
color:#006fbf;
text-decoration:none;
}

.menuMain li.selected a{ /*Selected Tab style*/
background-position:0 -45px; /*comportamento da tab quando o mouse esta sobre ela*/
}

.menuMain li.selected a span{ /*Selected Tab style*/
background-position:100% -45px; /*comportamento da tab quando o mouse desce para o menu dropdown*/
color:#006fbf;
text-decoration:none;
}

.menuMain a:hover, .menuMain li.selected a:hover{ /*onMouseover style*/
background-position:0% -45px; /*Shift background image up to start of 2nd tab image*/
text-decoration:none;
}

.menuMain a:hover span, .menuMain li.selected a:hover span{ /*onMouseover style*/
background-position:100% -45px; /*Shift background image up to start of 2nd tab image*/
}

/* ######### Style for Drop Down Menu ######### */

.dropMainMenudiv{
position:absolute;
top: 0px;
margin-top:-1px;
border: 1px solid #9ad8ff; /*THEME CHANGE HERE*/
border-width: 1px 1px;
font:normal 12px Arial;
z-index:100;
background-color: #ffffff;
width: 150px;
visibility: hidden;
line-height: 26px;
}


.dropMainMenudiv a{
width: auto;
display: block;
text-indent: 5px;
border: 0px solid #9ad8ff; /*THEME CHANGE HERE*/
border-bottom-width: 0px;
padding: 2px 0;
text-decoration: none;
color: #006fbf;
line-height: 26px;
}

* html .dropMainMenudiv a{ /*IE only hack*/
width: 100%;
}

.dropMainMenudiv a:hover{ /*THEME CHANGE HERE*/
background-color: #D7F1FF;
text-decoration:none;
line-height: 26px;
color: #006fbf;
}

/*---------------FIM DO CSS DO MENU DROPDOWN EM DHTML------------------------------------------*/

