/* MENU esta classe é somente para formatar o menu horizontal */
ul#menu {
	width: 730px;
	height: 43px;
	font-size: 0.8em;
	font-family: "Lucida Grande", Verdana, sans-serif;
	font-weight: bold;
	list-style-type: none;
	margin: 0;
	padding: 0;
	background-color: #000;
	background-image: url(images/menu-bg.gif);
	background-repeat: repeat-x;
	background-position: left top;
}
ul#menu li {
	display: block;
	float: left;
	margin: 0 0 0 5px;
}
ul#menu li a {
	height: 43px;
	color: #777;
	text-decoration: none;
	display: block;
	float: left;
	line-height: 200%;
	padding: 8px 15px 0;
}
ul#menu li a:hover {
	color: #333;
}
ul#menu li a.current {
	color: #FFF;
	padding: 5px 15px 0;
	background-image: url(images/current-bg.gif);
	background-repeat: repeat-x;
	background-position: left top;
}
/* Fim do CSS para o MENU Horizontal */

.equipamentos {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 28px;
	font-weight: bold;
	color: #000;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color:#333333;
	border-top-width: thin;
	border-right-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #666666;
	border-right-color: #333333;
	border-left-color: #666666;
	text-align: left;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
	background-image: url(/images/img_40.png);
	background-repeat: repeat-x;
	background-position: bottom;
	background-color: #FFF;
}
a.menuTop {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	background-image: url(images/img_09.png);
	background-repeat: no-repeat;
	background-position: center center;
	height: 55px;
	width: 116px;
	text-align: center;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	float: left;
	clear: left;
	position: static;
}
a.menuTop:hover {
	background-image: url(images/img_07.png);
	color: #000000;
}
a.menuTopSelect {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	background-image: url(images/img_07.png);
	background-repeat: no-repeat;
	background-position: center center;
	height: 55px;
	width: 116px;
	text-align: center;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	float: left;
	clear: left;
	position: static;
}

.textEsq {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	color:#000000;
	height: auto;
	width: auto;
	padding-right: 40px;
	padding-left: 10px;
}

.textEsqWhite {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	color:#FFFFFF;
	height: auto;
	width: auto;
	padding-right: 0px;
	padding-left: 0px;
}
.textEsqWhite12B {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	color:#FFFFFF;
	height: auto;
	width: auto;
	padding-right: 0px;
	padding-left: 0px;
	font-weight: bold;
}
.textEsqWhite9 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color:#FFFFFF;
	height: auto;
	width: auto;
	padding-right: 0px;
	padding-left: 0px;
}
.textCinza10 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color:#999999;
	height: auto;
	width: auto;
	margin-right: 5px;
}
.textEsqYellow {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	color:#FFC600;
	height: auto;
	width: auto;
	padding-right: 0px;
	padding-left: 0px;
}
a.leiaMais2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-image: url(images/bt_leiamais.png);
	background-repeat: no-repeat;
	background-position: left center;
	height: 20px;
	width: 83px;
	text-align: left;
	font-weight: normal;
	color: #FFF;
	text-decoration: none;
	padding-top: 6px;
	text-indent: 25px;
	float: right;
}
a.leiaMais2:hover  {
	text-decoration: underline;
}
a.leiaMais3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-image: url(images/bt_leiamais3.png);
	background-repeat: no-repeat;
	background-position: left center;
	height: 20px;
	width: 200px;
	text-align: left;
	font-weight: normal;
	color: #FFF;
	text-decoration: none;
	padding-top: 6px;
	text-indent: 25px;
	float: left;
}
a.leiaMais3:hover  {
	text-decoration: underline;
}

