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

.markermenu{width: 222px; /*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: 0px; padding: 0px;}

.markermenu ul li{border-bottom:1px solid #000; padding: 6px 0px 6px 17px;}

.markermenu ul li a{background: #fff url(../../images/estructura/backgrounds/bg2.gif) no-repeat right top; font: bold 11px Verdana, Arial, Helvetica, sans-serif !important; color: #000 !important; display: block; width: auto; padding: 0px; text-decoration: none; margin:0px;}

* html .markermenu ul li{ border-bottom:1px solid #000; height:1px}/*IE6 hack*/
* html .markermenu ul li a{ width: 204px;}/*IE6 hack*/

.markermenu ul li a:visited, .markermenu ul li a:active{color: #00014e;}
.markermenu ul li a:hover, .markermenu ul li a.selected{color: #f00 !important; background-color: #fff;}

/* ######### Customized Drop Down ULs CSS (inherits from ddlevelsmenu-base.css) ######### */
.blackwhite li a{background: #fff; font: bold 12px Arial, Verdana, Helvetica, sans-serif; color: #ce2220;}
.blackwhite li a:hover{background: #ddd; font: bold 12px Arial, Verdana, Helvetica, sans-serif; color: #f00;}
