.wp_dTreewp_dtree_Node img {
    position: absolute;
    left: 0;
    top: 3px;
} 

#dp0 .selected a, #dc0 .selected a:hover {
    font-weight: bolder;
    border-bottom: transparent;
} 

.wp_dTreewp_dtree_Node {
    position: relative;
    padding-left: 10px;
    margin-bottom: 3px;
} 

.wp_dTreewp_dtree_Node a{
	border-bottom: 1px solid #c6a3b9;
}

.wp_dTreewp_dtree_Node a:hover {
    border-bottom-color: #BF348F;
} 

.clip .clip {
    margin-bottom: 5px;
    padding-left: 10px;
    position: relative;
    padding-bottom: 5px;
	padding-top: 2px;
    border-bottom: 1px solid #c883b0;
    background: transparent url(images/sub_bg_bottom.png) no-repeat scroll left bottom;
} 

#dp0 .topBG {
    background: transparent url(images/sub_bg_top.png) no-repeat scroll left top;
    width: 200px;
    heigh: 20px;
    position: absolute;
    top: -20px;
    float: left;
}

body #dtreep .clip .clip a {
    color: #303030;
    font-size: 80%;
	border:0;
} 

body #dtreep .clip .clip a:hover{
	color: #000;
	border-bottom:  1px solid #54103B;
}

/*categories heading hidden*/ 
#wp-dtree-pages h2.widgettitle, #wp-dtree-categories h2.widgettitle {
    display: none;
}



/*blog sidebar*/
.blog-cat li{
	padding: 10px;
	-moz-border-radius: 10px;
    -webkit-border-radius: 10px;
	background:#980d69 url(images/blog_sidebar_bg.png) repeat-x bottom;
	margin-bottom: 10px;
}

.blog-cat li a{
	color: #ffd0ef;
	border-bottom: 1px solid transparent;
	line-height:1.5em;
}
	.blog-cat li a:hover{
		color: white;
		border-bottom: 1px solid #c883b0;
	}
