.rw-sitemap ul a {
	margin-left: 3px;
	padding-left: 8px;	
}
.rw-sitemap ul {
    padding: 0;
    margin-bottom: 11px;    
    list-style-position: inside;
    list-style-image: none;
	list-style-type: none;	
}
.rw-sitemap ul li {
	padding-bottom: 7px;
	margin-bottom: 10px;
	background: url(../../images/elements/grey_6.png);  	
	
	border-radius:2px;
  -webkit-border-radius:2px;
  -moz-border-radius:2px ;	 
}
.rw-sitemap ul ul {
	padding-left: 11px;			 
}
.rw-sitemap ul li {         
	transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
	-webkit-transition: all 0.25s ease-in-out;
	-o-transition: all 0.25s ease-in-out;
	transition-delay: 15ms;
    -webkit-transition-delay: 15ms;
	-o-transition-delay: 15ms;
	-moz-transition-delay: 15ms;
	border-left-width: 0;	
	border-right-width: 0;
	border-right-style: solid;
	border-left-style: solid;
	border-bottom-style: solid;
	border-bottom-width: 0;
	border-top-style: solid;
	border-top-width: 0;
	
	   box-shadow: 0px 1px 1px -1px #525252 ;
  -webkit-box-shadow: 0px 1px 1px -1px #525252 ;
  -moz-box-shadow: 0px 1px 1px -1px #525252 ;
}
.rw-sitemap ul li:hover {	
	transition: all 0.10s ease-in-out;
	-moz-transition: all 0.10s ease-in-out;
	-webkit-transition: all 0.10s ease-in-out;
	-o-transition: all 0.10s ease-in-out;
}
.rw-sitemap ul ul li:hover {
	border-left-style: solid;
	border-left-width: 5px;
	border-right-width: 5px;
	border-right-style: solid;
}
.rw-sitemap ul ul li {
	position: relative;
}
.rw-sitemap ul ul li:hover {
	position: relative;
	z-index: 3;	
}
@media only screen and (max-width: 601px) {
.rw-sitemap {
	padding-left: 0;
	width: 80%;
}
}
@media only screen and (max-width: 480px) {
.rw-sitemap {
	padding-left: 0;
	width: 90%;
}
}