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

.markermenu{
width: auto; /*width of side bar menu mexi*/
clear: left;
position: relative; /*Preserve this for "right" arrow images (added by script) to be positioned correctly*/
/* *margin-right:-10px; */
}

.markermenu ul{
list-style-type: none;
margin: 0px;
padding: 0;
/* border: 1px solid #9A9A9A; mexi*/
}

.markermenu ul li a{
background: none; /*light gray background mexi  */
font: 8pt Verdana, Helvetica, sans-serif; /*  fonte do menu geral mexi*/
color: #000000; /*cor item com seta mexi */
display: block;
width: auto;
padding: 3px 0;
padding-left: 5px; /* mexi */
text-decoration: none;
border-bottom: 1px solid #94a74e;
}

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

.markermenu ul li a:visited, .markermenu ul li a:active{
color: #000000; /*cor item sem seta mexi*/
}

.markermenu ul li a:hover, .markermenu ul li a.selected{
color: black; /* mexi */
background-color: #ecffa9; /* mexi */
}

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

.blackwhite li a{
background: white;
}

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