@CHARSET "ISO-8859-1";

#path {
    height: 153px;
    width: 658px;
    line-height:0;
    font-size:0;
}
#path ul {
    margin: 3px 0 0 117px;
    padding: 0;
    height:20px;
}
#path ul li {
    display:inline;
    margin: 0;
    padding: 0 1px 0 12px;
    list-style-type: none;
    font-size: 12px;
    line-height: 17px;
    height: 20px;
    color: #999999;
    text-decoration: none;
    background-repeat: no-repeat;
    background-image: url(../../images/mmmnew/path-bullet.gif);
    background-position: 1px 5px;
}
#path ul li.first {
    list-style-image: none;
    background-position: -15px 5px;
    padding-left: 0;
}

}
#path ul a:hover {
    font-size: 12px;
    color: #FFFFFF;
    text-decoration: none;
    background-color: #999999;
}

#path ul a:link,
#path ul a:visited,
#path ul a:active {
    font-size: 12px;
    color: #999999;
    text-decoration: none;
}
#path ul a.active {
    font-weight: bold;
    color: #666666;
}
