body {
	behavior: url(csshover.htc);
}
#nav {
	list-style: none;
	display:inline;
}
#nav a {
	color: #51626F;
	text-decoration: none;
	display: block;
	width: 129px;
	background-image: url(../images/menu_l3.gif);
	background-repeat: repeat-x;
	height: 30px;
	padding-top: 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-align: center;
	background-position: right bottom;
}
#nav a:hover {
	color: #6EB4CD;
	background-image: none;
	border-bottom:solid 1px #CCCCCC;
	height:25px;
}
#nav li ul li a{
	background-image:none;
	background-color:#FDFDFD;
	color:#51626F;
	font-size: 10px;
	height: 16px;
	text-align: left;
	width: 125px;
	padding-top: 3px;
	padding-left:3px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
}
#nav li ul li a:hover{
	color:#333333;
	background-color: #E0E0E0;
	height: 16px;
}
			
#nav li {
	float: left;
	position: relative;
	list-style-type: none;
	background-image: url(../images/menu_l3.gif);
	background-repeat: repeat-x;
	background-position: right top;
}
#nav li ul {
	list-style: none;
	position: absolute;
	left: -2px;
	top: 38px;
	display: none;
	width: 128px;
	margin-left:1px;
}
#nav li ul li ul {
	left: 132px;
	top: 0px;
}

#nav li:hover ul { display: block; }

#nav li:hover ul li ul { display: none; }

#nav li ul li:hover ul { display: block; }
.campo_form_old {
	border:1px solid #444;
	background-color:#dadada;
	background-image:url(../admin/images/fundo-input2.png);
	background-repeat:repeat-x;
	background-position:top;
	font:11px tahoma;
	color:#404040;
	padding:3px;
}
.campo_form_old:hover {
	border:1px dashed #444;
}
.campo_form {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
-moz-border-radius-bottomleft:2px;
-moz-border-radius-bottomright:2px;
-moz-border-radius-topleft:2px;
-moz-border-radius-topright:2px;
-x-system-font:none;
background:#FFFFFF url(/images/fundo_input.jpg) repeat-x scroll 0 0;
border:1px solid #999999;
font-family:Arial,Helvetica,sans-serif;
font-size:1em;
font-size-adjust:none;
font-stretch:normal;
font-style:normal;
font-variant:normal;
font-weight:normal;
line-height:normal;
padding:5px;
}
.campo_form_select {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:transparent url(/images/fundo_input_select.gif) repeat-x scroll 0 0;
border:1px solid #999999;
float:left;
height:26px;
padding:2px 2px 2px 4px;
}
.campo_form_select option {
padding:4px;
}
.campo_form_textarea {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
-moz-border-radius-bottomleft:2px;
-moz-border-radius-bottomright:2px;
-moz-border-radius-topleft:2px;
-moz-border-radius-topright:2px;
-x-system-font:none;
background:transparent url(/images/fundo_input_textarea.jpg) repeat-x scroll 0 0;
border:1px solid #999999;
float:left;
font-family:Arial,Helvetica,sans-serif;
font-size:1em;
font-size-adjust:none;
font-stretch:normal;
font-style:normal;
font-variant:normal;
font-weight:normal;
line-height:normal;
padding:5px;
}