Here\'s a simple menu structure:
Home
I used this code to fill the width and height 100%
HTML
I need to fill 100% width and height!
CSS
li a { display: block; height: 100%; /* Missing from other answers */ }