
.markermenu{
width: 200px; /*szerokość główna*/
clear: left;
position: relative; 

}

.markermenu ul{
list-style-type: none;
margin: 5px 0;
padding: 0;
border: 1px solid white;
}

.markermenu ul li a{
font: bold 10px "Verdana";
color: #000000;
display: block;
width: auto;
padding: 10px 0;
padding-left: 12px;
text-decoration: none;
border-bottom: 1px solid white;
background-image:url(http://mosirkk.pl/menu/menu_tlo.png);
background-repeat:repeat-x;
background-position:top;


}

* html .markermenu ul li a{ /*IE6 hack*/
width: 199px;
}

.markermenu ul li a:visited, .markermenu ul li a:active{
color: #000000e;
background-image:url(http://mosirkk.pl/menu/menu_tlo.png);
background-repeat:repeat-x;
background-position:top;

}

.markermenu ul li a:hover, .markermenu ul li a.selected{
color: white;
background-image:url(http://mosirkk.pl/menu/menu_tlo_.png);
background-repeat:repeat-x;
background-position:top;


}

/* ######### Customized Drop Down ULs CSS (inherits from ddlevelsmenu-base.css) ######### */

.blackwhite li a{
background-image:url(http://mosirkk.pl/menu/menu_tlo.png);
background-repeat:repeat-x;
background-position:top;color: black;}

.blackwhite li a:hover{
background-image:url(http://mosirkk.pl/menu/menu_tlo_.png);
background-repeat:repeat-x;
background-position:top;color: white;
}