div.sdmenu {
	margin-top:18px;
  width: 215px;
	font-family: Arial, sans-serif;
	font-size: 12px;
	padding-bottom: 10px;
	padding-left:27px;
}

div.sdmenu a{
  text-decoration: none;
}

div.sdmenu div {
	overflow:hidden;
}

div.sdmenu div.collapsed {

	height: 25px;
	border-bottom: 1px solid #EEEEEE;
}

div.sdmenu div span {
	display: block;
	
	color: black;
	cursor: pointer;
	font-size:12px;

  text-indent: 15px;
	line-height:26px;
	
	
}

div.sdmenu span{
  display: block;

	color: black;
	cursor: pointer;
	font-size:12px;
	
  text-indent: 25px;
	line-height:35px;
	background: url(../images/lewa_strzalka.jpg) no-repeat;
	background-position: center right;
}

div.sdmenu span:hover{
  display: block;

	color: #3DA01F;
	cursor: pointer;
	font-size:12px;
	font-weight: bold;
  text-indent: 25px;
	line-height:35px;
	background: url(../images/lewa_strzalka.jpg) no-repeat;
	background-position: center right;
}

div.sdmenu div.collapsed span {
	background:url(../images/menu_button.jpg)  0px 7px no-repeat rgb(230,226,225);
	
}

div.sdmenu div a {
	background: rgb(230,226,225); /* #F5FAF6;*/
	/*background:#C9DBCB;*/
	display: block;
	/*text-indent: 15px;*/
	padding-left:15px;
	font-family: tahoma;
	font-size:11px;
	line-height: 18px;
	color: black;
	/*color:#703400;*/
}

div.sdmenu div a.current {
	background: rgb(230,226,225);
	color:white;
	font-weight:bold;
}


div.sdmenu div a:last-child{
  padding-bottom:8px;
  border-bottom: 1px #EEEEEE solid;
}

div.sdmenu div a:hover {
	color: #477849;
	background: rgb(230,226,225);
	text-decoration: none;
}
