/* ######### Marker List Vertical Menu ######### */
.markermenu{
   width: 220px; /*width of side bar menu*/
   clear: left;
   position: relative; /*Preserve this for "right" arrow images (added by script) to be positioned correctly*/
   float: right;
   text-align: right;
   color: White;
}
.markermenu ul{
   list-style-type: none;
   margin: 6px 0;
   padding: 0; /*
border: 1px solid #9A9A9A;*/
}
.markermenu ul li a{
   background: transparent; /*light gray background*/
   font: normal 16px Arial, Helvetica, sans-serif;
   color: White;
   display: block;
   width: auto;
   padding: 4px 0;
   padding-right: 20px;
   text-decoration: none;
   border-bottom: 1px solid #105d59;
}
* html .markermenu ul li a{ /*IE6 hack*/
width: 220px;
}
.markermenu ul li a:visited, .markermenu ul li a:active{
   color: White;
}
.markermenu ul li a:hover, .markermenu ul li a.selected{
   color: #e80037;
   background-color: transparent;
}
/* ######### Customized Drop Down ULs CSS (inherits from ddlevelsmenu-base.css) ######### */

.blackwhite li a{
   background: #383838;/*kolor pola submenu*/
}
.blackwhite li a:hover{
   background: #565656;/*kolor pola submenu po wskazaniu myszką*/
   color: White;
}