body 
{
   font: "Times New Roman";
   color: #777777;
   background-color: white
}

/* main unordered list definitions */
#nav, #nav ul 
{
	float: left;
	width: 47em;
	list-style: none;
	line-height: 1;
	background: white;
	font-weight: bold;
	padding: 0;
	border: solid #B8171F;
	border-width: 1px 0;
	margin: 0 0 1em 0;
}

/* the hyperlink definitions */
#nav a 
{
	display: block;
	width: 6em;
	color: #777777;
	text-decoration: none;
	padding: 0.25em 2em;
}

/* list attributes */
#nav li 
{
	float: left;
	padding: 0;
	width: 9.4em;
}

/* unordered, list attributes - the border around the sub menu */
#nav li ul 
{
	position: absolute;
	left: -999em;
	height: auto;
	width: 11em;
	font-weight: normal;
	border-width: 0.25em;
	margin: 0;
}

/* the grey highlight over our sub menu */
#nav li li 
{
	padding-right: 1em;
	width: 10em
}

/* our sub menu text */
#nav li ul a 
{
	width: 13em;
	width: 9em;
}

/* sub, sub menu - not needed */
#nav li ul ul 
{
	margin: -1.75em 0 0 14em;
}

/* hover at places within the menu not used */
#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul 
{
	left: -999em;
}

/* auto position the sub menu on */
#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;
}

/* set the hover colour to light grey */
#nav li:hover, #nav li.sfhover 
{
	background:#DDDDDD;
}