<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.PATH {
 /*float: left;*/
 width: 100%;
 border-top: dotted 1px #D1D1D2;
 border-bottom: dotted 1px #D1D1D2;
 margin-bottom: 10px;
 background-color: White;
}

.PATH ul,
.PATH li {
 margin: 0px;
 padding: 0px;
 display: inline;
 list-style-type: none;
}

.PATH li a {
 padding-left: 8px;
 margin-right: 5px;
 background-image: url(../../default/images/Path.gif);
 background-repeat: no-repeat;
 background-position: left center;
 color: #A1A1A2;
 font-size: 0.9em;
 white-space: nowrap;
}

.PATH li a:hover {
 color: black;
 background-image: url(../../default/images/PathOver.gif);
}

</pre></body></html>