/*-----------------------------------------------------------------------------------
the ul and li tags have padding/margins - original tag is in stylesheet.css
-----------------------------------------------------------------------------------*/
#nav-content ul{
	margin-top: 0;
}
#nav-content li{
	padding-bottom: 1em;
}




