@charset "utf-8";
/* CSS Document */

.sitemapBox{
background:url(../images/sitemap_bg.gif) left top repeat-x;
background-color:#2b2b2a;
padding:35px 24px 10px 24px; 
}
.sitemapBox .for_line{
background:url(../images/lineIco.gif) left bottom repeat-x;
background-color:#2b2b2a;
padding-bottom:125px;
}
.sitemapBox ul{
background-color:#000;
display:block;
}
.sitemapBox ul li{
border-bottom:solid 1px #2b2b2a;
padding:10px 10px 10px 150px;
background:url(../images/arrowIco.gif) 120px center no-repeat;
font-size:120%;
}
.sitemapBox ul li a{
color:#fff;
text-decoration:none;
font-weight:bold;
}
.sitemapBox ul li#topLink{
padding:10px 10px 10px 45px;
background:url(../images/arrowIco.gif) 15px center no-repeat;
}