#switcher {
	position: fixed;
	top: 5px;
	left: 5px;
	padding: 8px;
	color: #efefef;
	font-size: 11px;
	border: 1px solid #000;
	background: rgb(0, 0, 0); /* The Fallback */
	background: rgba(0, 0, 0, 0.7);
}

#switcher h6 {
	margin-bottom: 5px;
}

#switcher h6 {color:#FFFFFF;}
#switcher li { margin-left:0; padding-left:0; background-image:none; list-style:none; }
#switcher a:link { color: #ccc;}
#switcher a:visited { color: #ccc;}
#switcher a:hover { color: #fff;}
#switcher a:active { color: #ccc;}