

#navigation li {
        list-style-type: square;
        list-style-image: url(../images/arrow.gif);
        list-style-position: inside;
        width: 14em;
        margin-left: 0;
        padding-left: 0em;
        text-indent: 0em;
              }

#navigation a {
        color: #0066cc;
        text-decoration: underline;
        }

#navigation a:hover {
        color: #595959;
        }

#navigation {
        PADDING-RIGHT: 10px;
        PADDING-BOTTOM: 7px;
        PADDING-LEFT: 4px;
        TEXT-INDENT: -10px
        }
        


OL {MARGIN-LEFT: 20px}




#toppage li {
        list-style-type: square;
        list-style-image: url(../images/arrowdown.gif);
        list-style-position: inside;
        }

#toppage a {
        color: #0066cc;
        text-decoration: underline;
        }

#toppage a:hover {
        color: #595959;
        }

#toppage {
        PADDING-RIGHT: 10px;
        PADDING-BOTTOM: 7px;
        PADDING-LEFT: 15px;
        TEXT-INDENT: -10px
        }




#currentpage a {
        color: #999999;
        text-decoration: none;
        cursor: default
        }
        
#currentpage li {
        list-style-type: square;
        list-style-image: url(../images/arrowred.gif);
        list-style-position: inside;
        width: 14em;
        margin-left: 0;
        padding-left: 0em;
        text-indent: 0em;
        }

#currentpage {
        PADDING-RIGHT: 10px;
        PADDING-BOTTOM: 7px;
        PADDING-LEFT: 4px;
        TEXT-INDENT: -10px
        }

