#dropdown{
	background:url(imagens/bg_menu2.jpg) no-repeat;
	width:800px;
	height:46px;
	float:left;
}
/* this is the main UL element*/
.dropdown{
	visibility:hidden;
	margin:0;
	padding: 15px 0 0 0;
	list-style:none;
	font: normal 12px "Arial", sans-serif;
}

/* these are the inner menus*/
.dropdown ul{	
	margin-top:expression(document.all?"15px":"1px");
	margin-top:17px;
	margin-left:-15px;
	width:160px;
	/*border-top:1px solid #444;*/
	list-style:none;
	background:#069 url(imagens/bg_li_menu.jpg);
}

/* these are all the LIs in the menu*/
.dropdown li{
	margin:0;
	width:auto;
	cursor:pointer;
	z-index:2;
}

/* these are anchor in the menu, if you want to style them differently from the rest of you website*/
.dropdown a{
	text-decoration:none;
	width:auto;;
}

.linksMenu a:hover{font-weight:bold;}

/* these are the LIs that only belong to submenu*/
.dropdown ul li{
	z-index:2;
	font-size:11px;
	font-weight:normal;
	text-transform:uppercase;
	display:block;
	text-align:left;
	float:left;
}

.dropdown ul li a{
	text-decoration:none;
	color:#FFFFFF;
	width:100%;
	margin:0 10px;
	width:auto;
	display:block;
	padding:5px;
	width:230px;
	
}

.dropdown ul li a:hover{
	z-index:1;
	color: #ecb013;
	background: url(imagens/menu_hover_bg.png);
}

/* these are the LIs that contains a submenu*/
.dropdown li.submenu{
	background-position:center left;
	background-repeat:no-repeat;
	width:auto;
	z-index:2;
}

/* these are the LIs that contains a submenu and which are in a sub-menu themselve*/
.dropdown ul li.submenu{
	background-position:center right;
	width:auto;
	z-index:2;
}

.divMenu{
	padding-top:18px;
}


.botaoHome {
	position:absolute;
	left:15px;
}
.botaoPerfil{
	position:absolute;
	left:15px;
	padding-left:18px;
}
.botaoProjetos{
	position:absolute;
	left:20px;
	padding-left:18px;
}

.botaoAtuacao{
	position:absolute;
	left:38px;
}
.botaoNoticias{
	position:absolute;
	left:40px;
	padding-left:18px;
}
.botaoMultimidia {
	position:absolute;
	left:70px;
	}
.botaoAgenda {
	position:absolute;
	left:92px;
}
.botaoContato {
	position:absolute;
	left:110px;
}

.navoffmenu {
	color:#FFF;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	font-size:13px;
}
.navoffmenu:hover{
	background: url(imagens/menu_hover_bg.png);
	text-shadow:#666;
}