@charset "utf-8";
/* CSS Document */
#menu_seg {
	background-color: #FFF;
	height: auto;
}
#menu_seg h3 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	display: block;
	background-color: #0086DF;
	cursor: pointer;
	position: relative;
	min-height: 0;
	color: #FFF;
	margin-top: 0px;
	padding: 10px;
	margin-bottom: -5px;
}
#menu_seg h3:hover {
	background-color: #005F9D;
}

#menu_seg ul {
	list-style-image: url(../estrutura/layout/bullet-segmento.fw.png);	
}
#menu_seg div {
	background-color: #FFF;
	border-top: 0;
	overflow: auto;
	display: block;
	padding-top: 0;
	padding-right: 2.2px;
	padding-bottom: 1px;
	padding-left: 2.2px;
}
#menu_seg ul a {
	text-decoration: none;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #4F95FF;
	font-weight: bolder;
}
#menu_seg ul a:hover {
	color: #003D79;
	background-color: #FFF;
	list-style-type: none;
	text-decoration: none;
	font-style: normal;
	font-weight: bolder;
}
