#menu_topo {
	width: 100%;
	text-align: center;
	width: 100%;
	height: 22px;
	background:white url("imagens/bg_mn.gif") bottom left repeat-x;
	text-align: center;
	margin:0 auto;
	}

#menu {
	background:url("imagens/bg_mn.gif") bottom left repeat-x;
	text-align: center;
	margin: 0 auto;
	}
	
.dd1 a {
	text-align: center;
	font-size: 7pt;
	display: block;
	width: 116px;
	height: 20px;
	font-family: verdana;
	font-weight: bold;
	text-decoration: none;
	color: black;
	background-image: url("imagens/menu_1.gif");
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
	border-bottom: 2px solid white;
	z-index: 5;
	}

.dd1 a:hover {
	text-align: center;
	width: 116px;
	height: 20px;
	font-family: verdana;
	font-size: 7pt;
	font-weight: bold;
	text-decoration: none;
	color: white;
	background-image: url("imagens/menu_2.gif");
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
	border-bottom: 2px solid white;
	z-index: 5;
	}
	

.dd1 li a {
	text-align: center;
	margin: 0px;
	}

.dd1 ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	width: 116px;
	display: block;
	}
	
.dd1 ul li {
	position: relative;
	}
	
.dd1 li ul {
	position: absolute;
	left: 0px;
	top: 19px;
	display: none;
	}

.dd1 ul li a {
	font-size: 7pt;
	display: block;
	width: 116px;
	height: 20px;
	font-family: verdana;
	font-weight: bold;
	text-decoration: none;
	color: black;
	background:#ffffff url("imagens/menu_1.gif") ;
	margin: 0px;
	padding: 0px;
	border-bottom: 2px solid white;
	z-index: 5;
	}

.dd1 ul li a:hover {
	width: 116px;
	height: 20px;
	font-family: verdana;
	font-size: 7pt;
	font-weight: bold;
	text-decoration: none;
	color: white;
	background:#ffffff url("imagens/menu_2.gif") ;
	margin: 0px;
	padding: 0px;
	border-bottom: 2px solid white;
	z-index: 5;
	}
	
/* Holly Hack. IE Requirement \*/
* html ul li { float: left; height: 1%; }
* html ul li a { height: 1%; }
/* End */

.dd1 li:hover ul, li.over ul { display: block; } /* The magic */

