@CHARSET "UTF-8";

.sitepath  {
    margin-left: 0;
    padding-left: 0;
    display: inline;
} 
.sitepath .label {
    list-style: none;
    display: inline;
    font-family : Trebuchet MS, arial, helvetica, sans-serif;
    font-size : 12px;
    font-weight : bold;
    color: #1459a6;
    margin-left: 0;
    padding: 1px 0px 1px 20px;
    background-image: url(../Images/Sitepath/pathDot.gif);
    background-repeat: no-repeat;
    background-position: left;    
}
.sitepath .item {
    margin-left: 0;
    padding: 1px 0px 1px 16px;
    background-image: url(../Images/Sitepath/dot.gif);
    background-repeat: no-repeat;
    background-position: left;
    list-style: none;
    display: inline;    
}
.sitepath li a {
    font-family : Trebuchet MS, arial, helvetica, sans-serif;
    font-size : 12px;
    color: #1459a6;
    text-decoration: none;
}
.sitepath li a:hover {
    text-decoration: underline;
}