#fl_menu{
	top:200px;
	/*right:30px;*/
	z-index:9999;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	position:absolute;
	width: 88px;
	height:266px;
}
#fl_menu .label{
	padding:10px 20px;
	font-weight:bold;
	color:#fff;
	letter-spacing:2px;
	float: left;
	margin:1px 0 0 1px;
}
#fl_menu .label a{
  color: #FFFFFF;
}
#fl_menu .label a:hover{
  color: #CCCCCC;
}
.float-fb a {
	background-image: url(../../images/float-facebook.jpg);
	background-repeat: no-repeat;
	height: 50px;
	width: 50px;
	float: left;
}
.float-fb a:hover {
	background-image: url(../../images/float-facebook-hover.jpg);
	background-repeat: no-repeat;
	height: 50px;
	width: 50px;
	float: left;
}
.float-ttr a {
	background-image: url(../../images/float-twitter.jpg);
	background-repeat: no-repeat;
	height: 50px;
	width: 50px;
	float: left;
}
.float-ttr a:hover {
	background-image: url(../../images/float-twitter-hover.jpg);
	background-repeat: no-repeat;
	height: 50px;
	width: 50px;
	float: left;
}
.float-gp a {
	background-image: url(../../images/float-googleplus.jpg);
	background-repeat: no-repeat;
	height: 50px;
	width: 50px;
	float: left;
}
.float-gp a:hover {
	background: url(../../images/float-googleplus-hover.jpg);
	background-repeat: no-repeat;
	height: 50px;
	width: 50px;
	float: left;
}
.float-lnd a {
	background-image: url(../../images/float-linkdin.jpg);
	background-repeat: no-repeat;
	height: 50px;
	width: 50px;
	float: left;
}
.float-lnd a:hover {
	background: url(../../images/float-linkdin_hover.jpg);
	background-repeat: no-repeat;
	height: 50px;
	width: 50px;
	float: left;
}
.float-yt a {
	background-image: url(../../images/float-youtube.jpg);
	background-repeat: no-repeat;
	height: 50px;
	width: 50px;
	float: left;
}
.float-yt a:hover {
	background: url(../../images/float-youtube-hover.jpg);
	background-repeat: no-repeat;
	height: 50px;
	width: 50px;
	float: left;
}
#HmeClientScroll {
	float: left;
	width: 1024px;
	overflow: hidden;
	height: 80px;
}