/*
	 Sitemap Example
	 by Chris Coyier
	 http://css-tricks.com
*/

*					              { margin: 0; padding: 0; }
body				            { font: 14px Georgia, serif; background: #222 url(images/bg.jpg); }

#page-wrap          { width: 800px; margin: 0 auto; background: url(images/content-bg.jpg) no-repeat; }
#page-wrap div      { width: 500px; margin: 0 auto; padding: 100px 0 0 0; }

a					              { text-decoration: none; color: #eee; display: block; padding: 4px 0;}
a:hover             { text-decoration: underline; }

ul                  { padding: 8px 25px; list-style: none;
                      -webkit-box-shadow: 2px 2px 5px black;
                      background: #282828; } 
ul ul               { background: #393939; }
ul ul ul			         { background: #4b4b4b; }
ul ul ul ul			      { background: #5a5a5a; }


