﻿/* Site map -*/
#sitemap {
    width:460px;
    float:left;
}
#sitemap ul {
    padding-bottom:0.7em;    
    font-size:100%;
}
#sitemap ul li{font-size: 100%;}
#sitemap ul li a{font-size: 1em;}
#sitemap li {
    cursor:pointer;
    display:block;  
    float:left;
    clear:left;
    padding:0.2em 0 0 20px;
    /* background:#fff url(/layout_images/bg_sitemap_disabled_arrow.png) no-repeat 0 0.6em; */   
    background:#fff url(../images/site/BackgroundImages/bg_sitemap_disabled_arrow.png) no-repeat 0 0.6em;    
    font-size:100%;        
}
#sitemap ul#expand {
    margin-left:0;
}
#sitemap ul#expand li {
    background:none;
    padding-left:0;
    float:left;
    display:block;
    margin:0 10px 1.0em 0;
    clear:none;
    color:#323232;
    font-weight:bold;
}
#sitemap ul#expand li:hover {
    text-decoration:underline;
    color: #00C0FF;
}
#sitemap li a {
    text-decoration:none;  
    font-weight:bold;
    display:block;
    margin-bottom:0.3em;
    clear:left;
    color:#323232;
}
#sitemap li a:hover {
    text-decoration:underline;
    color: #00C0FF;
}
/* #sitemap li a:visited {
    color:#323232;
} */
#sitemap li.open ul,
#sitemap li ul {
    display:block;
}
#sitemap li.open {
    /* background:#fff url(/layout_images/bg_sitemap_open_arrow.png) no-repeat 0 0.6em; */   
    background:#fff url(../images/site/BackgroundImages/bg_sitemap_open_arrow.png) no-repeat 0 0.6em;        
}
#sitemap li.closed {
    /* background:url(/layout_images/bg_sitemap_closed_arrow.png) no-repeat 0 0.6em; */
    background:url(../images/site/BackgroundImages/bg_sitemap_closed_arrow.png) no-repeat 0 0.6em;
}
#sitemap li.closed ul {
    display:none;
}