.level1, .level2, .level3, .level4, .level5 {
	list-style:none;
	font-size:1em;
	margin:0;
	padding:2px 0 2px 20px
}
.level1 a, .level2 a, .level3 a, .level4 a, .level5 a, .expandable a {
	color: #FFF;
	line-height: 18px
}
.level1 a:hover, .level2 a:hover, .level3 a:hover, .level4 a:hover, .level5 a:hover, .expandable a:hover {text-decoration: none}

.boldtext {
	font-weight: bold;
}

/* expandable list with plus/minus symbol */

ul.altsym {
    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%;
}

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

}

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

ul.altsym a.switch {
	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;
	background-color: transparent;
	background-image: url(/img/plusminus.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

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: 350px; w\idth: 270px; }
* html ul.altsym a { margin-left: 0px; ma\rgin-left: 17px; }
* html ul.altsym a.switch { left: -11px; lef\t: 6px; }
/* end hacks */





