div#switcher {
	float:left;
	font-family: Arial;
	font-size: 10px;
}
div#switcher.show {
	border: 1px solid #dbdcde;
}
div#switcher a {
	color:#FFFFFF;
	text-decoration: none;
}
div#switcher a:hover, div#switcher td.alt a:hover {
	color:#FFFFFF;
	text-decoration:underline;
}
div#switcher td.alt a {
	color:#FFFFFF;
}
div#switcher h6 {
	display: block;
	float: right;
	margin-bottom: -11px;
	height: 30px;
	width: 129px;
	cursor: pointer;
	margin-top: 0px;
	color:#000000;
	position:relative;
}
body div#switcher h6.hide, body div#switcher h6.hover {
	display: none;
}
div#links {
	float: right;
	width: 119px;
	background-color: #053377;
	display: none;
	margin-top:2px;
	margin-right:5px;
	position:relative;
	z-index:1;
}
div#links.show {
	display: block;
}
div#links div {
	width: 119px;
}
div#links div.alt, div#links div#second {
	background-color: #053377;
}
div#links div table {
	margin: 2px 2px 2px 2px;
}
div#links div table tr.hover a {
	color: #fff;
}
div#links table td {
}
div#links table td.alt {
	width: 119px;
}
