/* Sitemap */
#sitemap 
{
 margin-top: 0;
 margin-right: 150px;
 margin-bottom: 1em;
 margin-left: 150px;
 text-align: left;
 background-color: #FFFFFF;
 overflow: hidden;
}

#sitemap a 
{
 color: #000000;
 font-weight: bold;
 text-decoration: none;
}

#sitemap a:hover 
{
 background-color: #CCCCCC;
}

#sitemap ul 
{
 list-style: none;
 margin: 0;
 padding: 0;
}

#sitemap li 
{
 background-color: #80FFFF;
 margin-top: 0;
 margin-right: 0;
 margin-bottom: -0.1em;
 margin-left: 0;
 min-height: 1em;
 padding-top: .2em;
 padding-right: .4em;
 padding-bottom: .2em;
 padding-left: .4em;
 position: relative;
 width: 9em;
}

#sitemap ul ul 
{
 font-size: 90%;
 margin-top: -1.4em;
}

#sitemap ul ul li 
{
 background-color: #B6FE81;
 border-left-color: #66C;
 border-left-width: 0.5em;
 border-left-style: solid;
 border-top-color: #FFFFFF ! important;
 border-top-width: 0.5em ! important;
 border-top-style: solid ! important;
 left: 10.4em;
}

#sitemap ul ul ul li 
{
 background-color: #FAD185;
 border-color: #690;
}

#sitemap ul ul ul ul li 
{
 background-color: #FC83A2;
 border-color: #960;
}

#sitemap ul ul ul ul ul li 
{
 background-color: #C0C0C0;
 border-color: #900;
}
