#nav, #nav ul 
	{ /* all lists Text Centre Button block vertical position*/
	margin: 0;
	Text-align: center;
	list-style: none;
	vertical-align: top;
	z-index: 100;
	overflow: visible;
	}

*html #nav,	#nav ul/* ie6 bug fix centers first level buttons*/
	{
	margin-left:.5em;
	z-index: 100;
	overflow: visible;
	}
	
#nav li 
	{ /* all list items */
	width: 5.3em; /* sets width of buttons*/
	border: 0.35em outset #990000;/* Sets bevelled border and colour*/
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: bold;
	margin-top: 0.1em; /*sets position of top button relative to top*/
	background-color: #BC001D;
	}
	
#nav li ul 
	{ /* second-level lists */
	position : absolute;
	left: -600em;
	margin-left:3.5em;/* sets horizontal position of 2nd,3rd layers*/
	margin-top: -1.7em;
	z-index: 100;
	overflow: visible;
	}
	
*html #nav li ul /*ie6 bug fix second level horizontal poistion*/
	{
	margin-left:3.05em;
	z-index: 100;
	overflow: visible;
	}
	
#nav li a
	{
	width: 5.2em;
	w\idth : 5.2em;/* sets width of mouse over button*/
	display : block;
	color : #999999;
	font-weight : bold;
	text-decoration : none;
	z-index: 100;
	overflow: visible;
	}
	
#nav li a:hover
	{
	color : white;
	background-color : black;
	z-index: 100;
	overflow: visible;
	}
	
#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul
	{
	left: -999em;
	z-index: 100;
	overflow: visible;
	}
	
#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
	{ /* lists nested under hovered list items */
	left: auto; /* activates popout*/
	z-index: 100;
	overflow: visible;
	}
	
/*	#content {
		margin-left : 12em;
	} */
