/* ######### Marker List Vertical Menu ######### */

.markermenu{
  margin-left:4px;
width: 137px; /*width of side bar menu*/
clear: left;
position: relative; /*Preserve this for "right" arrow images (added by script) to be positioned correctly*/

}

.markermenu ul{
background: url('menu_bg.jpg') top left repeat-x;
list-style-type: none;
margin: 0px 0;
padding: 0;
border: 0px solid #9A9A9A;
}

.markermenu ul li a{
background: url(bulletlist.gif) no-repeat 0px center; /*light gray background*/
font: normal 11px "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;
color: #000;
display: block;
width: auto;
padding: 2px 0;
padding-left: 20px;
text-decoration: none;
border-bottom: 1px solid #cccccc;
}

* html .markermenu ul li a{ /*IE6 hack*/
width: 155px;
}

.markermenu ul li a:visited, .markermenu ul li a:active{
/* color: #000; */
}

.markermenu ul li a:hover, .markermenu ul li a.selected{
color: #fff;
background: #417daf url(bulletlist2.gif) no-repeat 3px center; /*light gray background*/
padding-left: 23px;
}

.markermenu ul a.zaznaczony, a.zaznaczony:visited, a.zaznaczony:hover, a.zaznaczony:active {
background: #417daf url(bulletlist2.gif) no-repeat 3px center; /*light gray background*/
color: #fff;
padding-left: 23px;
/* font: normal 11px "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;
display: block;
width: auto;
padding: 2px 0;
text-decoration: none;
border-bottom: 1px solid #cccccc; */


/* color: #fff;
background: #417daf url(bulletlist2.gif) no-repeat 3px center; /*light gray background*/
padding-left: 23px; */
}

/* ######### Customized Drop Down ULs CSS (inherits from ddlevelsmenu-base.css) ######### */

.blackwhite li a{
background: white;
}

.blackwhite li a:hover{
background: #68a9df;
color: #fff;
}