.odcat {
    margin: 0;
    padding: 0;
    width: 100%;
    list-style: none;
}

.odcat li {
    position: relative;
}

.odcat li a {
    padding: 10px 10px 10px 20px;
    display: block;
    font-size: 14px;
    color: #000;
    text-decoration: none;
    background: #ccc;
    border-bottom: 1px solid #5e5e5e
}

.odcat ul {
    position: relative;
    margin: 0;
    padding: 0;
    display: none;
    list-style: none;
}

.odcat ul li {
    position: static;
}

.odcat ul a {
    padding: 5px 0 5px 30px;
    font-size: 12px;
    color: #8b8b8b;
    background-color: #ededed;
}

.odcat ul ul a {
    padding-left: 50px !important;
}

.odcat ul a.active {
    font-weight: bold;
    color: #000;
}

.odcat a.parent {
    background-image: url(../images/menu-arr-down.png);
    background-repeat: no-repeat;
    background-position: 90% 50%;
}

.odcat ul a.parent {
    background-image: url(../images/menu-arr-down.png);
    background-repeat: no-repeat;
    background-position: 90% 50%;
}