#conteudo {
	background: url(../images/sisdivisao.jpg) repeat-X left top;
}

#listacases {
	color: #ED9A27;
}
#listaclientes {
	color: #ED9A27;
}

#textoh2flash {
	border-bottom: 3px solid #ED9A27;
}

#texto h3 {
	color: #ED9A27;
}

#texto h4 {
	border-bottom: 2px solid #ED9A27;
}

#texto h5 {
	color: #ED9A27;
}

#texto a {
	color: #ED9A27;
}
#texto a:hover {
	color: #FFF;
	background-color: #ED9A27;
}
#paragrafos ul li a {
	color: #ED9A27;
}
#paragrafos ul li a:hover {
	background-color: #ED9A27;
	
}


#menuinterno h2 {
	background: #FFFFFF url(../images/topmenusis.jpg) no-repeat right top; 
}

/*Item*/
#menuinterno a.item {
	background: url(../images/s-item.jpg) no-repeat left top;
	color: #666;
}
#menuinterno a.item:hover {
	background: url(../images/s-item-o.jpg) no-repeat left top;
	color: #FFF;
}

/*subitem*/
#menuinterno a.subitem {
	background: url(../images/s-subitem.jpg) no-repeat left bottom;
	color: #B17E34;
	border: 0;
	padding: 4px 0 3px 25px;
}
#menuinterno a.subitem:hover {
	background: url(../images/s-subitem-o.jpg) no-repeat left bottom;
	color: #666;
}

/*subitem2*/
#menuinterno a.subitem2 {
	background: url(../images/s-subitem2.jpg) no-repeat left bottom;
	color: #B17E34;
	border: 0;
	padding: 8px 0 6px 25px;
}
#menuinterno a.subitem2:hover {
	background: url(../images/s-subitem2-o.jpg) no-repeat left bottom;
	color: #666;
}

/*Open/Close*/
#menuinterno a.openclose {
	background: url(../images/s-close.jpg) no-repeat left top;
	color: #666;
}
#menuinterno a.openclose:hover {
	background: url(../images/s-close-o.jpg) no-repeat left top;
	color: #FFF;
}
#menuinterno a.open {
	background: url(../images/s-open.jpg) no-repeat left top;
	color: #666;
}
#menuinterno a.open:hover {
	background: url(../images/s-open-o.jpg) no-repeat left top;
	color: #FFF;
}

/*Menu Fechado*/
#menuinterno ul li.fechado a {
	background: url(../images/s-open.jpg) no-repeat left top;
	color: #666;
}
#menuinterno ul li.fechado a:hover {
	background: url(../images/s-open-o.jpg) no-repeat left top;
	color: #FFF;
}
/*Esconder Submenu*/
#menuinterno ul li.fechado ul {
	display: none;
}
