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

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

#nav {
	position: absolute;
	padding:0; 
	margin:0;
	top: 50px;
	right: 19px;
	width: auto;
	height: 30px;	
	border-top: 0;
	padding:0;
	float: left;	
	z-index: 0;
}
#nav ul {
	list-style-type: none; 
	margin: 0; 
	padding: 0; 
	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: #fff; text-align: center;height: auto;}
#nav ul li a {display: block; background:#999999; color: #fff; text-decoration: none;
 	text-align: center; 
 	height:24px;
  	padding: 10px 30px 0px 30px;
	margin-right: 1px;
	margin-left: 1px;
	font-weight: bold;
	font-size: 11px !important;overflow: hidden;
}

/* Root Level Link Formatting */
#nav ul li a:hover, #nav li a:focus {background:#3C588E; color: #fff;}
#nav li a:active, #nav ul li a.active {background:#3C588E; color: #fff;}

/* Current page Customisations*/
#nav li.menu-current a		{background:#3C588E;}

/* 2nd Child menu */
#nav .menu li ul {position: absolute; left: 0px;top: 34px; width: auto; margin: 0;margin-top: 0px;margin: 0px 1px 0px 1px;display: none;background:#999999;border-top: 2px solid #fff;}
#nav .menu li ul li {width: 100%; text-align: left; margin: 0; padding: 0;float: left;display: block}
#nav .menu li ul a {padding: 10px 10px 10px 10px; width: auto; height: auto; background:#999999; color: #fff;text-align: left;}
/*#nav .menu li ul li:hover {background:#859fc3;}*/

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

/* 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			{background:#999999;padding-top: 0px;}
#nav .menu li ul li ul li a 	{
	color: #fff;
	background:#3C588E;
}

/* 3rd Child link hover */
#nav .menu li ul ul a:hover {

}

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

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


/*website baker tags that can be used to show and hide the pipe*/
#nav ul li.menu-last {border-right: 0px solid #fff;}

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



body#home #home-nav a,
body#about #about-nav a,
body#services #services-nav a,
body#portfolio #portfolio-nav a,
body#contact #contact-nav a {background:#3C588E;}

body#home li#home-nav li a,
body#about li#about-nav li a,
body#services li#services-nav li a,
body#portfolio li#portfolio-nav li a,
body#contact li#contact-nav li a {background:#999;}

body#home li#home-nav li a:hover,
body#about li#about-nav li a:hover,
body#services li#services-nav li a:hover,
body#portfolio li#portfolio-nav li a:hover,
body#contact li#contact-nav li a:hover {background:#3C588E;}

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