/*--- Main Menu --*/
#boxMainMenu{width:100%;height:36px;background:#daecff;border-top:1px solid #a5d1f2;border-bottom:1px solid #a5d1f2;clear:both;float:left;}
#boxMainMenu #nav{margin:0 auto;width:980px;height:16px;clear:both;}

/*------------------------------------------------------------*/
.ddcolortabs{padding:1px 0 0 0;width:980px;background:transparent;voice-family: "\"}\"";voice-family:inherit;font-size:12px;font-weight:bold;text-transform:none;font-family:Arial, Helvetica, sans-serif;}
.ddcolortabs ul{margin:0;padding:0;list-style:none;height:16px;}
.ddcolortabs li{text-align:center;display:inline;margin:0;padding:0;}
.ddcolortabs a{float:left;margin:0;padding:10px 0;text-align:center;text-decoration:none;color:#0095d9;}
.ddcolortabs a span{float:left;display:block;}
.ddcolortabs a:hover{color:#657b99;text-decoration:none;background:#eff7ff;}
.ddcolortabs a:hover span{color:#657b99;text-decoration:none;background:#eff7ff;}
.ddcolortabs .selected a, #ddcolortabs .selected a span{ /*currently selected tab*/color:#657b99;text-decoration:none;background:#eff7ff;}
.ddcolortabsline{clear: both;padding:0;width:100%;height:8px;line-height:8px;background:#000;border-top: 1px solid #fff;text-decoration:none; /*Remove this to remove border between bar and tabs*/}

/* ---------------------------- */

/* Ativando os menus se estiver nas páginas relacionadas */
.menuGrupoTerraMar{width:128px;text-align:center;}
body.grupoTerraMar .menuGrupoTerraMar {color:#657b99;text-decoration:none;background:#eff7ff;}

.menuProdutos{width:75px;text-align:center;}
body.produtos .menuProdutos {color:#657b99;text-decoration:none;background:#eff7ff;}

.menuOndeComprar{width:107px;text-align:center;}
body.ondeComprar .menuOndeComprar {color:#657b99;text-decoration:none;background:#eff7ff;}

.menuDicas{width:57px;text-align:center;}
body.dicas .menuDicas {color:#657b99;text-decoration:none;background:#eff7ff;}

.menuReceitas{width:75px;text-align:center;}
body.receitas .menuReceitas {color:#657b99;text-decoration:none;background:#eff7ff;}

.menuMaterialDeApoio{width:122px;text-align:center;}
body.materialDeApoio .menuMaterialDeApoio {color:#657b99;text-decoration:none;background:#eff7ff;}

.menuCasosDeSucesso{width:130px;text-align:center;}
body.casosDeSucesso .menuCasosDeSucesso {color:#657b99;text-decoration:none;background:#eff7ff;}

.menuRespSocioAmb{width:222px;text-align:center;}
body.respSocioAmb .menuRespSocioAmb {color:#657b99;text-decoration:none;background:#eff7ff;}

.menuMidia{width:64px;text-align:center;}
body.midia .menuMidia {color:#657b99;text-decoration:none;background:#eff7ff;}



/* ######### Style for Drop Down Menu ######### */

.dropmenudiv_a{
position:absolute;
top:0;
border:none; /*THEME CHANGE HERE*/
/*border-bottom-width: 0;*/
font:normal 12px Arial;
font-weight:normal;
line-height:18px;
z-index:100;
background-color: #eff7ff;
width: 150px;
visibility: hidden;
margin:0;
}


.dropmenudiv_a a{
width: auto;
display: block;
text-indent:0;
border-top:none;
border-left:1px solid #98c7ea;
border-right:1px solid #98c7ea;
border-bottom:1px solid #98c7ea; /*THEME CHANGE HERE*/
padding: 5px 3px 5px 10px;
text-decoration: none;
color: #657b99;
}

* html .dropmenudiv_a a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv_a a:hover{ /*THEME CHANGE HERE*/
background-color: #d3dde7;
color: #657b99;
text-decoration: none;
}



