@charset "utf-8";
/* CSS Document */
/* ######### Drop Down ULs CSS ######### */

.pai{
	display:block;
	float:left;
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 0;
	color:#FFFFFF;
	text-decoration:none;
	height:21px;
	width: 77px;
	text-align: center;
	padding-top: 7px;
}
.pai:hover, .pai-active, .pai-active:hover{
	color:#fff;
	background-color: transparent;
	background-image: url(../imagens/menu/tets.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}
.filho{
	opacity:0.95;
	padding:6px;
	z-index:99999;
	margin:0px;
	position: absolute;
	visibility: hidden;
	width:135px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #a3a3a2;
	border-right-color: #a3a3a2;
	border-bottom-color: #a3a3a2;
	border-left-color: #a3a3a2;
	background-color: #f3f3f1;
}
.filho a{
	z-index:99999;
	height:15px;
	width:184px;
	padding:6px;
	margin:0px;
	color:#444;
	text-decoration:none;
	display:block;
	text-align:left;
	border:0px;
	font-family: arial, verdana, lucida, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
}
.filho a:hover{
	z-index:99999;
	text-decoration:none;
	color:#FFFFFF;
	background-image: url(../imagens/menu/menu-interno.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.menuline { margin:2px; padding:0px; height:1px; background: url('../images/linha.gif') repeat-x center left; }
