@CHARSET "UTF-8";

.menu_list {
	width: 180px;
}
.menu_head {
	font-family:verdana, helvetica;
	font-size:11px;
	padding: 5px 10px;
	cursor: pointer;
	position: relative;
	margin:0px;
    font-weight:normal;
    background: #f5f9fc;
    text-align:left;
    color:#222;
    border-bottom:1px dotted #e5e9ec
}
/*.menu_head .nazwa {width:100%;display:block;border-bottom:1px dotted #99f;}*/
.menu_body {
	display:none;
	text-align:left;
	padding-left:6px;
}

.menu_body a {
  display:block;
  color:#555;
  background-color:#ffffff;
  padding-left:10px;
  font-weight:normal;
  text-decoration:none;
  ;
}
.menu_body a:hover {
  color: #000000;
  text-decoration:underline;
}	