#helpnav {
	font: normal 11px Verdana, Arial, sans-serif;
	position: absolute;
	left: 50%;
	top: 1700px;
	margin-left: -490px;
	width: 980px;
}

ul.listexpander {
	position: absolute;
	right: 0;
	top: 20px;
	width: 220px;
}

.listexpander,
.listexpander ul,
.listexpander li {
	margin: 0;
	padding: 0;
	list-style: none;
}

.listexpander li {
	line-height: 15px;
	margin: 20px 0 0 20px;
	cursor: default;
	font-weight: bold;
	width: 100%;
}

.listexpander li.collapsed,
.listexpander li.expanded { cursor: pointer; }

.listexpander li li {
	font-weight: normal;
	margin: 0 0 0 20px;
}

/* first level */


/* buttons */

p.listexpander {
	position: absolute;
	right: 0;
	height: 1.5em;
	margin: 1em 0;
}
p.listexpander a {
	float: left;
	height: 1.5em;
	line-height: 1.5em;
	padding: 0 10px;
	border: 1px solid #909090;
	margin-right: 5px;
	cursor: pointer;
}

p.listexpander a:hover {
	background: #c0c0c0;
}

/* float fix */
.listexpander li:after{
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.listexpander li{
	display: inline-block;
}
/* Hides from IE-mac \*/
* html .listexpander li{
	height: 1%;
}
.listexpander li{
	display: block;
}
/* End hide from IE-mac */
/* end float fix */
