#menu {
	width: 100%;
	background: url("../image/bg_menu.png");
	background-repeat: repeat-x;
	clear: both;
	height: 46px;
}

#menu_geral {
	width: 940px;	
	text-decoration: none;
	padding-top: 0px;
	margin: 0 auto;
        text-align: center;
        list-style-type: none;
        list-style: none;
}

#menu_geral li {
    display: inline;     
}

#menu_geral a {
	border-left-width: 0px;
	border-left-color: #cacaca;
	border-left-style: solid;	
	text-decoration: none;	
        padding: 12px 20px 13px 20px;
        display: inline-block;
}

#menu_geral a:hover {
	color: #ffffff;
	background-color: #0044CC /*#6d6f89*/;
}