/* CSS Document */


<!-- 
   #pierwszy dt
   { margin-top:0px; }
dl, dt, dd, ul, li {
margin: 5px;
padding: 0;
list-style-type:none; 
}
/* #menu {
position: absolute; Menu position that can be changed at will
top: 0;
left: 0;
} */
#menu {
width: 185px;
}
#menu dt {
cursor: pointer;
margin: 3px 0;
height: 20px;
line-height: 20px;
text-align: left;
font-weight: bold;
border-bottom: 1px solid #e3e3e3;
background: #eee;

}
/*#menu dd {
border-top: 1px solid gray;
border-bottom: 1px solid gray;

} */
#menu li {
text-align: left;
background: #f5f7f7;
list-style-image: url(images/pkt_.gif);
/* list-style-type:disc; */
margin-left:10px;
color: #d50000;
list-style-position: outside;


}
#menu li a, #menu dt a {
color: #385050;
text-decoration: none;
display: block;
border: 0 none;
height: 100%;
background-color:#f5f7f7;

}
#menu li a:hover, #menu dt a:hover {
background: #e3e3e3;
}
 #menu li a
 { color: #385050; }
 
 #menu li a:hover, #menu dd a:hover
 { background:#657171;
   color:#eee;}
   
   #pierwszy dt
   { margin-top:0px; }
 
  #ostatni dt
   { margin-bottom:0px; }
-->
