Quote Originally Posted by wizard247 View Post

Any ideas on my previous post of white space below the top navigation bar? (see above)

Cheers,
Wizard247
Replace the sections below of your stylesheet.css with these:

Code:
#navMain {
	float:right;
	width:750px;
	line-height:normal;
	height:32px;
	}

#navMain ul {
	float:right;
	list-style:none;
	}
	  
#navMain li {
	display:inline;
	}
	  
#navMain a {
	float:left;
	text-decoration:none;
	}
	
#navMain a span {
	float:left;
	display:block;
	padding: 7px 15px 0 15px;
	text-align:center;
	width:90px;
	cursor:pointer;
	height:25px;
	}