/* CSS Document */
#tudo-cab {
	position: relative;
	width: 760px;
	margin:0 auto;
	}
	#logo {
	position: absolute;
	background-image: url(images/logo1.gif);
	background-repeat: no-repeat;
	z-index: 2;
	width: 205px;
	top: 8px;
	height: 72px;
	left: 4px;
	background-color: #fff2e6;
}
#mnu1 {
	position: absolute;
	background-color:#009999;
	z-index: 4;
	width: 530px;
	right: 0px;
	top: 67px;
	height: 20px;
}
#menuhor   {
	margin: 0;
	border: none;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: bold;
}
#menuhor li {list-style: none; margin: 0;display: inline;vertical-align: middle;}
#menuhor li a  {
	text-decoration: none;
	background-color: #339999;
	margin: 0;
	padding: 7px 6px;
	border: 1px #00;
	height: 11px;
	border-left: 4px solid #339999;
	}
#menuhor li a:link {color: #fff2e6;}
#menuhor li a:visited {color: #fff2e6;}
#menuhor li a:hover {background: #006666;color: #fff2e6;border-left: 4px solid #006666;}
#mnu2 {
	position: absolute;
	background-color:#fff2e6;
	z-index: 3;
	width: 500px;
	top: 47px;
	right: 0px;
	border-bottom-color: #009999;
	border-bottom-style: solid;
	border-bottom-width: 20px;
	border-left-color: #fff2e6;
	border-left-style: solid;
	border-left-width: 20px;
	height: 20px;
	text-align: right;
	left: 205px;
}
#menu3   {
	margin: 0;
	border: none;
	font-size: 10px;
	font-weight: bolder;
}
#menu3 li {list-style: none; margin: 0;display: inline;}
#menu3 li a  { text-decoration: none; background-color: #fff2e6; margin: 0; padding: 0px 6px; border-left: 4px solid #fff2e6;}
#menu3 li a:link {color: #bf9960;}
#menu3 li a:visited {color: #bf9960;}
#menu3 li a:hover {background: #fff2e6;color: #996633;border-left: 4px solid #fff2e6;}

#menu02empres     {
	color: #fff2e6;
	width: 120px;
	padding: 5 5px;
}
#menu02empres ul  {

margin: 0;
padding: 0;
	
}
#menu02empres li  { list-style: none; text-align: right; padding: 5px 2px; }
#menu02empres li a     { 
	color: #fff2e6; 
	text-decoration: none; 
	display: block; 
	padding: 0 5px; 	
	border-right-color: #fff2e6;
	border-right-style: solid;
	border-right-width: 0px;
	}
#menu02empres li a:hover     {
	border-right-color: #ffffff;
	border-right-style: solid;
	border-right-width: 0px;
	color: #FFFF99;
}
/* Fix IE. Hide from IE Mac \*/
* html #menu02empres ul li { float: left; height: 1%; }
* html #menu02empres ul li a { height: 1%; }
/* End */
#contato {
	position: absolute;
	margin: 10px;	
	text-align: center;
	width: 250px;
	top: 90px;
	right: 0px;
	z-index: 20;
	background-color: #E8C471;
	border-bottom-color: #993300;
	border-bottom-style: solid;
	border-bottom-width: 10px;
	visibility: hide;
}
.h1contato {
	font-size: 16px;
	font-weight: bold;
}

