/* ######### Drop Down ULs CSS ######### */

.ddsubmenustyle, .ddsubmenustyle ul{ /*topmost and sub ULs, respectively*/
font: normal 13px Georgia, serif;
/*font-variant: small-caps ;*/
margin: 0;
padding-left: 20;
position: absolute;
left: 0;
top: 0;
list-style-type: none;
background: #53617B;
border: 1px solid gray;
border-bottom-width: 1;
visibility: hidden;
z-index: 100;
background: #F2F2F2 url(botao_menu_princ.gif) no-repeat; /*light gray background*/

}


.ddsubmenustyle li a{
display: block;
width: 160px;
color: white;
background-color: #53617B;
text-decoration: none;
padding: 4px 5px;
border-bottom: 1px solid #ffffff;
background: #254C75 url(bulletlist.gif) no-repeat 3px center; /*light gray background*/}

* html .ddsubmenustyle li a{ /*IE6 CSS hack*/
display: inline-block;
}

.ddsubmenustyle li a:hover{
background-color: #061D3D;
color: white;
}

/* ######### Neutral CSS  ######### */

.downarrowpointer{ /*CSS for "down" arrow image added to top menu items*/
padding-left: 4px;
border: 0;
}

.rightarrowpointer{ /*CSS for "right" arrow image added to drop down menu items*/
position: absolute;
padding-top: 3px;
right: 2px;
border: 0;
}

.ddiframeshim{
position: absolute;
z-index: 500;
background: transparent;
border-width: 1;
width: 0;
height: 0;
display: block;
}

/* ######### Marker List Vertical Menu ######### */





/* \\\\\\\\\\\\\\\\\\\\\\\\\\\\\css 2\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\
######### Marker List Vertical Menu ######### */

.markermenu{
width: 150px; /*width of side bar menu*/
clear: left;
position: relative; /*Preserve this for "right" arrow images (added by script) to be positioned correctly*/
background-color: #595F6B;
}

.markermenu ul{
list-style-type: none;
margin: 5px 0;
padding: 0;
border: 0px solid #9A9A9A;

}

.markermenu ul li a{
background: #595F6B; /*254C75*/
/*background: #254C75 url(bulletlist.gif) no-repeat 3px center; */ 
background: #595F6B url(botao_menu_princ2.gif) no-repeat; /*light gray background*/
font: bold 13px  "Trebuchet MS", Verdana, Helvetica, sans-serif;
font: normal 13px  Georgia, serif;
font: bold 13px  "Lucida sans",  Verdana, Helvetica, sans-serif;
font: bold 13px  Verdana, sans-serif, Arial, Helvetica;
font: normal 11px Georgia, serif;
font: normal 12px Georgia, serif;
font: normal 13px  Georgia, serif;
/*font-variant: small-caps;*/
color: #ffffff; /*cor do logo =F4D32C*/
display: block;
width: auto;
padding: 3px 0;  /* caixa menu principal */  /* xxx */
padding-left: 6px;  /* esquerda caixa menu principal, com bullet era 20px */
text-decoration: none;
border-bottom: px solid #B5B5B5;
height: 22px !important!;
}

* html .markermenu ul li a{ /*IE6 hack*/
width: 155px;
}

.markermenu ul li a:visited, .markermenu ul li a:active{
color: white;
}

.markermenu ul li a:hover, .markermenu ul li a.selected{
color: white;
background: #595F6B url(botao_menu_princ_selecc2.gif) no-repeat; /*light gray background*/

}

/* ######### Customized Drop Down ULs CSS (inherits from ddlevelsmenu-base.css) ######### */

.blackwhite li a{
background: #53617B;
}

.blackwhite li a:hover{
background: #061D3D;
color: white;
}

/* ######### novas ######### */

.separador {
/*background-image: url(menu_princ_arred_sup.gif) !important;      */
background-color: #53617B;
/*height: 10px  !important; */
width: auto;
background: url(menu_pri_bg.gif) no-repeat; /*light gray background*/
}

