css で height:35px を指定しました。Linux テキスト エディタでは問題なく動作しますが、netbeans ではエラーが表示されます。
#hori li
{
padding:0;
text-align:center;
width:7em;
float:left;
list-style:none
height:35px;
margin-left:15px;
background:#38ACEC;
-moz-border-radius: 70px;
border-radius: 70px;
}