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

.markermenu{
width: 188px; /*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;
border: 0px solid #9A9A9A;
}

* html .markermenu ul li{ /*IE hack*/
margin-bottom: -3;
padding: 0px;
border: 0px;
}

.markermenu ul li a{
background: url('../../images/menu_bk.jpg') top left no-repeat;
/*font: bold 13px "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;
color: #00014e;*/
display: block;
width: auto;
height: 28px;
text-decoration: none;
border: 0px;
padding: 0px;
margin:0px;
}

.markermenu ul li.news a{
background: url('../../images/menu_bk_newsletter.jpg') top left no-repeat;
/*font: bold 13px "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;
color: #00014e;*/
display: block;
width: auto;
height: 34px;
text-decoration: none;
border: 0px;
padding: 0px;
margin:0px;
}

* html .markermenu ul li a{ /*IE6 hack*/
width: 188px;
height: 28px;
padding: 0px;
margin:0px;
}

* html .markermenu ul li.news a{ /*IE6 hack*/
width: 188px;
height: 34px;
padding: 0px;
margin:0px;
}

.markermenu ul li a:visited, .markermenu ul li a:active{
color: #00014e;
background: url('../../images/menu_bk.jpg') top left no-repeat;
padding: 0px;
margin:0px;
}

.markermenu ul li a:hover, .markermenu ul li a.selected{
color: white;
background: url('../../images/menu_bk_activo.jpg') top left no-repeat;
padding: 0px;
margin:0px;
}

/* <li> da Newsletter */
.markermenu ul li.news a:visited, .markermenu ul li.news a:active{
color: #00014e;
background: url('../../images/menu_bk_newsletter.jpg') top left no-repeat;
padding: 0px;
margin:0px;
}

.markermenu ul li.news a:hover, .markermenu ul li.news a.selected{
color: white;
background: url('../../images/menu_bk_newsletter.jpg') top left no-repeat;
padding: 0px;
margin:0px;
}

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

.blackwhite{
background: url('../../images/top_left_menu.png') top left no-repeat transparent;
/*background: transparent;*/
border: 0px;
padding-left: 10px;
}

.blackwhite li a{
background: #357078;
color: #cfeef1;
border: 0px;
}

.blackwhite li a:hover{
background: #357078;
color: #ffbe30;
border: 0px;
}

.blackwhite li a.top{
background: #357078;
color: #cfeef1;
border: 0px;
padding-top: 8px;
}

.blackwhite li a.top:hover{
background: #357078;
color: #ffbe30;
border: 0px;
padding-top: 8px;
}

.blackwhite li a.bottom{
background: #357078;
color: #cfeef1;
border: 0px;
padding-bottom: 8px;
}

.blackwhite li a.bottom:hover{
background: #357078;
color: #ffbe30;
border: 0px;
padding-bottom: 8px;
}