Forget about your designer tool for a sec.
Log into your front end web server & search for a file called
"default.master" it should return the location of your default.master &
mwsdefault.master pages.
Open it up in notepad. & scroll down till you find the block of code
like this.
<SharePoint:AspMenu
ID="TopNavigationMenu"
Runat="server"
DataSourceID="topSiteMap"
EnableViewState="false"
AccessKey="<%$Resources:wss,navigation_accesskey%>"
Orientation="Horizontal"
StaticDisplayLevels="2"
MaximumDynamicDisplayLevels="1" <---- Change this to "2"
DynamicHorizontalOffset="0"
StaticPopoutImageUrl="/_layouts/images/menudark.gif"
StaticPopoutImageTextFormatString=""
DynamicHoverStyle-BackColor="#CBE3F0"
SkipLinkText=""
StaticSubMenuIndent="0"
CssClass="ms-topNavContainer">
Just change MaximumDynamicDisplayLevels from "1" to "2"
Save it & just hit F5 on your browser, should let your navigation go
down another level.