@CHARSET "UTF-8";

.sitepath  {
    margin-left: 0;
    padding-left: 0;
    display: inline;
} 
.sitepath .label {
    margin-left: 0;
    list-style: none;
    display: inline;
    font-family : Verdana MS, arial, helvetica, sans-serif;
    font-size : 12px;
    font-weight : bold;
    color: #ffffff;
    margin-left: 0;
    padding: 0px 0px 0px 20px;
    background-image: url(Images/Sitepath/pathDot.gif);
    background-repeat: no-repeat;
    background-position: left;
    
}
.sitepath .item {
    margin-left: 0;
    padding: 0px 0px 0px 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 : Verdana MS, arial, helvetica, sans-serif;
    font-size : 12px;
    color: #ffffff;
    text-decoration: none;
}
.sitepath li a:hover {
    text-decoration: underline;
}
