/* 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:#555;}
#header_menu li {line-height: normal;}
ul#header_menu  {z-index: 10; clear: both;}

#nav {
	height: 30px;
	background: #393 url(../images/menu/nav_0.png) repeat-x;
	border: 0;
	padding-top: 5px;
}
#nav ul {
	list-style-type: none; 
	margin: 0; 
	padding: 0; 
	font-size: 90%; 
	text-transform: uppercase;
	width: auto;
	font-weight: bold;
	/*
	(Disappearing List-Background)
	http://www.positioniseverything.net/explorer/ie-listbug.html
	*/
	position: relative; /* Fix the Stupid IE6 Bug */
}
#nav ul li {float: left; color: #fff; text-align: center; font-weight: bold;}
#nav ul li a {display: block; background: transparent; padding: 5px 10px; padding-bottom: 4px; border: 0; color:#fff; text-decoration: none;font-weight: bold;}

/* Root Level Link Formatting */
#nav ul li a:hover, #nav li a:focus {background: transparent; border: 0; color: #fc6;}
#nav li a:active, #nav ul li a.active {background: transparent; border: 0; color: #fc6;}

/* Current page Customisations*/
#nav li.menu-current a		{background: transparent; color: #fc6; border: 0;}
#nav li.menu-current a		{font-weight: bold;} 

/* 2nd Child menu */
#nav .menu li ul {background:#fff; position: absolute; width: 12em; margin: 0; display: none; text-transform: none; border: 1px solid #000; font-size: 100%; padding: 3px;}
#nav .menu li ul li {width: 12em; text-align: left; font-weight: normal; margin: 0; padding: 0; line-height: 1.2em;}
#nav .menu li ul a {width: 11.5em; padding: .6em .1em .6em .4em; background: #fff; color: #000; border: 0;}

/* 2nd Child link hover */
#nav .menu li ul a:hover {color: #fff; background: #6BBA70; border: 0;}

/* 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: #6BBA70; color: #fff; }

/* Positioning the Pop-out Drops */
#nav li {position: relative;}

#nav ul ul ul {
	position: absolute;
	top: 1px;
	left: 100%;
}




/* end menu */
