@charset "utf-8";
/*CSS para rolover de imagens do submenu dos itens "process - Partida Tequila" */

.main_sub_menu {
	width:700px;
	height:96px;
	margin-left:30px;
	padding-top:15px;
}

.sub_menu1 {
	float: left;
	background: url(../images/process/the_land/btn_the_land_h.gif) no-repeat;
	width: 132px;
	height: 96px;
	overflow:hidden;
	margin-right:5px;
	background-image: url(../../images/process/the_land/btn_the_land_h.gif);
}

.sub_menu2 {
	float: left;
	background: url(../../images/process/cultivation/btn_cultivation_h.gif) no-repeat;
	width: 132px;
	height: 96px;
	overflow:hidden;
	margin-right:5px;
}

.sub_menu3 {
	float: left;
	background: url(../../images/process/cooking/btn_cooking_h.gif) no-repeat;
	width: 132px;
	height: 96px;
	overflow:hidden;
	margin-right:5px;
}

.sub_menu4 {
	float: left;
	background: url(../../images/process/distillation/btn_distillation_h.gif) no-repeat;
	width: 132px;
	height: 96px;
	overflow:hidden;
	margin-right:5px;
}

.sub_menu5 {
	float: left;
	background: url(../../images/process/aging/btn_aging_h.gif) no-repeat;
	width: 132px;
	height: 96px;
	overflow:hidden;
	margin-right:5px;
}

.sub_menu1 img {
	width: 132px;
	height: 96px;
	border: 0;
}
* html a:hover {
	visibility:visible
}
.sub_menu1 a:hover img{
	visibility:hidden
}

.sub_menu2 img {
	width: 132px;
	height: 96px;
	border: 0;
}
* html a:hover {
	visibility:visible
}
.sub_menu2 a:hover img{
	visibility:hidden
}

.sub_menu3 img {
	width: 132px;
	height: 96px;
	border: 0;
}
* html a:hover {
	visibility:visible
}
.sub_menu3 a:hover img{
	visibility:hidden
}

.sub_menu4 img {
	width: 132px;
	height: 96px;
	border: 0;
}
* html a:hover {
	visibility:visible
}
.sub_menu4 a:hover img{
	visibility:hidden
}

.sub_menu5 img {
	width: 132px;
	height: 96px;
	border: 0;
}
* html a:hover {
	visibility:visible
}
.sub_menu5 a:hover img{
	visibility:hidden
}

sub_menu1, sub_menu2, sub_menu3, sub_menu4, sub_menu5 span {
	text-align: center;
	width: 150px;
}
