
/* ADJUST THE FOLLOWING MARGIN SETTINGS TO ALIGN TOP MAIN CATEGORY NAVIGATION - (Home, Products, Business Opp, etc.) This sets the amount of space between each navigation category. So if the categories are not spanning accross the green bar, make margins larger. If the Categories are wrapping, make margins smaller. */

ul.topNav li {
	margin-left:41px;
	margin-right:41px;
}


/* ADJUST MARGIN AND WIDTH SETTINGS TO ALIGN SUB NAVIGATION ITEMS - The margin-left setting is the number of pixels to the left of the corresponding navigation category. This should stay in negative numbers. The width is the width of each sub menu.   */

/* Products */
ul.topNav ul.one {
	margin-left:-110px;
	width:440px;
}

/* Business */
ul.topNav ul.two {
	margin-left:-65px;
	width:300px;
}

/* Success */
ul.topNav ul.three {
	margin-left:-90px;
	width:300px;
}

/* News */
ul.topNav ul.four {
	margin-left:-253px;
	width:540px;
}

/* About */
ul.topNav ul.six {
	margin-left:-293px;
	width:430px;
}

/* Not used */
ul.topNav ul.five {
	margin-left:-221px;
	width:440px;
}

/* Not used */
ul.topNav ul.seven {
	margin-left:-300px;
	width:540px;
}
