@import url(layout.css);
@import url(texts.css);
 
 #switchPanel {
	width: 810px;
	float: left;
	padding: 5px;
	background-color: #666;
	color: #FFF;
	font-style: bold;
	position: relative;
	z-index: 40;
}

#switchPanel a {
	color: #FFF;
	font-style: bold;
}


