/* CSS Document */

#sitemap{
  width: 520px;
  height: auto;
}
#sitemap a{
  text-decoration: none;
  color: #666666;
}
#sitemap a:hover{
  color: #FF6666;
  text-decoration: underline;
}
#sitemap p{
  background: url(img/list.gif) left top no-repeat;
  padding-left: 30px;
  margin-top: 15px;
  margin-bottom: 0px;
  line-height: 1.6;
  font-weight: bold;
}
#sitemap ul li{
  margin-left: 40px;
  margin-bottom: 0px;
  line-height: 1.6;
  margin-bottom: 5px;
  margin-top: 0px;
  list-style: url(img/list2.gif);
  font-size: 80%;
}  
#sitemap .sleft{
  width: 250px;
  height: auto;
  float: left;
}
#sitemap .sright{
  width: 250px;
  height: auto;
  float: right;
}