Css drop down menu

I am making a CSS drop down menu and I have got it working but I have one problem.
I have 3 buttons but only 2 of them do I want to actually have a drop down. The ‘home’ button I just want to be the button.
Here is what I am making menu.html.zip
But if I give the home button a link it picks up the style of the links of the drop down. and I can’t seem to figure out why. I have tried changing the css from:
#dropdown a
to
#dropdown ul li a
and even tried directing the style of the H2 tag with the header link
#dropdown ul h2 a

But I honestly dont really know how to fix the problem and would really appriciate some advice.
Cheers