}
.nav>li{
list-style: none;
float: left;
width: 120px;
line-height: 40px;
background-color: green;
margin-left: 10px;
text-align: center;
}
</style>
< / head >
< body >
< ul class= "nav" >
<li>
<ul class="sub">
<li></li>
<li></li>
<li></li>
<li></li>
<li></li>
</ul>
</li>