@charset "utf-8";
@import '../css/fonts_20089.css';
/* MENU INÃCIO */
#menu_menu_geral_prod{
	width:100%;background:url(../images/bg_menu_prod.png) center repeat-x;height:49px;margin:0 auto;border-radius:5px;
	z-index:99;
}
/* MENU FIM */
ul.menu_prod {
	list-style:none; 
	margin:0 0 0 0; 
	z-index:99;
}
ul.menu_prod * {
	margin:0; 
	padding:0;
	z-index:99;
}
ul.menu_prod img{
	border:none;
	float:right;
}
ul.menu_prod a {
	display:block; 
	float:left;
	padding:0px 20px 0px 15px;
	margin-top:15px;
	color:#cbd4d1; 
	text-decoration:none;
	z-index:99;
}
ul.menu_prod li {
	position:relative;
	float:left; 
	z-index:99;
}
ul.menu_prod ul {
	position:absolute; 
	left:0; 
	margin-top:50px;
	background:url(../images/bg_submenu.png) center repeat;
	border-radius:5px;
	display:none; 
	list-style:none;
	text-decoration:none;
	font-family:MyriadProBoldCond, Trebuchet MS;
	font-size:15px;
	color:#cbd4d1;	
	line-height:16px;
	z-index:99;
}
ul.menu_prod ul li {
	position:relative; 
	width:200px;
	text-decoration:none;
	font-family:MyriadProBoldCond, Trebuchet MS;
	font-size:15px;
	color:#cbd4d1;	
	line-height:16px;
	z-index:99;
}
ul.menu_prod ul li a {
	display:block; 
	padding:4px 7px 5px;
	background-color:transparent;
	border:none;
	text-decoration:none;
	font-family:MyriadProBoldCond, Trebuchet MS;
	font-size:15px;
	color:#cbd4d1;	
	line-height:20px;
	z-index:99;
} 	
ul.menu_prod ul li a:hover {
	text-decoration:none;
	font-family:MyriadProBoldCond, Trebuchet MS;
	font-size:15px;
	color:#ffffff;	
	line-height:20px;
	z-index:99;	
	background-color:transparent;
	border-radius:5px;
}
ul.menu_prod ul ul {
	left:130px; 
	top:0;
	text-decoration:none;
	font-family:MyriadProBoldCond, Trebuchet MS;
	font-size:15px;
	color:#333333;	
	line-height:16px;
	z-index:99;
}
ul.menu_prod .menulink_prod {
	padding:0 auto; 
	padding-top:0;
	background-color:transparent; 
	text-decoration:none;
	font-family:MyriadProBoldCond, Trebuchet MS;
	font-size:17px;
	color:#cbd4d1;
	line-height:17px;
	width:auto;
	z-index:99;
	height:49px;
	font-weight:normal;
}
ul.menu_prod .menulink_prod:hover, ul.menu_prod .menuhover_prod {
	background-color:transparent; 
	text-decoration:none;
	font-family:MyriadProBoldCond, Trebuchet MS;
	font-size:17px;
	color:#ffffff;
	z-index:99;
	height:49px;
	font-weight:normal;
}
ul.menu_prod .sub_prod {
	background-color:transparent; 
	text-decoration:none;
	font-family:MyriadProBoldCond, Trebuchet MS;
	font-size:15px;
	color:#cbd4d1;
	z-index:99;
	font-weight:bold;
}
ul.menu_prod .topline_prod {
	border:none;
	z-index:99;
}