
.default_10 a,
.default_10 a:active,
.default_10 a:visited{
    color:#000;
    display: block;
    padding: 4px 4px 4px 20px;
    border-bottom: 1px solid #000;
    text-decoration: none;
}

.default_10 a:hover{
    background: url(/template/images/arrow.gif) left center no-repeat;
}

.default_10 a.sub,
.default_10 a.sub:active,
.default_10 a.sub:visited{
    background: #ccc;
}

.default_10 a.sub:hover{
    background: #eee;
}