@charset "UTF-8";
/* CSS Document */
#socialMenu {
	position: absolute;
	height: 56px;
	width: 184px;
	left: 775px;
	top: 127px;
}
#social-youtube {
	position: absolute;
	height: 56px;
	width: 56px;
	top: 0px;
	right: 0px;
}
#social-twitter {
	position: absolute;
	height: 56px;
	width: 56px;
	top: 0px;
	right: 60px;
}
#social-facebook {
	position: absolute;
	height: 56px;
	width: 56px;
	top: 0px;
	right: 120px;
}
.socialMenu-icon:hover {
	height: 56px;
	width: 56px;
	background-image: url(images/50px-hover.png);
	background-position: center;
	background-repeat: no-repeat;
}
