Hello, anyone can help me with centering the text content attached below so that it centers in height as well in the container div? The css for the div is below:
div.level-1-menus {
background: url("background_menu.png") no-repeat scroll 0 0 transparent;
display: table-cell;
float: left;
height: 45px;
text-align: center;
vertical-align: middle;
width: 130px;
}