/* site switcher */

#site-switcher {
	position: absolute;
	left: 690px;
	margin-top: 26px;
	z-index: 100;
	width: 300px;
}
#site-switcher-wrapper{
	background-color: #1e1e1e;
	float: right;
	margin-right: 1px;
	width: 111px;
} 
#site-switcher-wrapper:hover .switcher-links-wrapper {
	display: block;
}

#site-switcher-wrapper:hover #switcher-header {
	background-position: left top;
}

#switcher-header {
	height: 43px;
	width: 115px;
	margin-left: -1px;
	text-indent: -9999px;
	background-image: url(/images/switcher-button.jpg);
	background-position: 0px bottom;
	background-repeat: no-repeat;
}

.switcher-links {
	padding-top: 20px;
	padding-right: 20px; 
	padding-left: 25px;
	margin-top: 1px;
	border-right: 1px solid #505050;
	border-bottom: 1px solid #505050;
	border-left: 1px solid #505050;
	z-index: 100;
}
.switcher-links-wrapper {
	display: none;
	position: absolute;	
	right: -2px;
	top: 40px;
	width: 325px;
	z-index: 1000;
	background-image: url(/images/switcher-border.png);
	background-color: #1e1e1e;
	background-repeat: no-repeat;
	background-position: -24px -1px;

	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
	border-left: 1px solid #000000;
}
.switcher-links .switch-group {
	font-size: 13px;
	margin-bottom: 20px;
}
.switcher-links .switch-group .site{
	color: #979797;
	width:113px;
	float: left;
	font-size: 13px
}
.switcher-links .switch-group .about{
	width: 180px;
	color: #545353;
	font-size: 12px;
}

.switcher-links .switch-group li {
	clear: both;
}

.switch-hover {
  /* text-decoration: underline; */
  color: #FFFFFF;
}
