#navi {
    background: transparent url(navi_bg.gif) 0 0 no-repeat;
    height: 374px;
    width: 282px;
    position: absolute;
    margin-top: 173px;
    left: 0px;
    
}

* html #navi {
    margin-top: 0px;
    top: 186px;
}

#navi ul {
    list-style-type: none;
    margin: 102px 0px 0px 35px;
    padding: 0px;
}

#navi ul ul {
    margin: 0px 0px 0px 20px;
}

#navi a {
  font-size: 14px;
}

#navi a.sel {
    color: #929B02;
}

#paging {
    position: absolute;
    margin-top: 396px;
    margin-left: 238px;
    left: 0px;
}

#paging ul {
    margin: 0px;
    padding: 0px;     
}

#paging li {
    list-style-type: none;
}

* html #paging {
    margin-top: 0px;
    top: 409px;
}

#prevpage {
    display: block;
    margin-bottom: 15px;
}

#prevpage a {
    display: block;
    height: 21px;
    width: 52px;
    
    background: transparent url(prev.gif) no-repeat 0 0;  
}

#prevpage a:hover {
    background: transparent url(prev_over.gif) no-repeat 0 0;  
}

#nextpage a {
    display: block;
    height: 21px;
    width: 52px;
    
    background: transparent url(next.gif) no-repeat 0 0;  
}

#nextpage a:hover {
    background: transparent url(next_over.gif) no-repeat 0 0;  
}

#prevpage.off {
    display: block;
    height: 21px;
    width: 52px;
    background: transparent url(prev_off.gif) no-repeat 0 0;     
}

#nextpage.off {
    display: block;
    height: 21px;
    width: 52px;
    background: transparent url(next_off.gif) no-repeat 0 0;     
}

.csc-sitemap ul {
    list-style-type: none; 
}
.csc-sitemap ul, .csc-sitemap li {
    margin: 0px;
    padding: 0px 0px 0px 7px; 
    
} 