@charset "utf-8";
/* CSS Document */

* {
	margin:0px;
	padding:0px;
}


#menu {
	font-family: "Trebuchet MS", Verdana;
	font-size: 12px;
	background-image: url(../img/fundo_menu.jpg);
	background-repeat: no-repeat;
	display: block;
	height: 28px;
	width: 955px;
	margin-top: 10px;
	margin-right: auto;
	margin-left: auto;
	padding-left: 45px;
	padding-top: 6px;
}
#menu ul {
	list-style-type: none;
}

#menu ul li {
	position: relative;
	float: left;
}

#menu ul li a {
	display: block;
	position: relative;
	float: left;
	line-height: 28px;
	height: 28px;
	width: 130px;
	text-align: center;
	font-family: "Trebuchet MS", Verdana;
	font-size: 12px;
	color: #000;
	text-decoration: none;
	background-color: #FFF;
}

#menu ul li a:hover {
	font-family: "Trebuchet MS", Verdana;
	font-size: 12px;
	color: #FFF;
	text-decoration: none;
	background-image: url(../img/back_bt.png);
	background-repeat: no-repeat;
	background-position: center center;
	
	}

#menu ul li ul {
	display: none;
	position: absolute;
	top: 28px;
	left: 0px;
}

#menu ul li:hover ul {
	display: block;
}

