/* Topo */

#topo {
	width: 588px;
	float: left;
}

.btCadastro {
	background: url(../imagens/btCadastro.jpg) no-repeat;
	height: 20px;
	width: 106px;
	display: block;
}

.btCadastro:hover {
	background: url(../imagens/btCadastroOver.jpg) no-repeat;
}

h2 {
	height: 1px;
	width: 1px;
	position: absolute;
	overflow: hidden;
}

/* Formulário de Newsletter */

#formNews {
	padding: 0px 0 0 10px;
	float: left;
	background: url(../imagens/) no-repeat;
	width: 170px;
	height: 30px;
}

#formNews input {
	float: left;
}

#bgInputEmailNews {
	background: url(../imagens/inputEmailNews.jpg) no-repeat 0 0;
	width: 125px;
	height: 15px;
	padding: 0 5px;
	float: left;
}

.inputEmailNews {
	width: 125px;
	height: 15px;
	background: none;
	font: .85em Verdana, Arial, Helvetica, sans-serif;
	color: #900;
	border: none;
}

.btEnviarNews {
	width: 20px;
	height: 15px;
	text-transform: none;
	border: none;
}

/* Acesso Exclusivo */

#areaLogin #AcessoExclusivo {
	width: 187px;
	padding: 1px 0 0 0px;
	float: left;
}


#areaLogin #AcessoExclusivo .btChat {
	width: 144px;
	height: 32px;
	background: url(../imagens/btChat.jpg) no-repeat;
	float: left;
}

#areaLogin #AcessoExclusivo .btChat:hover {
	background: url(../imagens/btChatOver.jpg) no-repeat;
}

#areaLogin #AcessoExclusivo .btWebmail {
	width: 144px;
	height: 36px;
	background: url(../imagens/) no-repeat;
	float: left;
}

#areaLogin #AcessoExclusivo .btWebmail:hover {
	background: url(../imagens/) no-repeat;
}

#areaLogin #AcessoExclusivo .bt28horas {
	width: 144px;
	height: 35px;
	background: url(../imagens/) no-repeat;
	float: left;
}

#areaLogin #AcessoExclusivo .bt28horas:hover {
	background: url(../imagens/) no-repeat;
}

/* Formulário de Login */

#areaLogin {
	background: url(../imagens/bgLoginNovo.png) no-repeat;
	width: 408px;
	height: 110px;
	float: left;
}

#areaLogin .formLogin {
	margin: 36px 0 0 255px;
}

#areaLogin .inputLogin {
	background: url(../imagens/inputLogin.jpg) no-repeat 0 0;
	float: left;
	margin-top: 2px;
	width: 144px;
	height: 16px;
	font: .85em Verdana, Arial, Helvetica, sans-serif;
	color: #666;
	border: none;
}

#areaLogin .btEnviarLogin {
	width: 26px;
	height: 19px;
	margin: -20px 0 0 110px;
	float: left;
	border: none;
}

#areaLogin .formLogin a {
	margin-left: -35px;
	text-decoration: none;
	width: 120px;
	float: left;
	color: #fff;
}

#areaLogin .formLogin a:hover {
	color: #600;
}

/* Menu */

#bgMenu {
	width: 750px;
	height: 40px;
	padding: 3px 3px 0 3px;
	background: url(../imagens/) no-repeat;
	float: left;
}

#menu {
	list-style: none;
	float: left;
	text-align: left;
}

#menu li{
	margin-right: 1px;
	float: left;
	position: relative;
}

#menu li a{
	text-decoration: none;
	display: block;
}

#menu li a span {
	height: 1px;
	width: 1px;
	position: absolute;
	overflow: hidden;
}

#menu .item1 {
	background: url(../imagens/btnQueroSerAluno.jpg) no-repeat;
	width: 122px;
	height: 30px;
	/*background-color:#99FF00;*/
}

#menu .item1:hover {
	/*background-color:;*/
	background: url(../imagens/btnQueroSerAlunoOver.jpg) no-repeat;
	
}

#menu .item2 {
	background: url(../imagens/btCursos.jpg) no-repeat;
	width: 124px;
	height: 30px;
}

#menu .item2:hover {
	background: url(../imagens/btCursosOver.jpg) no-repeat;
}

#menu .item3 {
	background: url(../imagens/btnInstitucionalNovo.jpg) no-repeat;
	width: 124px;
	height: 30px;
}

#menu .item3:hover {
	background: url(../imagens/btnInstitucionalNovoOver.jpg) no-repeat;
}

#menu .item4 {
	background: url(../imagens/btNoticias.jpg) no-repeat;
	width: 123px;
	height: 30px;
}

#menu .item4:hover {
	background: url(../imagens/btNoticiasOver.jpg) no-repeat;
}

#menu .item5 {
	background: url(../imagens/btServicos.jpg) no-repeat;
	width: 123px;
	height: 30px;
}

#menu .item5:hover {
	background: url(../imagens/btServicosOver.jpg) no-repeat;
}

#menu .item6 {
	background: url(../imagens/btProjetosEspeciais.jpg) no-repeat;
	width: 123px;
	height: 30px;
}

#menu .item6:hover {
	background: url(../imagens/btProjetosEspeciaisOver.jpg) no-repeat;
}

#menu .item7 {
	background: url(../imagens/btContato.jpg) no-repeat;
	width: 122px;
	height: 30px;
}

#menu .item7:hover {
	background: url(../imagens/btContatoOver.jpg) no-repeat;
}

li:hover ul ul, li.over ul ul { 
	display:none; 
}

li:hover ul, li li:hover ul, li.over ul, li li.over ul { 
	display: block; 
}

/* Sub Menu Normal*/

li ul {
	list-style: none;
	position: absolute;
	width: 150px;
	top: 30px;
	left: 0;
	padding: 0 5px;
	background: #fff;
	display: none;
	font: .9em Verdana, Arial, Helvetica, sans-serif;
	color: #999;
}

li ul li {
	width: 150px;
	border-bottom: 1px solid #ddd;
}

li ul li a {
	display: block;
	color: #666;
	background: url(../imagens/setaListaCinza.jpg) no-repeat left;
	padding: 4px 5px 4px 12px;
}

li ul li a:hover {
	background: url(../imagens/setaLista.jpg) no-repeat left #f5f5f5;
}

li .subMenuMenor {
	list-style: none;
	position: absolute;
	width: 100px;
	top: 30px;
	left: 0;
	padding: 0 5px;
	background: #fff;
	display: none;
	font: .9em Verdana, Arial, Helvetica, sans-serif;
	color: #999;
}

li .subMenuMenor li {
	width: 100px;
	border-bottom: 1px solid #ddd;
}

/* Sub Menu Institucional*/

li .subMenuInstitucional{
	list-style: none;
	position: absolute;
	width: 108px;
	top: 30px;
	left: 4px;
	padding: 0 5px;
	background: #fff;
	display: none;
	font: .9em Verdana, Arial, Helvetica, sans-serif;
	color: #999;
}

li .subMenuInstitucional li {
	width: 112px;
	border-bottom: 1px solid #ddd;
}

/* Sub Sub Menu */


/* Sub Menu Cursos*/

li .subMenuCursos{
	list-style: none;
	position: absolute;
	width: 145px;
	top: 30px;
	left: -1px;
	padding: 0 5px;
	background: #fff;
	display: none;
	font: .9em Verdana, Arial, Helvetica, sans-serif;
	color: #999;
}

li .subMenuCursos li {
	width: 149px;
	border-bottom: 1px solid #ddd;
}

/* Sub Sub Menu */


/* Sub Menu Ingresso*/

li .subMenuIngresso{
	list-style: none;
	position: absolute;
	width: 145px;
	top: 30px;
	left: -1px;
	padding: 0 5px;
	background: #fff;
	display: none;
	font: .9em Verdana, Arial, Helvetica, sans-serif;
	color: #999;
}

li .subMenuIngressoli {
	width: 149px;
	border-bottom: 1px solid #ddd;
}

/* Sub Sub Menu */


/* Sub Menu Serviços*/

li .subMenuServicos{
	list-style: none;
	position: absolute;
	width: 115px;
	top: 30px;
	left: -1px;
	padding: 0 5px;
	background: #fff;
	display: none;
	font: .9em Verdana, Arial, Helvetica, sans-serif;
	color: #999;
}

li .subMenuServicos li {
	width: 119px;
	border-bottom: 1px solid #ddd;
}

/* Sub Sub Menu */


/* Sub Menu Contato*/

li .subMenuContato{
	list-style: none;
	position: absolute;
	width: 120px;
	top: 30px;
	left: -1px;
	padding: 0 5px;
	background: #fff;
	display: none;
	font: .9em Verdana, Arial, Helvetica, sans-serif;
	color: #999;
}

li .subMenuContato li {
	width: 124px;
	border-bottom: 1px solid #ddd;
}

/* Sub Sub Menu */



li .subSubMenu {
	list-style: none;
	position: absolute;
	width: 170px;
	top: 0px;
	left: 150px;
	padding: 0 5px;
	background: #fff;
	display: none;
	font: 1em Verdana, Arial, Helvetica, sans-serif;
	color: #999;
}

li .subSubMenu li {
	width: 174px;
	border-bottom: 1px solid #ddd;
}

/* Sub Sub Menu Grande*/

li .subSubMenuGrande {
	list-style: none;
	position: absolute;
	width: 250px;
	top: 0px;
	left: 150px;
	padding: 0 5px;
	background: #fff;
	display: none;
	font: 1em Verdana, Arial, Helvetica, sans-serif;
	color: #999;
}

li .subSubMenuGrande li {
	width: 254px;
	border-bottom: 1px solid #ddd;
}


/* Sub Sub Menu Grande*/

li .subSubMenuIngresso {
	list-style: none;
	position: absolute;
	width: 120px;
	top: 0px;
	left: 150px;
	padding: 0 5px;
	background: #fff;
	display: none;
	font: 1em Verdana, Arial, Helvetica, sans-serif;
	color: #999;
}

li .subSubMenuIngresso li {
	width: 124px;
	border-bottom: 1px solid #ddd;
}




/* Sub Sub Menu Menor */

li .subSubMenuMenor {
	list-style: none;
	position: absolute;
	width: 100px;
	top: 0px;
	left: 112px;
	padding: 0 5px;
	background: #fff;
	display: none;
	font: 1em Verdana, Arial, Helvetica, sans-serif;
	color: #999;
}

li .subSubMenuMenor li {
	width: 104px;
	border-bottom: 1px solid #ddd;
}
