/* CSS Document */
li.menu {
	list-style-position:outside;
	list-style-type:none;
	list-style-image:url(http://www.abatecnica.com.br/logo/bull-menu.gif);
	/* marker-offset:-5px; */
}

a:link,a:visited {
	text-decoration:none;
	color:#003366;
	size: 14px;
	font-family:Arial, Impact, "Lucida Sans Unicode";
	font-weight: bold;
}
a:hover { 
	text-decoration:underline;
	color:#006699
} 


/* styles */

.style1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #000066;
	font-weight: bold;
}
.class_marque {
	border-top-width: medium;
	border-right-width: medium;
	border-bottom-width: medium;
	border-left-width: medium;
	border-top-style: double;
	border-right-style: none;
	border-bottom-style: double;
	border-left-style: none;
	border-top-color: #FF9900;
	border-right-color: #FF9900;
	border-bottom-color: #FF9900;
	border-left-color: #FF9900;
}




