body {
margin: 0px;
padding: 0px;
background-color: gray;
}        
* html #banner {clear:both;height:70px;} /* ie6 misbehaves again */
* html #contentContainer #content {text-align:left;} /* ie6 misbehaves */
* html #contentContainer #content table {width: 90%;} /* ie6 fix to stop tables being pushed below floats */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 
	####	Header Menu #####
	#######################

	Horizontal Drop-Down Menu based off :
	http://www.tanfa.co.uk/css/examples/menu/tutorial-h.asp
	
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~  */
#navContainer {width: auto;display:block;clear:both;border-right:0px solid #000;}


/* Remove List Formattings
~~~~~~~~~~~~~~~~~~~~  */
 ul.menu, li.menu {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	
}

/* Header menu */	 
#header_menu {position: absolute; margin-left: 20px; background:#E6E6E6;}
#header_menu li {line-height: normal;}
ul#header_menu  {z-index: 10; clear: both;}

#nav {
	height: 1.68em;
	background: #E6E6E6;
	border-top: 0;
	border-left: 0px solid #ffffff;
	padding:0;
	font-family:"Myriad Pro", "Trebuchet MS", Arial, sans-serif;
}
#nav ul {
	list-style-type: none; 
	margin: 0; 
	padding: 0; 
	font-size: 78%; 
	text-transform: uppercase;
	width: auto;
	/*
	(Disappearing List-Background)
	http://www.positioniseverything.net/explorer/ie-listbug.html
	*/
	position: relative; /* Fix the Stupid IE6 Bug */
}
#nav ul li {float: left; color: #000000; text-align: center; font-weight: normal; width: 150px; }
#nav ul li a {display: block; background-color: #E6E6E6; padding: 5px 0px; padding-bottom: 4px; border-left: 0px solid #fff; border-right: 0px solid #000; color: #000000; text-decoration: none;}

/* Root Level Link Formatting */
#nav ul li a:hover, #nav li a:focus {background-color: #C8C8C8; border-color: #fff; color: #000000; }
#nav li a:active, #nav ul li a.active {background-color: #C8C8C8; border-color: #fff; color: #000000;}

/* Current page Customisations*/
#nav li.menu-current a		{background-color: #E6E6E6; color: #000000; border-bottom: 0px solid #000;}
#nav li.menu-current a		{font-weight: bold;} 

/* 2nd Child menu */
#nav .menu li ul {position: absolute; width: 12em; margin: 0; display: none; text-transform: none; border: 0px solid #000; border-top: 0; font-size: 100%; }
#nav .menu li ul li {width: 12em; text-align: left; font-weight: normal; margin: 0; padding-left: 5px; line-height: 1.2em; }
#nav .menu li ul a {padding: .6em .1em .6em .4em; background: #6D6E71; color: #000000; border: 0; width: 160px;}

/* 2nd Child link hover */
#nav .menu li ul a:hover {color: #000000; background-color: #E6E6E6;border: 0; color:#000000;}

/* Show and hide */
#nav .menu li:hover ul, #nav .menu li a:focus ul, #nav .menu li.subMenu ul {display: block;}
#nav .menu li ul ul { display: none;}
#nav .menu li:hover ul ul, #nav .menu li.subMenu ul ul {display: none;}
#nav .menu li:hover ul, #nav .menu li li:hover ul, #nav .menu li.subMenu ul, #nav .menu li li.subMenu ul {display: block;}


/* 3rd Child Menu Appreances */
#nav .menu li ul li ul li a 	{ width: 11.5em; padding: .6em .1em .6em .4em; background: #6D6E71; color: #000000; }

/* Positioning the Pop-out Drops */
#nav li {position: relative;}

#nav ul ul ul {
	position: absolute;
	top: 1px;
	left: 100%;
}




/* end menu */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
#text{

height: 1.68em;
	background: #E6E6E6;
	border-top: 0;
	border-left: 0px solid #ffffff;
	padding:0;
	font-family:"Myriad Pro", "Trebuchet MS", Arial, sans-serif;
