.menu_main {
    background-color: #eeeefc;
    color: #FFF;
    padding: 0px;
    text-align: left;
	width: 100%;
	height: 30px;
 }
 .menu_parent {
	display: block;
	position: relative;
	float: left;
	line-height: 30px;
	background-color: #eeeefc;
	border-right: #CCC 1px solid;
}
.menu_parent a {
	margin: 10px;
	color: #FFFFFF;
	text-decoration: none;
}
.menu_parent:hover>ul {
	display: block;
	position: absolute;
}
.menu_child {
	display: none;
}
.menu_child li {
	background-color: #E4EFF7;
	line-height: 30px;
	border-bottom: #CCC 1px solid;
	border-right: #CCC 1px solid;
	width: 100%;
}
.menu_child li a {
	color: #000000;
}
ul {
	list-style: none;
	margin: 0;
	padding: 0px;
	min-width: 20em;
}

ul ul ul {
	left: 100%;
	top: 0;
	margin-left: 1px;
}
li:hover {
	background-color: #95B4CA;
}
.menu-botao {
	width: 220px;
	height: 30px;
    margin: 1px;
    padding-top: 1px;
    padding-bottom: 1px;
    padding-left: 12px;
    padding-right: 12px;
    color: 000;
    border: 1px;
    border-style: double;
    border-color: rgb(129, 123, 123);
    background-color: #eeeefc;
    text-decoration: none;
    border-radius: 5px 5px 5px 5px;
}