#menu{
		float:left;
		width:146px;
		height:600px;
}
#menu ul {
	margin: 0 auto;
	padding: 0;
	width: 146px;
	background-color:#fffee2;
	font:11px Verdana, sans-serif;
	text-align:left;
}
#menu li {
	list-style: none;
	height:21px;
	position: relative;
	border-bottom: 1px solid #fbe08b;
}

#menu li a {
	margin:0;
	height:12px;
	display: block;
	text-decoration: none;
	color: #7b221d;
	background:#fffee2;
	background-image:url(imagens/ico_menu.jpg);
	background-repeat:no-repeat;
	padding: 4px;
}
li ul {
	position: absolute;
	left: 146px;
	top: 0;
	display: none;
}

li:hover ul, li.over ul { 
	display: block; 
}

#menu li a:hover{
	color:#a55b20;
	background-color:#FAFBF7;
}
/* Fix IE. Hide from IE Mac \*/
* html #menu ul li { float: left; height: 1%; }
* html #menu ul li a { height: 1%; }
/* End */


/* MENU TOPO */

#menu_h { 
position: relative; 
left:260px; /*posição à direita*/
top:86px; /*posição abaixo*/
width: 500px; 
}
#menu_h ul {
list-style-type: none; /*remove o marcador*/ 
margin: 0; /*remove o recuo IE e Opera*/ 
padding: 0; /*remove o recuo Mozilla e NN*/ 
font:11px Verdana, sans-serif;
}
#menu_h li { 
margin-bottom:1px;
background-image: url(imagens/menu_h.gif); 
border:0;
float:left;
}
#menu_h a {
line-height:27px;
text-align:center;
display: block;
width: 82px;
height:27px;
color: #000000;
text-decoration: none;
voice-family: "\"}\"";  /*Box Model Hack*/
voice-family:inherit;
}
#menu_h a:hover { 
background-image: url(imagens/menu_h2.gif);
color:#80280d; 
cursor:pointer;
}

#texto_cesp{
	float:left;
	font:11px Verdana, sans-serif;
	text-align:left;
	margin-left:15px;
	margin-top:14px;
	color:#828181;
	width:260px;
	height:350px;
	overflow: auto;
}
