a.body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	text-align: center;
	padding: 0;
	margin: 0;
}

#container {
	width: 50em;
	font-weight: normal;
	text-align: left;
	margin: 0 auto;
}

#nav, #nav ul {
	float: left;
	width: 50em;
	list-style: none;
	font-weight: normal;
	padding: 0;
	margin: 0 0 0 0;
}

#nav a {
	display: block;
	/* width: 6.1em; */
	font-weight: normal;
	/* w\idth: 6.1em; */
	color:#FFCC00;
	padding-bottom: 0.25em; 
	padding-top:0.25em;
	text-decoration: none;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px; 
	
}

#nav a:hover {
	display: block;
	font-weight: normal;
	color:#ffffff;
	
}

#nav li {
	float: left;
	/* width: 6.1em; */
	font-weight: normal;
}


#nav li li a {
	display: block;
	font-weight: normal;
	color:#ffffff;
	/* width:9m;  */
	/* w\idth:13.48; */
	border-top-width: 0.2em;
	padding-left:0.5em;			/* Padding for the left side of JUST the drop down list items */
	padding-right:0.5em;
}



li#border_right {
	border-right: 0.093em solid #66cbff; 
	font-weight: normal;
	width: 100px;
	w\idth: 99px; 					/* This code is specific to IE 6 & Firefox - PC & IE 5 - Mac */
}

li#first_cell {					
	font-weight: normal;
	width: 87px;					/* This code is specific for IE 5 & 5.5 PC */ 
	w\idth: 85px;					/* This code is specific to the 'HOME' cell for IE 6 and Firefox for PC & MAC */
	border-right: 0.093em solid #66cbff; 
}

li#second_cell {					
	font-weight: normal;
	width: 91px;					/* This code is specific for IE 5 & 5.5 PC */ 
	w\idth: 89px;					/* This code is specific to the 'ABOUT US' cell for IE 6 and Firefox for PC & MAC */
	border-right: 0.093em solid #66cbff; 
}

li#third_cell {					
	font-weight: normal;
	width: 91px; 				/* This code is specific for IE 5 & 5.5 PC */
	w\idth: 89px;				/* This code is specific to the 'ARCHITECTS' cell for IE 6 and Firefox for PC & MAC */
	border-right: 0.093em solid #66cbff; 
}

li#fourth_cell {					
	font-weight: normal;
	width: 98px;				/* This code is specific for IE 5 & 5.5 PC */ 
	w\idth: 96px;				/* This code is specific to the 'CONTRACTORS' cell for IE 6 and Firefox for PC & MAC */
	border-right: 0.093em solid #66cbff; 
}

li#fifth_cell {					
	font-weight: normal;
	width: 97px;				/* This code is specific for IE 5 & 5.5 PC */ 
	w\idth: 96px;				/* This code is specific to the 'WHAT"S NEW' cell for IE 6 and Firefox for PC & MAC */
	border-right: 0.093em solid #66cbff; 
}

li#sixth_cell {					
	font-weight: normal;
	width: 137px; 				/* This code is specific for IE 5 & 5.5 PC */
	w\idth: 135px;				/* This code is specific to the 'PRODUCT CATALOGUE' cell for IE 6 and Firefox for PC & MAC */
	border-right: 0.093em solid #66cbff; 
}

li#seventh_cell {					
	font-weight: normal;
	width: 98px; 				/* This code is specific for IE 5 & 5.5 PC */
	w\idth: 96px;				/* This code is specific to the 'DATA SHEETS' cell for IE 6 and Firefox for PC & MAC */
	border-right: 0.093em solid #66cbff; 
}

li#last_cell {
	font-weight: normal;
	width: 97px; 				/* This code is specific for IE 5 & 5.5 PC */
	w\idth: 95px;				/* This code is specific to the 'CONTACT US' cell for IE 6 and Firefox for PC & MAC */
}


#nav li ul {
	position: absolute;
	left: -999em;
	height: auto;
	 width: 10em; 				/* Width of the drop down back panel
	/*w\idth: 13.48em; */
	padding: 0.5em 0 0.5em 0;
	font-weight: normal;
	border-width: 0.25em;
	margin: 0;
	/* background: url(../images/light_grey_bg.gif) bottom left;  */
	background-color:#999999;   
}

#nav li li {
	width: 10em; 				/*  Roll over colour element of the drop down list items */
	 /*w\idth: 13.48em; */
	font-weight: normal;
}



#nav li ul a {
	width: 13.75em; 			/* Invisible container around the drop down list items */ 
	/* w\idth: 13.48em; */
	font-weight: normal;
}

#nav li ul ul {
	margin: -1.75em 0 0 0em; 
}

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
	left: -999em;
}

#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul {
	left: auto;
}

#nav li:hover, #nav li.sfhover {
/* this is where the roll over colur of the root menu item can be set */
	background: #666666;

	
}


