/* * SWITCHER STYLES
 */
#switcher {
	width: 295px;
	position: relative;
	z-index: 5000;
	top: 21px;
}

	/* * SWITCHER SELECTED
	 */
	#switcher > .selected {
	height: 42px;
	background-image: url(../images/logo.gif);
	background-repeat: no-repeat;
	}
	#switcher > .selected a > img {
	border: 0;
	text-align: center;
}

		/* * SWITCHER LOADER
		 */
		#switcher > .selected img.loader {
			margin-top: 12px;
			margin-left: 130px;
			
		}
		
		#switcher > .selected .loader {
			margin-top: 8px;
			margin-left: 50px;
			background-color: rgba(0, 0, 0, 0.9);
color: rgba(0, 0, 0, 0.9);
			font-size: 1.25em;
			font-weight: bold;
			letter-spacing: 0.1em;
			color: #fbfbfb;
			text-transform: uppercase;
		}


	/* * SWITCHER DROPDOWN
	 */
	#switcher > .dropdown {
	display: none;
	list-style: none;
	width: 100%;
	margin: 0;
	padding: 0;
	position: absolute;
	z-index: 5001;
	border: 1px solid #353133;
background-color: rgba(0, 0, 0, 0.9);
color: rgba(0, 0, 0, 0.9);
-webkit-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.6);
-moz-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.6);
box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.6); 
	top: -5px;
	}
	
	#switcher > .dropdown > li a, #switcher .dropdown > li a:visited {
	display: block;
	height: 50px;
	padding: 15px;
	text-align: center;
	}
	#switcher > .dropdown > li a > img {
	border: 0;
	text-align: center;
}
	
	#switcher > .dropdown > li a:hover, #switcher .dropdown > li a:visited:hover {
	background-color: rgba(33,33,33,0.8);
	color: rgba(33,33,33,0.8);
	}
	
		/* * DROPDOWN; ACTIVE LINK
		 */
		#switcher > .dropdown > li a.active, #switcher > .dropdown > li a.active:visited,
		#switcher > .dropdown > li a.active:visited:hover, #switcher > .dropdown > li a.active:hover {
	height: 20px;

		}
	
	
	/* * SWITCHER TOGGLE
	 */
	#switcher > .toggleControl {
	width: 13px;
	height: 21px;
	background: url(../images/btn-switch.png) 0 0 no-repeat;
	position: absolute;
	top: 11px;
	right: 5px;
	z-index: 5002
	}
#switcher .dropdown .title {
	background-image: url(../images/network-title.gif);
	background-repeat: no-repeat;
	background-position: center center;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #292929;
}
#switcher .dropdown .title .active {
	background-color: transparent;
}
#switcher .dropdown .title a:hover {
	background-color: transparent;
	cursor: default;
}

	#switcher > .toggleControl:hover {background-position: 0 -21px; cursor: pointer;}
