/* 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: 100; clear: both;}

#topnav {
	background-color:#003A5A;
	height:26px;
	padding-left:0px;
	border-bottom:#FFFFFF 1px solid;
}
#topnav ul {
	list-style-type: none; 
	font-weight: bold;
	line-height:26px;
	color: white;
	text-align: left;
	margin: 0;
	padding: 0;
	font-size: 12px; 
	text-transform: none;
	width: auto;
	/*
	(Disappearing List-Background)
	http://www.positioniseverything.net/explorer/ie-listbug.html
	*/
	position: relative; /* Fix the Stupid IE6 Bug */
}
#topnav ul li {background-color: #0075b5; float: left; color: #ffffff; }
#topnav ul li a {display: block;padding: 6px 16px; color: white; text-decoration: none; border-right: 1px solid #ffffff;}

/* Root Level Link Formatting */
#topnav ul li a:hover, #topnav li a:focus {background-color: #003a5a; border-color: #fff; color: #ffffff;}
#topnav li a:active, #topnav ul li a.active {background-color: #0075b5; border-color: #fff; color: #ffffff;}

/* Current page Customisations*/
#topnav li.menu-current a		{background: #003a5a; color: #fff;}
#topnav li.menu-current a		{font-weight: bold;} 

/* 2nd Child menu */
#topnav .menu li ul {position: absolute; width: 12em; margin: 0; display: none; text-transform: none; border: 1px solid #ffffff;  border-bottom: 0px; font-size: 100%;}
#topnav .menu li ul li {width: 12em; text-align: left; font-weight: normal; margin: 0; padding: 0; line-height: 1.2em; border-bottom: 1px solid #ffffff;}
#topnav .menu li ul a {width: 11.5em; padding: .6em .1em .6em .4em; background: #0075b5; color: #fff;}

/* 2nd Child link hover */
#topnav .menu li ul a:hover {color: #ffffff; background: #0099FF; border: 0; color:#fff;}

/* Show and hide */
#topnav .menu li:hover ul, #topnav .menu li a:focus ul, #topnav .menu li.subMenu ul {display: block;}
#topnav .menu li ul ul { display: none;}
#topnav .menu li:hover ul ul, #topnav .menu li.subMenu ul ul {display: none;}
#topnav .menu li:hover ul, #topnav .menu li li:hover ul, #topnav .menu li.subMenu ul, #topnav .menu li li.subMenu ul {display: block;}


/* 3rd Child Menu Appreances */
#topnav .menu li ul li ul li a 	{ width: 11.5em; padding: .6em .1em .6em .4em; background: #c6c6c6; color: #fff; }

/* Positioning the Pop-out Drops */
#topnav li {position: relative;}

#topnav ul ul ul {
	position: absolute;
	top: 1px;
	left:-1px;
	left: 100%;
}