#menu {
	position: relative;
	height: 17px;
	/*background-color: #006639;*/
	text-align: center;
	margin-top: -12px;
	/*border-top: solid;
	border-bottom: solid;
	border-color: #c00;
	border-width: 4px;*/
	width: 908px;
	z-index: 1000;
}
/*\*/
html*#menu {
	[height: 16px;]
}
#nav {
	/*width: 677px;*/
	margin: auto;
}
#nav ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	text-align: left;
	/*line-height: 1;*/
}
#nav a {
	display: block;
	width: 95px;
	height: 30px;	
	text-decoration: none;
	text-align: center;
	/* top right bottom left */
	padding: 1px 0 2px 0;
	color: #FFF;
	border-right-color: white;
	border-right-style: solid;
	border-right-width: 1px;
	outline: none;
	font-weight: normal;
	font-size: 1.2em;
}
*#nav a.end {
	/*border-right-color: #006639;*/
	border-right-style: none;
}
#nav a:hover {
	/*background-color: #cfdcce;*/
	color: black;
}
#nav li { /* all list items */
	float: right; /*Only use float for horizontal menus*/
	width: 95px; /* width needed or else Opera goes nuts */
	/*border: solid;
	border-width: 1px;
	border-color: #ed1c24;*/
}
/*li #navContacts {
	width: 110px;
}*/
#nav ul li ul { /* second-level lists */
	position: absolute;
	background-color: #c00;
	width: 158px;
	margin-left: 0;
	left: -999px; /* using left instead of display to hide menus because display: none isn't read by screen readers */
}
#nav ul li ul li a.navInformation, #nav ul li ul li a.navAllocation, #nav ul li ul li a.navPrice {
	height: 30px;
}
#nav ul li ul li {
	width: 158px;
}
#nav ul li ul li a {
	width: 152px;
	height: 17px;
	color: white;
	padding: 5px 0 5px 0;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-style: solid;
	border-color: white;
	border-width: 1px;
	text-align: left;
	padding-left: 5px;
}
/*#nav-design ul li a {
	width: 110px;*/
}
#nav li ul li a:hover {
	color: black;
	/*background-color: #4d89c5;*/
}
/*#nav li ul ul { /* third-and-above-level lists */
/*	margin: -1em 0 0 10em;
}*/
#nav li:hover ul ul, #nav li.sfhover ul ul {
	left: -999px;
}

#nav li:hover ul, #nav li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}
/*Active colour for main menu */
body.home a.navHome,
body.company a.navCompany,
body.network a.navNetwork,
body.services a.navServices,
body.disclosures a.navDisclosures,
body.careers a.navCareers,
body.partners a.navPartners {
	color: black !important;
	/*background-color: #c00;*/
}
/*Active colour for sub menu */
/*Company*/
body.directions a.navDirections,
body.governance a.navGovernance,
body.map a.navMap,
/*Network*/
body.new a.navNew,
body.trees a.navTrees,
body.safety a.navSafety,
body.disputes a.navDisputes,
body.entry a.navEntry,
body.retailers a.navRetailers,
/*Services*/
body.construction a.navConstruction,
body.workshop a.navWorkshop,
body.business a.navBusiness {
	color: black !important;
	/*background-color: #c00;*/
}