#spisok{
	padding:0 0 0 0;
	list-style:none;
	z-index:10;
	position:relative;
}
#spisok li{
	margin-top: 3px;
        margin-left:-20px;
        padding-left: 22px;
	background:url('http://localhost/stroygrad.ru/templates/2/images/line.gif');
        background-repeat:  no-repeat;
        background-position: 0 7px;
}
#spisok ul{
	list-style:none;
	font-weight:normal;
	margin:0 0 0 10px;
}
#spisok ul li{
	margin-top:3px;
}

a{
	color: #000000;
	text-decoration: none;
}

a:hover{
	color: #719035;
	text-decoration: underline;
}

a.hidden {
	text-decoration: underline;
	color: #000000;
	cursor:default;
}


.suckerdiv ul{
  margin: 0;
  padding: 0;
  list-style-type: none;
  width: 250px;
  border-top: 1px dashed #ccc;
  font-family: Arial;
}

.suckerdiv ul li ul{
  margin: 0;
  padding: 0;
  list-style-type: none;
  width: 250px;
  border-top: 1px solid #ccc;
  font-family: Arial;
}

.suckerdiv ul li a.daddy {
background-position:  right;
background-repeat: no-repeat;
width:230px;
}
.suckerdiv ul li{
  position: relative;
}



.suckerdiv li{
  padding-left: 20px; 

}

.suckerdiv ul li ul{
  position: absolute;
  width: 200px;
  top: 0;
  visibility: hidden;
}

.suckerdiv li ul li{
border-bottom: 1px solid #ccc;
border-left: 1px solid #ccc;
border-right: 1px solid #ccc;
}
.suckerdiv ul li{
background-position:  right;
background-repeat: no-repeat;
background: White;
border-bottom: 1px dashed #ccc;
}


.suckerdiv ul li a{
  display: block;
  overflow: auto;
  color: black;
  text-decoration: none;
  background: White;
  padding-top: 10px;
  margin-left: -6px;
  padding-bottom: 10px;
  border-bottom: 1px;
  font-weight: normal;
}
.suckerdiv ul li ul a{
  display: block;
  overflow: auto;
  color: black;
  text-decoration: none;
  background: #f7fbf0;
  padding-top: 10px;
  padding-bottom: 10px;
  font-weight: normal;
  border: 0px;
}


.suckerdiv ul li a:visited{
  color: black;
}
.suckerdiv ul li a:hover {
  background-color: trabsparent;
}
.suckerdiv .subfolderstyle{
  background: url(arrow-list.gif) no-repeat center right;
}

* html .suckerdiv ul li { float: left; height: 1%; }
* html .suckerdiv ul li a { height: 1%; }
