/* ######### Marker List Vertical Menu ######### */

.teste{
width: 195px; /*width of side bar menu*/
height: auto;
clear: left;
position: relative; /*Preserve this for "right" arrow images (added by script) to be positioned correctly*/
background-image: url(ddlevelsfiles/prodbackoff.gif);
background-color: transparent;
}

.teste ul{
background-image: url(ddlevelsfiles/prodbackoff.gif);
background-color: transparent;
list-style-type: none;
margin: 5px 0;
padding: 0;
border: 1px solid #64bd84;
}

.teste ul li a{
background-image: url(ddlevelsfiles/prodbackoff.gif);
background-color: transparent;
font: bold 13px Arial, Helvetica, sans-serif;
color: black;
display: block;
width: auto;
padding: 3px 0;
padding-left: 20px;
padding-top: 3px;
padding-right: 0px;
padding-bottom: 3px;
text-decoration: none;
border-bottom: 1px solid #64bd84;
}