#navContainer {width: auto;display:block;clear:both;}

/* Remove List Formattings
~~~~~~~~~~~~~~~~~~~~  */
 ul.menu, li.menu {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

/* Header menu */	 
#header_menu {position: absolute;}
#header_menu li {line-height: normal;}
ul#header_menu  {z-index: 10; clear: both;}

#nav {
	height: 60px;
	padding:0;
	width: 966px;
}
#nav ul {
	list-style-type: none; 
	margin: 0; 
	padding: 0; 
	width: auto;
	/*
	(Disappearing List-Background)
	http://www.positioniseverything.net/explorer/ie-listbug.html
	*/
	position: relative; /* Fix the Stupid IE6 Bug */
}
#nav ul li {margin: 0; padding: 0;float: left; color: #fff; text-align: center; font-weight: normal;font-family: Arial, Helvetica, sans-serif;}
#nav ul li a {margin: 0; display: block; font-size: 14px;background: #000; padding: 22px 0px 22px 0px; color: #fff; text-decoration: none;}

#nav ul li.m1 a{width:132px;}
#nav ul li.m2 a{width:206px;}
#nav ul li.m3 a{width:244px;}
#nav ul li.m4 a{width:192px;}
#nav ul li.m5 a{width:192px;}



/* Root Level Link Formatting */
#nav ul li a:hover, #nav li a:focus {background: #111; color: #fff;}
#nav li a:active, #nav ul li a.active {background: #111; color: #fff;}

/* Current page Customisations*/
#nav li.menu-current a		{background: #111; color: #fff;}

/* 2nd Child menu */
#nav .menu li ul {position: absolute; width: 16.4em; margin: 0; display: none; text-transform: none;font-size: 100%;}
#nav .menu li ul li {width: 16.4em; text-align: left; font-weight: normal; margin: 0; padding: 0; line-height: 1.2em;}
#nav .menu li ul a {width: 15.9em; padding: .6em .1em .6em .4em; background: #111;  color: #fff; border: 0;font-size: 12px;}

/* 2nd Child link hover */
#nav .menu li ul a:hover {background: #222; color:#fff;}

/* 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: #c6c6c6; color: #fff; }

/* Positioning the Pop-out Drops */
#nav li {position: relative;}

#nav ul ul ul {
	position: absolute;
	top: 1px;
	left: 100%;
}
