That puts your navigation BELOW your header (which I prefer)
OR if you prefer it above the header edit it this way:
#top
height: 22px;
#absnav
top: 0px;
This will also make it look right.
melanieberezan
You need to open style.css in notepad++ (http://notepad-plus.sourceforge.net/uk/download.php)
and edit your #top section change your height: 77px to 0px;
also, to put your menu lower on the page to not be over your banner, you need to change the #absnav section and change your “top:” attribute to 276 px;
This should make it look nice, does to my eyes anyway.