/* MENU PRINCIPAL */
#menu ul {
	list-style-type: none;
	width:760px;
	margin:auto;
}
#menu ul li {
	position: relative;
	display: inline;
	float: left;
	list-style:none;
	height:26px;
	margin:14px 5px 0 0;
	width:140px;
	background:url(../../conteudo/imagens/fundo/bg_botao.jpg) no-repeat;
}
#menu ul li a {
	display:block;
	float:left;
	width:140px;
	color:#ead9cf;
	text-decoration:none;
	font-variant:small-caps;
	line-height:26px;
	height:26px;
	font-weight:bold;
	font-size:14px;	
	text-align:center;
}
#menu ul li a:hover {
	background:url(../../conteudo/imagens/fundo/bg_botao.jpg) 0 -26px no-repeat;
}
/*Sub level menu*/
#menu ul li ul {
	top: 0;
	left: 0;
	position: absolute;
	display: block;
	visibility: hidden;
	z-index: 100;
	width:100px;
}
/*Sub level menu list items*/
#menu ul li ul li {
	display: inline;
	float: none;
	margin:0;
}
/* Sub level menu links style */
#menu ul li ul li a {
	width:140px;
	height:auto;
	line-height:normal;
	background:url(../../conteudo/imagens/fundo/bg_sub_botao.png);
	_background:#e6d1ae;
	color:#573221;
	text-align:center;
	border-bottom:1px solid #a11414;
	font-variant:normal;
	font-size:11px;
	font-weight:normal;
	padding:3px 0;
}
#menu ul li ul li a:hover {
	background:#e2b65b;
}
* html p#iepara { /*For a paragraph (if any) that immediately follows menu, add 1em top spacing between the two in IE*/
	padding-top: 1em;
}
/* Holly Hack for IE \*/
* html #menu ul li {
	float: left;
	height: 1%;
}
* html #menu ul li a {
	height: 1%;
}
/* End */
