#switch-to{
	background-color: #F7F7F7;
	border: 1px solid #666666;
	padding: 7px;
	position: absolute;
	width: 250px;
	z-index: 2;
	display: none;
}

#switch-to h2{
	margin: 0 5px 0 5px;
	font-size: 14px;
	font-weight: bold;
	color: #555555;
}

#switch-to ul{
	list-style: none;
	width: 100%;
	margin: 0;
}

#switch-to ul li{
	border-top: 1px solid #DDDDDD;
	padding: 0px;
}

#switch-to ul li:first-child {
	border-top-style: none;
}

#switch-to ul a{
	padding: 0 7px;
	display: block;
	text-decoration: none;
	font-weight: bold;
	font-size: 14px;
}

#switch-to ul a span{
	display: block;
	font-size: 11px;
	font-weight: normal;
	color: #555555;
}

#switch-to ul a:hover{
	display: block;
	text-decoration: none;
	background: #DCDFBB;
	font-weight: bold;
}