div#other-default {
	display: none;
}
div#other-show {
	display: block;
	position: relative;
	background-color: #000000;
	width: auto;
	height: auto;
	margin: 0;
	color: #ffffff;
	z-index: 5000;
}
div#list-other {
	width: 200px;
	position: absolute;
	background-color: #666666;
	margin: 22px 0 0 0;
	z-index: 5000;
	padding: 4px;
}
div#list-other ul,div#list-other li {
	z-index: 5000;
	border-width: 0;
	margin: 0px;
	padding: 2px;
	list-style: none;
	float: none;
	width: 95%;
}
div#list-other a, div#list-other a:visited {
	color: #ffffff;
}
div#list-other a:hover, div#list-other a:active {
	color: #cccccc;
}