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

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~  */
/*#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;font-weight: bold;}
ul#header_menu  {z-index: 10; clear: both;}

#nav {
	border-top: 0;
	padding:0;
	width: 768px;
	clear: both;
	font-family: arial, verdana, sans-serif;
	font-size: 14px;
	font-weight: bold;
	float: left;
	background: #AEABA9;
}
#nav ul {
	list-style-type: none; 
	margin: 0; 
	padding: 0; 
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 3px;
	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: #352C27; text-align: center; font-weight:bold;text-transform: uppercase;}
#nav ul li a {display: block; background: transparent; padding: 5px 8px 5px 8px;color: #352C27; text-decoration: none;letter-spacing: -0.1px;letter-spacing: -0.01em;}
#nav ul li:last-child a {padding: 5px 6px 5px 6px;}

/* Root Level Link Formatting */

#nav ul li a:hover, #nav li a:focus {background: #CCCDCE; color: #352C27;}
#nav li a:active, #nav ul li a.active {background: transparent; color: #352C27;}
#nav ul li:hover a {background: #FFFFFF; color: #352C27;}

/* Current page Customisations*/
#nav li.menu-current a		{background: #CCCDCE; color: #352C27;}

/* 2nd Child menu */
#nav .menu li ul {position: absolute; width: 10.02em; margin: 0;display: none; text-transform: none; font-size: 12px;background: #DFDDDD;padding: 0px;padding-top: 3px;}
#nav .menu li ul li {width: 9.12em; text-align: left; margin: 0; padding: 0;line-height: 1.2em;}
#nav .menu li ul a {width: 9.12em; padding: .6em .1em .6em .8em; background: #AEABA9; color: #352C27;}
#nav .menu li ul li:last-child a {padding: .6em .1em .6em .8em;}

/* 2nd Child link hover */
#nav .menu li ul a:hover {
	border: 0;
	color:#352C27;
	background-color: #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:hover ul, #nav .menu li.subMenu ul, {display: block;}

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

#nav ul li.menu-last a {

}


/* Styling for specific drop-downs */
#nav .menu li#nav_a_larger-sizes ul {width: 9.6em;}
#nav .menu li#nav_a_larger-sizes ul li,
#nav .menu li#nav_a_larger-sizes ul a {width: 8.7em;}


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



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