@charset "UTF-8";

@media all
{
  ul#sitemap {
    list-style-type : none;
	
	margin-top      : 20px;
	margin-left     : 10px;
  }
  
  ul#sitemap li {
    padding-top     : 3px;
	padding-bottom  : 3px;
  }
  
  ul#sitemap li.level0_hasSub {
    text-indent     : 0px;
	background      : #E5E1D5;
	text-indent     : 4px;
  }
  
  ul#sitemap li.level0_hasSub a, ul#sitemap li.level0_hasSub a:link, ul#sitemap li.level0_hasSub a:visited, ul#sitemap li.level0_hasSub a:active {
    color           : #948C75;
	text-decoration : none;
  }
  
  ul#sitemap li.level0_hasSub a:hover {
    color           : #000000;
	text-decoration : none;
  }
  
  ul#sitemap li.level1_isSub, ul#sitemap li.level1_hasSub, ul#sitemap li.level1_lastSub {
    text-indent     : 20px;
	
	background      : url(../images/layout/sitemap_level1.jpg) top left no-repeat;
  }
  
  ul#sitemap li.level2_isSub, ul#sitemap li.level2_lastSub {
    text-indent     : 40px;
	
	background      : url(../images/layout/sitemap_level2.jpg) top left no-repeat;
  }
  
  ul#sitemap li.level2_lastSub {
	background      : url(../images/layout/sitemap_level4.jpg) top left no-repeat;
  }
  
  ul#sitemap li.level1_hasSub {
    background      : url(../images/layout/sitemap_level3.jpg) top left no-repeat;
  }
  
  ul#sitemap li.level1_lastSub {
    background      : url(../images/layout/sitemap_level5.jpg) top left no-repeat;
  }
}