/****************************************************************************************** TOP LEVEL NAVIGATION*/
#container {
	width: 800px;	/* width of navigation bar */	
	height:28px;
	padding-bottom:0px;	
	font-weight: normal;
	margin: 0 auto;
}

#nav, #nav ul {
	width: 800px;			/* width of navigation bar */
	height:28px;
	list-style: none;
	font-weight: normal;
	padding: 0;
	margin: 0 0 0 0;
}

#nav a {
	display: block;			/* this is where the colur of the dropdown menu can be set */
	color:#ffffff;
	padding-bottom: 0px; 
	padding-top:6px;
	margin-bottom:0px;
	text-decoration: none;
	font-stretch:condensed;
	font-family:Arial, Helvetica;
	text-align:center;
	font-weight:normal;
	font-size:12px; 
	
}

#nav a:hover {
	display: block;
	font-stretch:condensed;
	color:#920208;/* this is where the roll over colur of the top level navigation can be set */
	
}

#nav li {
	float: left;
	/* width: 6.1em; */
	font-weight:bold;
	/*Without this the nav bar acts funny over text in PC IE.6*/
	background-color:white;
}

#nav li li a {
	display: block;
	border-bottom: solid 1px #ffffff;
	font-weight: bold;
	color:#ffffff;				/* 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;
	text-align:left;
	padding-bottom:5px;
	background-color:#cf181d;	/* this is where the colur of the dropdown menu can be set */
	
}

li#first_cell {					
	width:55px;					/* This code is specific for IE 5 & 5.5 PC */ 
	w\idth:53px;
	height:28px;					/* This code is specific to the 'ABOUT FOOTCARE' cell for IE 6 and Firefox for PC & MAC */
	background-image:url(../images/nav-bg.jpg);
	background-repeat:repeat-x;
	border-right: 1px solid #ffffff;
}

li#second_cell {					
	width:118px;					/* This code is specific for IE 5 & 5.5 PC */ 
	w\idth:116px;
	height:28px;			/* This code is specific to the 'MAIN RANGE' cell for IE 6 and Firefox for PC & MAC */
	background-image:url(../images/nav-bg.jpg);
	background-repeat:repeat-x;
	border-right: 1px solid #ffffff;
	
}

li#third_cell {					
	width:96px;					/* This code is specific for IE 5 & 5.5 PC */ 
	w\idth:94px;					/* This code is specific for IE 5 & 5.5 PC */ 
	height:28px;
	background-image:url(../images/nav-bg.jpg);
	background-repeat:repeat-x;
	border-right: 1px solid #ffffff;
}

li#fourth_cell {				
	width:54px;					/* This code is specific for IE 5 & 5.5 PC */ 
	w\idth:52px;
	height:28px;					/* This code is specific to the 'FABFEET' cell for IE 6 and Firefox for PC & MAC */
	background-image:url(../images/nav-bg.jpg);
	background-repeat:repeat-x;
	border-right: 1px solid #ffffff;
}

li#fifth_cell {				
	width:84px;					/* This code is specific for IE 5 & 5.5 PC */ 
	w\idth:82px;
	height:28px;			/* This code is specific to the 'FABFEET' cell for IE 6 and Firefox for PC & MAC */
	background-image:url(../images/nav-bg.jpg);
	background-repeat:repeat-x;
	border-right: 1px solid #ffffff;
}

li#sixth_cell {	
	width:76px;					/* This code is specific for IE 5 & 5.5 PC */ 
	w\idth:74px;	/* This code is specific to the 'OUR TEAM' cell for IE 6 and Firefox for PC & MAC */
	height:28px;
	background-image:url(../images/nav-bg.jpg);
	background-repeat:repeat-x;
	border-right: 1px solid #ffffff;
}
li#seventh_cell {	
	width:133px;					/* This code is specific for IE 5 & 5.5 PC */ 
	w\idth:131px;
	height:28px;					/* This code is specific for IE 5 & 5.5 PC */ 
	background-image:url(../images/nav-bg.jpg);
	background-repeat:repeat-x;
	border-right: 1px solid #ffffff; 
}

li#eighth_cell {	
	width:104px;					/* This code is specific for IE 5 & 5.5 PC */ 
	w\idth:102px;
	height:28px;		/* This code is specific to the 'OUR TEAM' cell for IE 6 and Firefox for PC & MAC */
	background-image:url(../images/nav-bg.jpg);
	background-repeat:repeat-x;
	border-right: 1px solid #ffffff; 
}

li#nineth_cell {	
	width:90px;					/* This code is specific for IE 5 & 5.5 PC */ 
	w\idth:88px;
	height:28px;				/* This code is specific to the 'OUR TEAM' cell for IE 6 and Firefox for PC & MAC */
	background-image:url(../images/nav-bg.jpg);
	background-repeat:repeat-x;
}


#nav li ul {
	position:absolute;
	left: -999em;
	height:auto;
	width:10em; 				/* Width of the drop down back panel*/
	/*w\idth: 13.48em; */
	font-weight: bold;
	border-width: 0.25em;
	margin-top:0px;
	
}

#nav li li {
/*  Roll over colour element of the drop down list items */
	width: 10em; 				
	 /*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;
	margin-top:0px; 
	
}

#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;
	margin-top:7px;
	
}

#nav li li a:hover, #nav li li a.sfhover {
/* this is where the roll over colour of the dropdown menu can be set */
	background-color:#920208;
	font:Arial, Helvetica; 
	color:#ffffff;
	font-weight: bold;
	
}

#nav li:hover, #nav li.sfhover {
/* this is where the roll over colour of the top level navigation can be set */
	font:Arial, Helvetica;
	color:#920208;


	
}


/******************************************************************************************END TOP LEVEL NAVIGATION*/


.sub_nav {		/* this is where the colur of the dropdown menu can be set */
	color:#ffffff;
	padding-bottom: 0px;
	margin-top:0px; 
	padding-top:0px;
	margin-bottom:0px;
	text-decoration: none;
	font-family:Arial, Helvetica;
	font-weight:normal;
	text-align:center;
	vertical-align:middle;
	font-size:11px;
}