/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 
	####	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: 0px;
}

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

#nav {
	padding:0;
	margin: 8px 0 10px 33px;
	width: 684px;
	height: 30px;
	color: #000000;
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	background-color: #ffffff;
	background-image: url("../images/nav.gif");
	background-repeat: no-repeat;
	background-position: 0 0;
}
#nav ul {
	width: 684px;
	height: 30px;
  	padding: 0;
  	margin: 0;
  	list-style-type: none; 
  	background:transparent;
	/*
	(Disappearing List-Background)
	http://www.positioniseverything.net/explorer/ie-listbug.html
	*/
	position: relative; /* Fix the Stupid IE6 Bug */
	
	
}
#nav ul li {padding: 0px 0px 0px 0px;
	float: left;
	margin-top: 8px;
	height: auto;
	line-height: 12px; 
	display: block;
	border-right: 1px solid #000;
	margin-top: 9px;
}
#nav ul li a {
	display: block;
  	float: left;
  	height: 12px; 
	font-size: 11px;
 	text-align: center; 
  	text-decoration: none;
  	text-transform: uppercase;
  	color: #000;
  	background: transparent; 
  	padding: 0; 
	padding-left: 1.25em;
	padding-right:1.25em;
}
}

/* Root Level Link Formatting */
#nav ul li a:link {background: transparent; color: #000;}
#nav ul li a:hover {background: transparent; color: #7aaede;}



/* 2nd Child menu */
#nav .menu li ul {position: absolute;left: 0px;width: 11.5em; margin: 0;padding-top: 21px;display: none; text-transform: none; }
#nav .menu li ul li {margin: 0; padding: 0;
	display: block;
	width: 12em;
	height: auto; 
	line-height: 100%;
	border-right: 0px;
}
#nav .menu li ul a {display: block;width: 10em; padding: 0.5em 1em;background: #f2e7ac; color: #000;height:100%;
	line-height: 120%;text-align: left; }

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

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


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

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

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