
.sidebarMenu .menu li a {
    height: 25px;
    color: #ffffff;
    font-family: Forum;
    font-size: 18px;
    margin-top: 8px;
    position: relative;
    text-decoration: none;
    display: block;
    letter-spacing: 0;
    white-space: nowrap;
    text-transform: uppercase;
    width: 248px;
    padding-left: 10px;
    padding-right: 10px;
    border-style: none;
    border-bottom-style: dashed!important;
    border-width: 2px;
    border-bottom-color: #404040!important;
    border-bottom: 1px dashed #404040!important;
}
.root-item-selected {
    background: #040405!important;
}
.sidebarMenu .menu ul {
	display:none;
}
.sidebarMenu .menu  .root-item-selected  + ul.root-item {
	display:block;
}

.root-item-ul .item-selected  {
background: #040405!important;
}