.level1, .level2, .level3, .level4 {
	list-style:none;
	font-size:11px;
	margin:0;
	padding:2px 0 2px 20px
}

.level1 a, .level2 a, .level3 a, .level4 a, ul.altsym a {
	color: #333;
	text-decoration: none;
}

.level1 a:hover, .level2 a:hover, .level3 a:hover, .level4 a:hover, ul.altsym a:hover {
	color: #F90;
	text-decoration: none;
}

/* expandable list with plus/minus symbol */

ul.altsym {
	font-size:11px;
    margin: 0;
    padding:0;
}

ul.altsym ul {
    display: none;
    margin: 0;
    padding-left: 15px;
}

ul.altsym li {
    list-style-type: none;
    position: relative;
    width: 100%;
	 padding:1px 0;
}

ul.altsym a {
    display: block;
    padding-left:5px;
	 margin-left:15px;
    text-decoration: none;
    width: 100%;
}

html>body ul.altsym a { width: auto; } /* hidden from Win/IE */

ul.altsym a.switch {
    background: transparent url(/img/sitemap/plusminus.gif) no-repeat top left;
    border: none;
    height: 11px;
    left: 4px;
    line-height: 0px; /* Win/IE needs this for some reason */
    margin:0;
    padding:0;
    text-indent: -500px;
    top: 0.3ex;
    position: absolute;
    width: 11px;
}

ul.altsym a.switch:hover {
    background-color: transparent;
    border: none;
}

ul.altsym a.on { background-position: bottom left; }
ul.altsym a.off { background-position: top left; }

/* Box-model hacks for Win/IE 5.5 \*/
* html ul.altsym { width: 300px; w\idth: 230px; }
* html ul.altsym a { margin-left: 0px; ma\rgin-left: 17px; }
* html ul.altsym a.switch { left: -11px; lef\t: 6px; }
/* end hacks */
