/* Menu itens */
#header { 
	background: #FFF; 
	padding-top: 10px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	width:800px;
   
}
#header .logo {	
	float:left;
	padding-right:10px;
	width:179px;
}
/************Drop-down Menu***************/
.dropdown {
	background:#FFF url(../_img/dropdownmenu_bar.gif) no-repeat;
	width:auto;
	margin-left:185px; /*para seguir a mesma linha da sem quebra de linha*/	
	display:block;
	height:40px;

}
.dropdown ul{
	margin: 0;
	padding: 12px 10px;/*para alinhar os itens do menu no centro da barra*/
	list-style-type: none;
	z-index:999;
}

/*Top level list items*/
.dropdown ul li{
	position: relative;
	display: inline;
	float: left;
	z-index:999; 	
	color:#666;
}
.dropdown a.mainfoldericon {	
	width: 70px;
	height: 26px;
	color: #B5B5B5;
	text-decoration:none;
	display: block;
	text-align: center;
	font: 10px/14px Verdana;
	z-index:999; 

}
.dropdown a.mainfoldericon:hover {
	color:#FFFFFF;
	background: #EEE;	
	background:transparent url(../_img/dropdownmenu_mainfolderseta.gif) no-repeat bottom center;
	z-index:999;

}
li.campusVirtual {
	/*background: #000;*/
	width:130px;
	margin-left: 30px;
	/*padding:12px 10px; /*para alinhar os itens do menu no centro da barra*/
	z-index:999;
	position:relative;
	top:-4px;	
	color:#666;
}	
.campusVirtual form {
	margin:0;
	padding:0;
	width:130px;
	z-index:999; 
}
.campusVirtual form .campusVirtualInput {
	width:110px;	
	font:normal 10px/10px Verdana;
	color:#999;
	margin:2px 0;
	border:0;
	z-index:999;
	float:left;
}
.campusVirtual form .campusVirtualOk {
	width:16px;	
	height:13px;	
	margin-top:1px;
	border:0;
	z-index:999;
}
#maisLinksMenu {
	width:auto;	
	position:relative;	
	/*top:-20px;*/	
	text-align:right !important;
	margin:0 !important;
	padding:0 !important;
	margin-left:185px;
}
#maisLinksMenu a {
	font:normal 10px "Trebuchet MS" !important;	
	text-decoration:none !important;
	text-transform:uppercase;
	padding-right:10px;
	color:#666 !important;
}
#maisLinksMenu a:hover {	
	background:transparent !important;
	color:#0079A6 !important;
	text-decoration:underline !important;
}		

/****************Conteúdo do Menu*********************/
ul.menuContent {	
	list-style-type:none;
    
}

ul.menuContent li.subfolder {
	font:bold 10px "Trebuchet MS";
	color:#666;
	margin:0px;
	margin-left:11px;
	padding:0;
	text-decoration:none;
	display:block;		
}
ul.menuContent li a {
	font:bold 10px "Trebuchet MS" !important;
	color:#0079A6;
	margin-bottom:5px;
	_margin-bottom:0px;	
	margin-left:10px;
	padding:0;	
	display:block;
	height:12px;
	text-decoration:none !important;	
}
ul.menuContent li a:hover {	
	display:block;
	color:#0079A6 !important;
	background-color:transparent !important;
	text-decoration:underline !important;
	height:12px;
}
ul.menuContent h1 {
	font:bold 14px "Trebuchet MS";
	text-transform:uppercase;
	color:#6DC8BF;
}
hr {
	margin:0;
}
#headerAdmissao, #headerGraduacao, #headerServicos, #headerUnidades, #headerInforme, #headerEmpresa {
	background:#EEE;
	margin-top:20px;
	border:1px solid #666;
	padding:5px;
	padding-bottom:30px;
	width:410px;
	z-index:9999;
	position:absolute;
	left:300px;
	top:50px;
	min-height:290px;
	_height:290px;
	/*display:none;*/
}
#headerAdmissao {
	background:#fff url(../_img/menu_bg_admissao.jpg) no-repeat bottom right;	
}
#headerGraduacao {
	background:#fff url(../_img/menu_bg_graduacao.jpg) no-repeat bottom right;
}
#headerUnidades {
	background:#fff url(../_img/menu_bg_unidades.jpg) no-repeat bottom right;
}
#headerServicos {
	background:#fff url(../_img/menu_bg_servicos.jpg) no-repeat bottom right;
}
#headerInforme {
	background:#fff url(../_img/menu_bg_alunos.jpg) no-repeat bottom right;
}
#headerEmpresa {
	background:#fff url(../_img/menu_bg_empresa.jpg) no-repeat bottom right;
}
