	#Topoo2 ul { margin:0; }
	/*#CorpoTopo li { width:157px; display:inline; list-style:none; }*/
	#Topoo2 a { text-decoration:none; }
	/*#Topoo2 .ddtopmenubar { width:600px; margin:0 auto; padding-bottom:20px; background-color:#00CC00; }*/
	




/* ######### Drop Down ULs CSS ######### */


.ddsubmenustyle, .ddsubmenustyle ul{ /*topmost and sub ULs, respectively*/
font: normal 11px Verdana;
margin: 0;
padding:0;
position: absolute;
left: 0;
top: 0;
list-style-type: none;
background-image:url('../images/bg_dropmenu.png');
*background-image:url('../images/bg_dropmenu.gif');
background-position: left bottom;
background-repeat:no-repeat;
border-bottom-width: 0;
visibility: hidden;
z-index: 100;
}

.ddsubmenustyle li ul { background-position:1px bottom; width:150px; margin-top:-11px; }

.ddsubmenustyle li a{
display: block;
width: 118px; /*width of menu (not including side paddings)*/
color: #666666;
text-decoration: none;
/*padding: 4px 5px;*/
margin-left:15px; margin-right:15px;
/*padding-bottom:5px;*/ line-height:12px; margin-bottom:0px; padding-bottom:5px; padding-top:7px; padding-left:2px;
border-bottom: 1px solid #999999;
}

* html .ddsubmenustyle li{ /*IE6 CSS hack*/
display: inline-block;
width: 156px; /*width of menu (include side paddings of LI A*/
list-style-image:none;!important
}

.ddsubmenustyle li a:hover{
background-color: #FFFFFF;
color: #000000;
}

/* ######### Neutral CSS  ######### */

.downarrowpointer{ /*CSS for "down" arrow image added to top menu items*/
	float:left; background-color:#FFFFFF;
}

#item1 .downarrowpointer{ margin-left:26px; }
#item2 .downarrowpointer{ margin-left:75px; }
#item3 .downarrowpointer{ margin-left:69px; }
#item4 .downarrowpointer{ margin-left:32px; }

.rightarrowpointer{ /*CSS for "right" arrow image added to drop down menu items*/
	float:right; margin-top:0px;
}

.ddiframeshim{
position: absolute;
z-index: 500;
background: transparent;
border-width: 0;
width: 0;
height: 0;
display: block;
}











/* ######### Matt Black Strip Main Menu Bar CSS ######### */

.mattblackmenu { /*width: 500px; */background-color:#FFFFFF; float:right; margin-top:15px; /*margin:0 auto;*/
/*background-image:url(../images/topo_v1.gif);
background-position:right top;
background-repeat:no-repeat;*/
*width:508px;
}
.mattblackmenu ul{
margin: 0;
padding: 0;
/*font: bold 12px Verdana;*/
list-style-type: none;
/*border-bottom: 1px solid gray;*/
overflow: hidden;
border-left: 1px solid #CCCCCC;
}

.mattblackmenu li{
display: inline;
margin: 0;
background-color:#000000;
}

.mattblackmenu li a{
/*background-color:#FF6666;*/
float: left;
display: block;
text-decoration: none;
margin: 0;
padding-left:0px; padding-right:15px;
padding-top:10px; padding-bottom:4px;
margin-left: 15px; _margin-left: 9px;
/*width:156px;*/
margin-right:5px;
 /*right divider between tabs*/
border-bottom: 1px solid #CCCCCC; /*right divider between tabs*/
width: 100%;
text-align: left;
/*background: #ff0000;*/
/*background-image:url(../images/topo_v1.gif);
background-repeat:no-repeat;*/
}
.ajuste_capa ul, .ajuste_capa ul li a {
	border: none;
}
.mattblackmenu li#item1 a{ width:53px; }
.mattblackmenu li#item2 a{ width:143px; }
.mattblackmenu li#item3 a{ width:128px; }
.mattblackmenu li#item4 a{ width:63px; padding-right:0; margin-right:0; }

.mattblackmenu li a:visited{
/*color: white;*/
}

.mattblackmenu li a:hover{
	/*background: #ff0000; /*background of tabs for hover state */
}

.mattblackmenu a.selected{
	/*background: #ff0000; /*background of tab with "selected" class assigned to its LI */
}








/* ######### Marker List Vertical Menu ######### */

.markermenu{
width: 190px; /*width of side bar menu*/
clear: left;
position: relative; /*Preserve this for "right" arrow images (added by script) to be positioned correctly*/
border-left:solid 1px #CCCCCC;

}

.markermenu ul{
list-style-type: none;
margin: 5px 0;
margin-left:20px;
padding-left:0;
padding: 0;
border: 1px solid #9A9A9A;
border:none;
padding-bottom:0px;
}

.markermenu ul li { margin-top:10px;}
.markermenu ul li a{
background-color: #ffffff; /*light gray background*/
text-align:left;
font: bold 13px "Georgia";
color: #00014e;
display: block;
width: auto;
padding: 3px 0;
padding-left: 0px; padding-bottom:0;
text-decoration: none;
border-bottom: 1px solid #B5B5B5;
}

* html .markermenu ul li a{ /*IE6 hack*/
width: 175px;
}

.markermenu ul li a:visited, .markermenu ul li a:active{
color: #ffffff;
}

.markermenu ul li a:hover, .markermenu ul li a.selected{
/*color: white;*/
background-color: #ffffff;
}
.ie7ajuste { *margin-left:-163px; _margin-left:0px; margin-top:-14px; }

/* ######### Customized Drop Down ULs CSS (inherits from ddlevelsmenu-base.css) ######### */

.blackwhite li a{
background: white;
}

.blackwhite li a:hover{
background: black;
color: white;
}

