.tbltop {
	background-attachment: fixed;
	background-image:  url("../img/topbar.jpg");
	background-repeat: no-repeat;
	background-position: left top;
}
.body1 {
	border: 1px solid #84a7f9;
}
.txtfront {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: normal;
	color: #000000;
	font-weight: normal;
	font-variant: normal;
}
.form1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	text-align: left;
	border: 1px solid #ff6600;
}
.div_scroll {
	OVERFLOW: hidden;
	SCROLLBAR-3DLIGHT-COLOR: #FFFFFF;
	SCROLLBAR-ARROW-COLOR: #000000;
	SCROLLBAR-TRACK-COLOR: #ffffff;
	SCROLLBAR-DARKSHADOW-COLOR: #ffffff;
	SCROLLBAR-BASE-COLOR: #c6d5fc;
}
.formbt {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #000000;
	border-color: #0099FF;
	background-color: #FedC56;
}

/*
Css para o novo menu.
*/

ul {
	padding: 0;
	list-style: none;
	width: 113px;
	margin: 0;
}
	
ul li {
	position: relative;
	margin-bottom: 3px;
	padding: 0px 0px 0px 0px;
}	

li ul {
	position: absolute;
	left: 112px;
	top: 0;
	display: none;
	visibility: visible;
}

li ul li{
	margin-bottom: 0px;
}

ul li a {
	padding-left: 8px;
	padding-top: 1px;
	padding-bottom: 1px;
	display: block;
	text-decoration: none;
	color: #000000;
	background-image: url(../img/shin_bt.gif);
	background-position: top;
	background-repeat: no-repeat;
	background-attachment: fixed;
	border: 0px;
	border-bottom: 0;
}

ul li a:visited {
	color: #000000;
}

ul li a:over {
	color: #000000;
}

ul li a:hover {
	color: #000000;
}

li:hover ul { display: block; }

li:hover ul, li.over ul { display: block; }

/* Fix IE. Hide from IE Mac \*/
* html ul li { float: left; height: 1%; }
* html ul li a { height: 1%; }
/* End */
