#block{margin-left:0;}
/*#sitemap{background-color:#CCE0E9;}*/
#sitemap{background-color:#fff;}
.nav{margin-left:25px;}
.nav ul {display: block; list-style: none;}

/* HACK >>> first margin for IE 6, after voice-family the hacks for gecko-based browsers and IE 5 (Win & Mac?) */
.nav ul li 	{
    position: relative; left: -11px;
    margin: 10px 0 5px 0;
    voice-family: "\"}\""; /* Gecko Stuff follows */
    margin: 10px 0 5px 10px;
    text-transform:capitalize; 
}
.nav a, .nav a:visited {
    width: 16em;
    display: block;
    margin: 0 0 0 3px;
    padding: 1px 0;
    font-weight: bold;
    line-height: 1.3em;
    text-indent: 0.5em;
    text-decoration: none;
    voice-family: "\"}\""; /* Gecko Stuff follows */
    margin: 0 0 0 -10px;
}
.nav ul ul {padding: 6px 0;}
.nav ul li li {
	left: 10px;
	margin: 10px 0 0 1px; padding: 0 0 0 20px;
	voice-family: "\"}\""; /* Gecko Stuff follows */
	left: 0px;
}
.nav ul li .sub-sub {margin: 10px 0 0 1px;}
.nav ul ul a, .nav ul ul a:visited 	{
    width: 16em;
    margin: 0; 
    line-height: 1.3em;
    font-weight: normal;
    text-indent: 0.4em; 
}
.nav ul ul ul {margin: 0 0 30px 12px; padding: 1px 0 0 0;}

.nav ul li li li{
	top: 10px;
	left: 0;
	margin: 10px 0 5px 0;
	padding: 0 0 0 20px; 
}
.nav ul ul ul a, .nav ul ul ul a:visited{
    width: 16em;
    padding: 1px;
}

/* ### Global Settings >>> colors, borders and images  ### */
.nav {border-left: 1px solid #831836;}
.nav ul li li {background: url("line-sitemap.gif") left center no-repeat;}	
.nav ul ul ul {border-left: 1px solid #831836;}
/*
.nav ul li .sub-sub {background: url("line-sitemap.gif") top left no-repeat;}
*/
.nav ul li ul li {background: url("line-sitemap.gif") top left no-repeat;}

.nav a, .nav a:visited {color:#fff; background:#0d2683; }				
.nav a:active, .nav a:hover, .nav a:focus,  a:focus .sffocus {color: #fff; background:#831836;}			
.nav ul ul a, .nav ul ul a:visited 	{color: #0d2683; border: 1px solid #831836; background:#CCE0E9;}			
.nav ul ul a:active, .nav ul ul a:hover, .nav ul ul a:focus	{color: #0d2683; border: 1px solid #000; background: #eef;}
.nav ul ul ul a, .nav ul ul ul a:visited {color: #0d2683; border: 1px solid #831836; background:#fff;}			
.nav ul ul ul a:active, .nav ul ul ul a:hover, .nav ul ul ul a:focus {color: #000; border: 1px solid #000; background: #eee;}