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


	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:1px solid #000;}*/

/*

nav bg			#85C447
rollover color 	#39444A
2nd level bg 	#50AFBC
2nd level hover #39434A
3rd level bg 	#EF6928
3rd level hover #39434A
  
*/

/* 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; width: 764px; float: left; }

#nav { 
background:url("../images/nav.jpg") repeat-x scroll 0 0 #FFFFFF;
color:#FFFFFF;
font-weight:bold;
height:43px;
margin:8px 0 10px 33px;
padding:5px 0 0;
text-transform:uppercase;
width:685px;
}
#nav ul {
	list-style-type: none; 
	margin: 0; 
	padding: 0; 
	font-size: 14px;
	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: #002D68; text-align: center; font-weight:bold; text-transform: uppercase; padding: 10px 8px; background: url(../images/divider.jpg) no-repeat right center; }

#nav-right { width: 236px; float: right; height: 71px; padding-right: 20px; }
#nav-right  li#about, #nav-right li#home { background: url(none);}
#nav-right  li#home { background: url(../images/divider02.jpg) no-repeat right center; }
#nav-right ul li { list-style-type: none; margin: 0px; }
#nav-right li {line-height: normal;font-weight: bold;}
#nav-right ul{ z-index: 10; clear: both; float: right; }




#nav ul li a { display: block; background: transparent; padding: 0 18px 0 10px; 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: #002D68; }

/* Current page Customisations*/
#nav li.menu-current a		{background: transparent; color: #002D68}
#nav li.menu-current a		{font-weight: bold;} 

/* 2nd Child menu */
#nav .menu li ul {position: absolute; width: 12em; margin: 0;margin-top: 10px;display: none; text-transform: none; font-size: 12px;}
#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 { background:none repeat scroll 0 0 #6A860F;
border-bottom:1px solid #FFFFFF;
border-right:0 none;
color:#FFFFFF;
padding:0.6em 0.1em 0.6em 0.4em;
width:15em;}

/* 2nd Child link hover */
#nav .menu li ul a:hover { border: 0; color:#FFCC00; background: #6A860F; border-bottom:1px solid #FFFFFF;
}

/* 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 ul			{margin-top: 0px;}
#nav .menu li ul li ul li a 	{
	width: 11.5em;
	padding: .6em .1em .6em .4em;
	color: #002D68;
	border-right: 0px;
	background-color: #FF9523;
}

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

#nav ul ul ul {
	position: absolute;
	top: 0px;
	left: 100%;
}

#nav ul li.menu-last {  background: none; 
}

#nav ul li ul li {
	text-transform: none;
}

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



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

