@charset "utf-8";
/* CSS Document */

#followUs_footer {
	float: right;
	padding-top: 13px;
	height: 37px;
	clear: both;
	
}
#followUs_footer ul{
	margin: 0px;

}

#followUs_footer ul.followUs_footer_links {
	display: block;
	list-style: none;
}
#followUs_footer ul.followUs_footer_links li {
	padding-left: 10px;
	padding-right: 10px;
	
	text-decoration: none;
	float: left;
	list-style: none;
	background: url(../images/btn_separator.jpg) no-repeat right;
}
*html #followUs_footer ul.followUs_footer_links li {
	padding-left: 8px;
	padding-right: 8px;
	text-decoration: none;
	float: left;
	list-style: none;
}
/* Button 01 - Home  */
.followUs_footer_links .followUs_footer_home {
	background:  url(../images/btn1_normal.jpg);
	display:block;
	width:80px;
	height: 37px;
}
.followUs_footer_links .followUs_footer_home:hover {
	background:  url(../images/btn1_hover.jpg);
}


/* Button 02 - Services  */
.followUs_footer_links .followUs_footer_services{
	background: url(../images/btn2_normal.jpg);
	display:block;
	width:116px;
	height: 37px;
}
.followUs_footer_links .followUs_footer_services:hover {
	background: url(../images/btn2_hover.jpg);
}

/* Button 03 - Channels  */
.followUs_footer_links .followUs_footer_channels {
	background:  url(../images/btn3_normal.jpg);
	display:block;
	width:121px;
	height: 37px;
}
.followUs_footer_links .followUs_footer_channels:hover {
	background:  url(../images/btn3_hover.jpg);
}


/* Button 04 - FAQ  */
.followUs_footer_links .followUs_footer_faq{
	background: url(../images/btn4_normal.jpg);
	display:block;
	width:61px;
	height: 37px;
}
.followUs_footer_links .followUs_footer_faq:hover {
	background: url(../images/btn4_hover.jpg);
}

/* Button 05 - Voices  */
.followUs_footer_links .followUs_footer_voices{
	background: url(../images/btn5_normal.jpg);
	display:block;
	width:89px;
	height: 37px;
}
.followUs_footer_links .followUs_footer_voices:hover {
	background: url(../images/btn5_hover.jpg)
}

/* Button 06 - Contact Us  */
.followUs_footer_links .followUs_footer_contact {
	background: url(../images/btn6_normal.jpg);
	display:block;
	width: 131px;
	height: 37px;
}
.followUs_footer_links .followUs_footer_contact:hover {
	background: url(../images/btn6_hover.jpg);
}



/* end link columns */
.followUs_footer_links a {
	background-position:0 0;
	background-repeat:no-repeat;
	border:0 none;
	display:block;
	font-size:1px;
	line-height:0;
	outline-color:-moz-use-text-color;
	outline-style:none;
	outline-width:medium;
	text-indent:-9999px;
}
