/* Navigation & Links */

#topNav {
	color: #ffffff;
	background: #434345;
	border-bottom: 1px solid #676960;
}

#mainNavLinks {
	background: #c2d41c;
}

	.personalButton {
		position: relative;
	}
	
	.businessButton {
		position: relative;
		margin-left: -10px;
		z-index: 1000;
	}

	.mainLink, a.mainLink, a.mainLink:visited, a.mainLink:active {
		color: #434345;
	}
	
	.mainLinkOn, a.mainLinkOn, a.mainLinkOn:visited, a.mainLinkOn:active {
		background: #676960 url('../images/business/main-link-hover.gif') repeat-x;
		color: #434345;
	}
	
	a.mainLink:hover {
		background: #676960 url('../images/business/main-link-hover.gif') repeat-x;
		color: #434345;
	}

	.navSeparator {
		background: url('../images/business/nav-separator.gif') no-repeat;
	}
	
	a.iconLink:hover {
		background: #676960 url('../images/business/main-link-hover.gif') repeat-x;
	}
	
	.loupe {
		background: url('../images/business/loupe.gif') no-repeat;
	}

/* Drop-down Menus */

.ddBack {
	background: #c2d41c;
	border-left: 1px solid #a2ad46;
	border-right: 1px solid #a2ad46;
	border-bottom: 1px solid #a2ad46;
	border-top: 1px solid #b2c40c;
}

.ddInfo {
	background: #d4e160;
	color: #434345;
}

.ddLink, a.ddLink, a.ddLink:link, a.ddLink:visited, a.ddLink:active {
	color: #434345;
}

a.ddLink:hover {
	color: #434345;
}

/* Text links, text styles and general colours */

a {
	color: #a2ad46;
}

a:hover {
	color: #c2d41c;
}

h1, h2, h3, h4, h5, h6 {
	color: #a2ad46;
}

/* Layout */

.boxHeader {
	color: #434345;
	background: #c2d41c;
}


