#site-switcher {
	margin: 0;
	display: none;
}

#site-switcher a {
	color: #fff;
	display: block;
	font-size:60px;
	text-align:center;
	padding:1em 0.2em;
	border-bottom: 1px solid #000;
	text-decoration: none;
	font-weight: bold;
	
	
	text-shadow: 1px 1px 0px #1c1c1c;
	filter: dropshadow(color=#1c1c1c, offx=1, offy=1);
	
	background: #575757; /* old browsers */
	background: -moz-linear-gradient(top, #575757 0%, #333333 100%); /* firefox */
	
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#575757), color-stop(100%,#333333)); /* webkit */
	
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#575757', endColorstr='#333333',GradientType=0 ); /* ie */
}