/************************************************************************************
Created: April/2007
Author: Simone Mihich Bueno (http://www.pomersys.com)
*************************************************************************************/ 

div.home a {
	background: #fff url(/images/bt_brtv_off.gif) no-repeat bottom left;
	display: block;
	width: 193px;
	height: 24px;
}
div.home a:hover {
	background: #fff url(/images/bt_brtv_on.gif) no-repeat bottom left;
}
div.quemsomos a {
	background: #fff url(/images/bt_quemsomos_off.gif) no-repeat bottom left;
	display: block;
	width: 144px;
	height: 24px;
}
div.quemsomos a:hover {
	background: #fff url(/images/bt_quemsomos_on.gif) no-repeat bottom left;
}
div.videos a {
	background: #fff url(/images/bt_videos_off.gif) no-repeat bottom left;
	display: block;
	width: 94px;
	height: 24px;
}
div.videos a:hover {
	background: #fff url(/images/bt_videos_on.gif) no-repeat bottom left;
}
div.blogs a {
	background: #fff url(/images/bt_blogs_off.gif) no-repeat bottom left;
	display: block;
	width: 84px;
	height: 24px;
}
div.blogs a:hover {
	background: #fff url(/images/bt_blogs_on.gif) no-repeat bottom left;
}
div.cadastrese a {
	background: #fff url(/images/bt_cadastrese_off.gif) no-repeat bottom left;
	display: block;
	width: 124px;
	height: 24px;
}
div.cadastrese a:hover {
	background: #fff url(/images/bt_cadastrese_on.gif) no-repeat bottom left;
}
div.contato a {
	background: #fff url(/images/bt_contato_off.gif) no-repeat bottom left;
	display: block;
	width: 124px;
	height: 24px;
}
div.contato a:hover {
	background: #fff url(/images/bt_contato_on.gif) no-repeat bottom left;
}


div.home span, div.quemsomos span, div.videos span, div.blogs span, div.cadastrese span, div.contato span {
	display: none;
}
