#topic_path {
    margin:5px 0;
    padding-bottom:5px;
    font-size: 12px;
    color: #666;
    border-bottom: solid 1px #ccc;
}
#topic_path a {
    text-decoration: none;
    color: blue;
}
#topic_path a:hover {
    text-decoration: underline;
    color: blue;
}
#topic_path li {
    display:inline;
    line-height:110%;
    list-style-type:none;
    padding-left:5px;
}
#topic_path li a {
    padding-right:10px;
    background:url(../images/topicpath.gif) no-repeat right center;
}

