I am having trouble setting the height for the Games menu like all the other menus. Can someone help me figure out what is wrong?
Here is the code I have:
<ul class="menu">
<li class="item-474 current active"><a href="/">News</a></li>
<li class="item-482 deeper parent">
<span class="separator">Applications</span>
<ul>
<li class="item-483"><a href="games.html">Games</a></li>
</ul>
</li>
<li class="item-484"><span class="separator">Appearence</span></li>
</ul>
#left-menu ul.menu {
display: block;
list-style-type: none;
margin-left: -40px;
}
#left-menu ul.menu li {
display: block;
text-align: center;
background: url("img/menu1.png");
width: 208px;
height: 31px;
text-align: center;
list-style-type: none;
padding: 0px;
margin: 0px;
}
#left-menu ul.menu li ul li {
display: block;
text-align: center;
background: url("img/menu2.png");
width: 208px;
height: 31px;
text-align: center;
list-style-type: none;
}
This is the output I am seeing: