/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 
	####	Header Menu #####
	#######################
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
THIS MENU REQUIRES csshover.htc
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~  

	2 level menu
	
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~  */


/* Remove List Formattings
~~~~~~~~~~~~~~~~~~~~  */
 ul.menu, li.menu {
	list-style-type: none;
	margin: 0px;
	padding: 5px;
}

/* Header menu */	 
#header_menu {
	float: left;
}
#header_menu li {line-height: normal;font-weight: bold;}
ul#header_menu  {z-index: 10; clear: both;}

#nav {
	border-top: 0;
	padding:0;
	width: 685px; 	
	font: bold 1.2em Arial, Helvetica, sans-serif;
	float: left;	
	margin-bottom: 10px;
}

#nav ul {
	list-style-type: none; 
	margin: 8px 0 10px 33px;
	background: url("../images/nav.jpg") repeat-x 0 0;
	padding: 0; 
	font-size: 14px;
	width: auto;
	width: 684px;
	height: 43px;
	/*
	(Disappearing List-Background)
	http://www.positioniseverything.net/explorer/ie-listbug.html
	*/
	position: relative; /* Fix the Stupid IE6 Bug */
}
#nav ul li {
	float: left; color: #002D68; text-align: center; font-weight:bold;text-transform: uppercase;
	margin-top: 8px;
	height: auto;
	line-height: 12px; 
	display:block;
}
#nav ul li a {display: block; background: transparent;padding: 8px 19px 12px 18px;color: #002D68; text-decoration: none;}

/* Root Level Link Formatting */
#nav ul li a:hover, #nav li a:focus {background: transparent; color: #6A860F;}
#nav li a:active, #nav ul li a.active {background: transparent; color: #6D8A6B;}

/* Current page Customisations*/
#nav li.menu-current a		{}

/* 2nd Child menu */
#nav .menu li ul {position: absolute; width: 12em; margin: 0;margin-top: 0px;margin-left: 12px;display: none; text-transform: none; font-size: 12px;background-image: none;}
#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: 12em; padding: .6em .1em .6em .6em; background: #012E69; color: #fff;border-right: 0px;}

/* 2nd Child link hover */
#nav .menu li ul a:hover {
	border: 0;
	color:#fff;
	background-color: #6A860F;
}

/* 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;}

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

#nav ul li.menu-last a {
	border-right: 0px;
}



/* end menu */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */



/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 
	Custom Classes (Re-useables)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
	
/*  Float containers fix: */
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
/*  \*/
* html #clearfix {
	height: 1%;
}
/*  */
