#menu
{
	/* Posicionamento */
	float: left;
	clear: left;
	
	/* Tamanho */
	width: 220px;	
}

#consultas,
#informacoes
{
	/* Posicionamento */
	/* Para permitir que os elementos que contém sejam posicionados absolutamente dentro dele */
	position: relative; 
}

#consultas
{
	/* Margem e Preenchimento */
	margin-bottom: 0.5em;
}

#informacoes
{
	/* Margem e Preenchimento */
	margin-bottom: 0.3em;
}

#consultas .conteudo,
#informacoes .conteudo
{
	/* Tamanho */
	width: 214px;
	
	/* Cor */
	color: #000000;
	
	/* Margem e preenchimento */
	margin-bottom: -20px;

	/* Posicionamento */
	position: relative; 
	z-index: 3;
}


#consultas .fundo,
#informacoes .fundo
{
	/* Posicionamento */
	position: absolute; /* posicionamento absoluto dentro do div. */
	z-index: 1;
	
	/* Tamanho */
	width: 214px;
	height: 100%;
	
	/* Background */
	background-image: url(../images/menu-fundo.png);
	background-repeat: repeat-y;
	
}

#consultas .fundo
{
	/* Tamanho */
	_height: 150px; /* HACK IE6 */	
}

#informacoes .fundo
{
	/* Tamanho */
	_height: 150px; /* HACK IE6 */
}


#consultas h1,
#informacoes h1
{
	/* Background */
	background-repeat: no-repeat;
	background-position: top right;
	background-image: url(../images/menu-titulo.png);
	
	/* Fonte */
	font-size: 0.70em;
	font-weight: bold;
	text-transform: uppercase;
	
	/* Margem e preenchimento */
	margin-top: 0px;
	margin-bottom: 8px;
	padding-left: 7px;
	padding-top: 5px;
	padding-bottom: 5px;
	
	/* Tamanho */
 	min-height: 12px; /* Para não cortar curva da imagem do cabeçalho */
	
	/* Bordas */
	border-left: 1px solid #9cae59;
}


#consultas ul,
#informacoes ul
{
	/* Margem e preenchimento */
	margin-top: 0;
	margin-bottom: 0;
}

#consultas li,
#informacoes li
{
	/* Background */
	background-repeat: no-repeat;
	
	/* Marcadores */
	list-style-type: none;
	
	/* Fonte */
	font-size: 0.7em;
	font-weight: bold;
	/* line-height: 1em; */

	/* Margem e preenchimento */
	margin-left: 7px;
	padding-left: 10px;
	padding-top: 4px;
	padding-bottom: 9px;
	
	/* Tamanho */
	width: 197px;
}

#consultas li,
#informacoes li
{
	/* Background */
	background-image: url(../images/item-menu-fundo.png);
}

#consultas li a,
#informacoes li a
{
	/* Cor */
	color: #000000;
}


#consultas .bordaInferior,
#informacoes .bordaInferior
{
	/* Background */
	background-repeat: no-repeat;
	background-image: url(../images/menu-borda-inferior.png);
	
	/* Tamanho */
	width: 214px;
	height: 23px;
	
	/* Posicionamento */
	position: relative;
	z-index: 2;
}

