div#htmlHeaderMenuSub{
	margin: 0 auto;
	width:100%;
	position:relative;
	top: 2px;
}
div#htmlHeaderMenuSub > div > ul {
	list-style:none;
	display:table;
	width:100%;
	margin: 0px 0px;
	
	background-image: url(/website/_images/header/menuSub_bg.png);
	background-repeat: repeat;
	padding:0px;
	
	
	border: 1px solid #C0C0C0;
	border-radius: 5px;
}
div#htmlHeaderMenuSub > div > ul > li{
	padding: 11px 0px;
	display: block;
	border-top: 1px solid #C0C0C0;
	margin: 0px 8px;
}

#htmlHeaderMenuSub .menuBegin{
	border-top: 0px solid #C0C0C0;
}

div#htmlHeaderMenuSub > div > ul > li > a{
	color: #5A5A5A;
	font-size:14px;
	font-weight: bold;
	font-family: 'Trebuchet MS',Tahoma;
	text-decoration: none;
	display:block;
	margin-left:2px;
}


div#htmlHeaderMenuSub > div {
	z-index:1000;
	display:none;
	position:absolute;
}

div#htmlHeaderMenuSub #htmlHeaderMenuSub_institucional{
	left: 10px;
	width:200px;
}
div#htmlHeaderMenuSub #htmlHeaderMenuSub_comites{
	left:125px;
	width:230px;
}
div#htmlHeaderMenuSub #htmlHeaderMenuSub_projetos{
	left:280px;
	width:230px;
}
div#htmlHeaderMenuSub #htmlHeaderMenuSub_noticias{
	left:665px;
	width:230px;
}
div#htmlHeaderMenuSub #htmlHeaderMenuSub_simposios{
	left:610px;
	width:280px;
}
div#htmlHeaderMenuSub #htmlHeaderMenuSub_agenda{
	left:455px;
	width:235px;
}

