div#other-default {
	display: none;
}
div#other-show {
	display: block;
	position: absolute;
	background-color: #000000;
	width: 125px;
	height: 18px;
	margin: -6px 0 0 623px;
	color: #ffffff;
	padding: 0 0 0 2px;
	z-index: 5000;
}
div#list-other {
	width: 200px;
	position: absolute;
	background-color: #000066;
	margin: 22px 0 0 -82px;
	z-index: 5000;
	padding: 4px;
}
div#list-other ul,div#list-other li {
	z-index: 5000;
	background-color: #000066;
	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;
}