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

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

}

.markermenu ul{
list-style-type: none;
margin: 5px 0;
padding: 0;


}

.markermenu ul li a{
padding-top:5px;
height:auto;
background: #fff url(../images/estructura/iconos/vineta2.gif) no-repeat 3px center; /*light gray background*/
font: 12px Arial, Helvetica, sans-serif;
color: #3d180d;
display: block;
width: auto;
padding-left: 20px;
text-decoration: none;
border-bottom:1px #3d180d solid;

}

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

.markermenu ul li a:visited, .markermenu ul li a:active, .markermenu ul li a.selected{
font: 12px Arial, Helvetica, sans-serif;
color:#3d180d;
background-color:#fff;
}

.markermenu ul li a:hover{
font: 12px Arial, Helvetica, sans-serif;
color:#814c2a;
background-color:#fff;
}

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

.blackwhite li a{
font: 12px Arial, Helvetica, sans-serif;
color:#3d180d;
background-color:#fff;
}

.blackwhite li a:hover{
font:12px Arial, Helvetica, sans-serif;
color:#814c2a;
background-color:#fff;
}