/* ######### Marker List Vertical Menu ######### */

.markermenu{
 /*width of side bar menu*/
clear: left;
position: relative; /*Preserve this for "right" arrow images (added by script) to be positioned correctly*/
margin: 0px 0px;
padding: 0px;
}

.markermenu ul{
list-style-type: none;
margin: 0px 0px;
padding: 0px;
border: none;
}

.markermenu ul li a{
background: #ffffff; 
color: #ffffff;
display: block;
width: auto;
margin: 0px;
width:268px; /* where the dropdown starts in relation to menu (lenta)*/
padding: 0px;/*side menu spacing*/
text-decoration: none;
border-bottom: none;
}

* html .markermenu ul li a{ /*IE6 hack*/
width: 269px;
}

.markermenu ul li a:visited, .markermenu ul li a:active{
color: #ffffff;
}

.markermenu ul li a:hover, .markermenu ul li a.selected{
color: none;
background-color: #ffffff;
}

/* ######### Customized Drop Down ULs CSS (inherits from ddlevelsmenu-base.css) ######### */

.blackwhite li a{
background: #ffffff;
}

.blackwhite li a:hover{
background: #ffffff;
color: white;
}