






.drop-down-list LI .TITLE {
	color: #000;
}

.drop-down-list .links-list {
	height: 0;
	line-height: 0;
	margin: 0;
	overflow: hidden;
}

.drop-down-list.show .links-list {
	opacity: 1;
	height: auto;
	line-height: 1.5em;
}

.drop-down-list P {
	cursor: pointer;
}

.drop-down-list P .HIDDEN,
.drop-down-list P .DROPDOWN {
	display: inline-block;
	font-weight: 700;
	width: 1.5em;
	position: absolute;
	text-align: center;
}

.drop-down-list.show P .HIDDEN,
.drop-down-list P .DROPDOWN {
	display: none;
}

.drop-down-list.show P .DROPDOWN {
	display: inline-block;
}

.drop-down-list P .DROPDOWN + * {
	color:#666;
	padding-left: 1.5em;
	-text-decoration: underline;
}



