div#switcher {
	position: absolute;
	top: 10px;
	right: 0;
	width: 348px;
	font-family: Arial;
	font-size: 1.0em;
	z-index: 100;
}
div#switcher li {
	padding: 0;
	margin: 0;
}
div#switcher.show {
	border: 1px solid #f00;
}
div#switcher a {
	color: #626258;
	text-decoration: none;
}
div#switcher a:hover, div#switcher td.alt a:hover {
	color: #fff;
}
div#switcher td.alt a {
	color: #adad95;
}
div#switcher h6 {
	display: block;
	float: right;
	margin-bottom: -1px;
	height: 30px;
	width: 192px;
}
* html div#switcher h6 {
	height: 31px;
}
body div#switcher h6.hide, body div#switcher h6.hover {
	display: none;
}
div#links {
	float: right;
	width: 344px;
	background-color: #242424;
	border: 2px solid #3c3c3c;
	display: none;
}
div#links.show {
	display: block;
}
div#links div {
	width: 344px;
}
div#links div.alt, div#links div#second {
	background-color: #1d1d1d;
	border-top: 1px solid #303030;
	border-bottom: 1px solid #303030;
}
div#links div table {
	margin: 30px 10px 30px 25px;
	border: 0;
	padding: 0;
}
div#links div table tr.hover a {
	color: #fff;
	border: 0;
	padding: 0;
	margin: 0;
}
div#links table td {
	line-height: 1.8em;
	border: 0;
	padding: 0;
	margin: 0;
}
div#links table td.alt {
	width: 110px;
	border: 0;
	padding: 0;
	margin: 0;
}
