
div#site_switcher {
	width: 205px;
	position: absolute;
	font-family: Arial;
	font-size: 10px;
	line-height: 14px;
	color: #666666;
	z-index:20;
}

div#site_switcher a {
	font-family: Arial;
	font-size: 10px;
	line-height: 14px;
	color: #666666;
	text-decoration: none;
}
div#site_switcher a:hover {
	color: #ffffff; 
	text-decoration: none;
}
div#site_switcher td.my_alt a {
	font-family: Arial;
	font-size: 10px;
	line-height: 14px;
	}

div#links {
	float: right;
	width: 310px;
	background-color: #cccccc;
	border: 2px solid #999999;
}

div#links-wrap {
	float: right;
	position: relative;
	background-color: #cccccc;
	border: 0px solid #999999;
}
div#links.show {
	display: block;
	border: 0px solid #999999;
}


div#links div table {
	margin: 10px 10px 10px 15px;
}


