ol.subForums {
margin: 0px 10px 10px 53px;
}
.subForums li {
display: inline-block;
width: 35%;
background: url("@imagePath/xenforo/XenCrea/arrow1.jpg") left top 2px transparent no-repeat;
padding: 0 0 0 19px;
height: 15px;
}
.subForums li:hover {
background: url("@imagePath/xenforo/XenCrea/arrow2.jpg") left top 2px transparent no-repeat;
}
.subForums li .nodeTitle {
position: relative;
bottom: 0px;
}
.subForums .nodeTitle a {
color: #606060;
transition: 0.2s;
font-size: 12px;
}
.subForums .nodeTitle a[href]:hover {
color: black;
text-decoration: none;
transition: 0.2s;
}
.subForums li {
display: inline-block;
width: 35%;