/*menu*/
.menuDiv {
	display: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	text-decoration: none;
	background-color: #FFFFFF;	
}
.menuContent {
	width: 99%;
	height: 99%;
	background: white;
	padding: 0px;
	filter:alpha(opacity=90);
	-moz-opacity:0.90;
	opacity: 0.90;
	text-transform : none;
}
.menuContent img {
	display: inline;
	float: left;
	margin: 1px;
	margin-right: 6px;
}
.menuContent hr {
	height: 1px;
	border: 1px solid black; 
	margin: 0px;
}
.menuContent li {
	list-style-position: outside;
	vertical-align: middle;
	text-align: left;
	font-family :Arial, Helvetica, sans-serif;
	font-weight : normal;
	font-size : 11px;		
	border-top: 1px solid silver;	
	border-bottom: 1px solid white;	
	white-space: nowrap;

}
.menuContent li a {
	padding: 2px;	
	padding-bottom: 1px;	
	padding-left: 6px;	
	display: block;
	color: black;
	font-weight: normal;
	text-decoration: none;
}
.menuContent li a:hover {
	color: white;
	background: #ffb70f;
	text-decoration: none;
}

/* menu Opcoes */
.menuDivOpcoes {
	display: none;
	border: 1px solid gray;
	color: #0193DA;
}
.menuContentOpcoes {

	border: 4px solid rgb(241,241,241);
	width: 99%;
	height: 99%;
	background: white;
	padding: 0px;
	text-transform : none;
}
.menuContentOpcoes hr {
	height: 1px;
	border: 1px solid silver; 
	margin: 0px;
}
.menuContentOpcoes li {
	list-style-position: outside;
	vertical-align: middle;
	text-align: left;
	font-family :arial, verdana, tahoma,  "luxi sans";
	font-weight : bold;
	font-size : 10px;		
	white-space: nowrap;
	text-transform : uppercase;	
}
.menuContentOpcoes li a {
	padding: 3px;	
	padding-left: 6px;
	display: block;
	color: black;
	font-weight: normal;
	margin: -5px;

}
html>body .menuContentOpcoes li a {
	margin: 0px;
}
.menuContentOpcoes li a:hover {
	color: white;
	background: #A3CA3E;
	text-decoration: none;
}

.menulinksOpcoes {
	text-align : left;
	vertical-align : middle;
	font-family :arial, verdana, tahoma,  "luxi sans";
	font-weight : bold;
	font-size : 10px;
	text-transform : uppercase;
	text-decoration : none;
	color : #3f6517;
	padding: 2px;
	padding-left: 4px;
	padding-right: 4px;		
}
.menulinksOpcoes:hover {
	text-decoration : none;
	background: #f2f2f2;		

}

.menumenu {
	text-align : left;
	vertical-align : middle;
	font-family :arial, verdana, tahoma;
	font-size : 10px;
	text-transform : uppercase;
	text-decoration : none;
	color : #00AEEF;
	
}
.menumenu:hover {
	text-decoration : none;
	background: #00AEEF;		
	color : #FFFFFF;
}

.form {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #005E82;
	text-decoration: none;
	background-color: #DFF7FF;
	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: #00AEEF;
	border-right-color: #0080B0;
	border-bottom-color: #0080B0;
	border-left-color: #00AEEF;
	height: 13px;
	width: 92px;
}
.buttform {
	height: 18px;
	width: 178px;
	cursor: hand;
	background-position: center center;
	background-image: url(butt_envia.gif);
	background-attachment: fixed;
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
	border: 0px none;
	background-color: #EEEEEE;
	filter: Chroma(Color=#FFFFFF);
}
/* --- fim --- */
