.hu_social{
	width:24px;
	height:24px;
	background-image:url(../images/social.png);
	background-repeat:no-repeat;
	display:block;
	float:left;
}
.m_mail{
	background-position:0px 0px;
}
.m_mail:hover{
	background-position:0px -24px;
}
.m_rss{
	background-position:-24px 0px;
}
.m_rss:hover{
	background-position:-24px -24px;
}
.m_youtube{
	background-position:-48px 0px;
}
.m_youtube:hover{
	background-position:-48px -24px;
}
.m_twitter{
	background-position:-72px 0px;
}
.m_twitter:hover{
	background-position:-72px -24px;
}
.m_facebook{
	background-position:-96px 0px;
}
.m_facebook:hover{
	background-position:-96px -24px;
}
.bg_social{
    width:140px;
    height: 40px;
    padding:5px 0 5px 60px;
    color: #fff; 
    margin:0 0 5px 0;    
}
.bg_social a{
    color: #fff;
    }
.bg_social_fb{
    background:url(../images/bg_facebook.png) no-repeat; 
}
.bg_social_twitter{
    background:url(../images/bg_twitter.png) no-repeat; 
}