a.body {	font-family:Verdana, Arial, Helvetica, sans-serif;	font-size:12px;	padding: 0;	margin: 0;}#container {	width: 800px;			/* width of navigation bar */	font-weight: bold;	text-align: left;	margin: 0 auto;	background-color: #000000;}#nav, #nav ul {	float: left;	width: 800px;			/* width of navigation bar */	list-style: none;	font-weight: bold;	padding: 0;	margin: 0 0 0 0;}#nav a {	display: block;			/* this is where the colur of the dropdown menu can be set */	font-weight: bold;	color:#ffffff;	padding-left:5px;	padding-bottom: 2px; 	padding-top:2px;	text-decoration: none;	font-family:Verdana, Arial, Helvetica, sans-serif;	font-size:11px; 	}#nav a:hover {	display: block;	font-weight: bold;	color:#ffffff;	}#nav li {	float: left;	/* width: 6.1em; */	font-weight: normal;		/*Without this the nav bar acts funny over text in PC IE.6*/	background-color: #005646;}#nav li li a {	display: block;	font-weight: bold;	color:#005646;				/* this is where the colur of the text can be set */	padding-left:0.5em;			/* Padding for the left side of JUST the drop down list items */	padding-right:0.5em;	background-color:#BCBDC0;	/* this is where the colur of the dropdown menu can be set */}li#first_cell {						font-weight: bold;	width: 110px;					/* This code is specific for IE 5 & 5.5 PC */ 	w\idth: 110px;	                /* This code is specific to the 'ABOUT FOOTCARE' cell for IE 6 and Firefox for PC & MAC */	height: 30px;	border-left: 1px solid #000000;					border-right: 3px solid #000000;	background-color:#005646;	text-align: center; }li#second_cell {						font-weight: bold;	width: 10px;					/* This code is specific for IE 5 & 5.5 PC */ 	w\idth: 110px;					/* This code is specific to the 'MAIN RANGE' cell for IE 6 and Firefox for PC & MAC */	height: 30px;	border-left: 1px solid #000000;	border-right: 3px solid #000000;	background-color:#005646;  	}li#third_cell {						font-weight: bold;	width: 110px;					/* This code is specific for IE 5 & 5.5 PC */ 	w\idth: 110px;					/* This code is specific to the 'SPECIALTY RANGE' cell for IE 6 and Firefox for PC & MAC */	height: 30px;	border-left: 1px solid #000000;	border-right: 3px solid #000000; 	background-color:#005646; }li#fourth_cell {						font-weight: bold;	width: 110px;					/* This code is specific for IE 5 & 5.5 PC */ 	w\idth: 110px;					/* This code is specific to the 'FABFEET' cell for IE 6 and Firefox for PC & MAC */	height: 30px;	border-left: 1px solid #000000;	border-right: 3px solid #000000;	background-color:#005646;  }li#fifth_cell {						font-weight: bold;	width: 110px;					/* This code is specific for IE 5 & 5.5 PC */ 	w\idth: 110px;					/* This code is specific to the 'OUR TEAM' cell for IE 6 and Firefox for PC & MAC */	height: 30px;	border-left: 1px solid #000000;	border-right: 3px solid #000000;	background-color:#005646;  }li#sixth_cell {						font-weight: bold;	width: 111px;				/* This code is specific for IE 5 & 5.5 PC */ 	w\idth: 111px;					/* This code is specific to the 'CONTACT US' cell for IE 6 and Firefox for PC & MAC */	height: 30px;	border-left: 1px solid #000000;	border-right: 2px solid #000000;	background-color:#005646;  }li#last_cell {	font-weight: bold;	width: 110px;			/* This code is specific for IE 5 & 5.5 PC */ 	w\idth: 110px;                  /* This code is specific to the 'LOCATION MAP' cell for IE 6 and Firefox for PC & MAC */	height: 30px;	border-left: 1px solid #000000;	border-right: 4px solid #000000; 	height: 40px;	background-color:#005646; }#nav li ul {	position: absolute;	left: -999em;	width: 10em; 				/* Width of the drop down back panel */	height: 40px;                            /*w\idth: 13.48em; */	font-weight: normal;	border-width: 0.25em;	margin: 0;		}#nav li li {	width: 10em; 				/*  Roll over colour element of the drop down list items */	 /*w\idth: 13.48em; */	font-weight: bold;	}#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 li a:hover, #nav li li a.sfhover {/* this is where the roll over colur of the dropdown menu can be set */	background-color: #9D9FA1;	}#nav li:hover, #nav li.sfhover {/* this is where the roll over colur of the top level navigation can be set */	background-color: #990000;	}