/*************************** 
  MENU
 ***************************/
#menu{
	display:block;
	margin-top:4px;
	margin-left:-8px;
	!margin-left:0px;
	float:left;
	background-image:url(imgs/bg_menu.jpg);
	background-repeat:no-repeat;
	height:227px;
	width:102px;
	padding-left:6px;
	padding-bottom:14px;
	padding-top:18px;
	padding-right:14px;
	z-index:1;
	position:relative;
}
ul{
	text-decoration:none;
	list-style: none;
}
ul li{
	padding-left:2px;
	padding-top:2px;
}
li#home{
	background-image:url(imgs/btn_homeover.jpg);
	background-repeat:no-repeat;
	display:block;
	width:92px;
	height:18px;
	text-indent: -1000px;
	background-position: 2px 2px;
}
li#home a{
	background-image:url(imgs/btn_home.jpg);
	background-repeat:no-repeat;
	display:block;
	width:92px;
	height:12px;
	text-indent: -1000px;
}
li#home a:hover{
	background-image:none;
}
li#escritorio{
	background-image:url(imgs/btn_escritorioover.jpg);
	background-repeat:no-repeat;
	display:block;
	width:92px;
	height:22px;
	text-indent: -1000px;
	background-position: 2px 2px;
}
li#escritorio a{
	background-image:url(imgs/btn_escritorio.jpg);
	background-repeat:no-repeat;
	display:block;
	width:92px;
	height:12px;
	text-indent: -1000px;
}
li#escritorio a:hover{
	background-image:none;
}
li#profissionais{
	background-image:url(imgs/btn_profissionaisover.jpg);
	background-repeat:no-repeat;
	display:block;
	width:92px;
	height:22px;
	text-indent: -1000px;
	background-position: 2px 2px;
}
li#profissionais a{
	background-image:url(imgs/btn_profissionais.jpg);
	background-repeat:no-repeat;
	display:block;
	width:92px;
	height:12px;
	text-indent: -1000px;
}
li#profissionais a:hover{
	background-image:none;
}
li#atuacao{
	background-image:url(imgs/btn_atuacaoover.jpg);
	background-repeat:no-repeat;
	display:block;
	width:92px;
	height:40px;
	text-indent: -1000px;
	background-position: 2px 2px;
}
li#atuacao a{
	background-image:url(imgs/btn_atuacao.jpg);
	background-repeat:no-repeat;
	display:block;
	width:92px;
	height:40px;
	text-indent: -1000px;
}
li#atuacao a:hover{
	background-image:none;
}
li#noticias{
	background-image:url(imgs/btn_noticiasover.jpg);
	background-repeat:no-repeat;
	display:block;
	width:92px;
	height:22px;
	text-indent: -1000px;
	background-position: 2px 2px;
}
li#noticias a{
	background-image:url(imgs/btn_noticias.jpg);
	background-repeat:no-repeat;
	display:block;
	width:92px;
	height:22px;
	text-indent: -1000px;
}
li#noticias a:hover{
	background-image:none;
}
li#perguntas{
	background-image:url(imgs/btn_perguntasfrequentesover.jpg);
	background-repeat:no-repeat;
	display:block;
	width:92px;
	height:40px;
	text-indent: -1000px;
	background-position: 2px 2px;
}
li#perguntas a{
	background-image:url(imgs/btn_perguntasfrequentes.jpg);
	background-repeat:no-repeat;
	display:block;
	width:92px;
	height:40px;
	text-indent: -1000px;
}
li#perguntas a:hover{
	background-image:none;
}
li#contato{
	background-image:url(imgs/btn_contatoover.jpg);
	background-repeat:no-repeat;
	display:block;
	width:92px;
	height:20px;
	text-indent: -1000px;
	background-position: 2px 2px;
}
li#contato a{
	background-image:url(imgs/btn_contato.jpg);
	background-repeat:no-repeat;
	display:block;
	width:92px;
	height:20px;
	text-indent: -1000px;
}
li#contato a:hover{
	background-image:none;
}

