

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 
	####	Header Menu #####
	#######################

	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;}*/

/* Remove List Formattings
~~~~~~~~~~~~~~~~~~~~  */
 ul.menu, li.menu {
	list-style-type: none;
	margin: 0px;
	/*padding: 5px;*/
}

/* Header menu */	 
#header_menu {position: absolute;top: 66px; right: 0px}
#header_menu li {line-height: normal;}
ul#header_menu  {z-index: 10; clear: both;}

#nav {
	background: transparent;
	border-top: 0;
	padding:0;
	font-weight: bold;
	font-family: arial, verdana, sans-serif;
	text-transform: uppercase;
	font-size: 12px; 
	width: 920px;
	margin: 0;
	text-align: right;
}
#nav ul {
	list-style-type: none; 
	float: right;
	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; font-weight:bold;padding: 0px;padding-left: 10px;background: transparent url("../images/nav/nav-off-left.gif") no-repeat;}
#nav ul li a {
	display: block; 
	float: left;
	background: transparent; 
	padding: 0px;
	padding-right: 2px;
	color: #fff;
	text-decoration: none;
	line-height: 32px; 
}

/* Root Level Link Formatting */
#nav ul li:hover, #nav li:focus {background: transparent url("../images/nav/nav-on-left.gif") no-repeat; color: #fff; }
#nav li:active, #nav ul li.active {color: #fff;}

.right-container { width: 8px; height: 32px; float: left; background: transparent url("../images/nav/nav-off-right.gif") no-repeat;}
#nav ul li:hover .right-container { background: transparent url("../images/nav/nav-on-right.gif") no-repeat; }

#nav ul li.selected .right-container { background: transparent url("../images/nav/nav-on-right.gif") no-repeat; }
#nav ul li.selected { background: transparent url("../images/nav/nav-on-left.gif") no-repeat; }

/* Current page Customisations*/
#nav li.menu-current a		{background: transparent; color: #C7CCBE;}
#nav li.menu-current a		{font-weight: bold;} 

/* 2nd Child menu */
#nav .menu li ul {position: absolute; width: 12em; margin: 0;margin-top: 32px;left: 3px;display: 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 {width: 11.5em; padding: .5em .1em .5em .7em; background: #333333; color: #fff;border-bottom: 1px solid #404040;text-transform: none; font-size: 12px; line-height: 1.2em; }
#nav .menu li ul li.last a {border-bottom: 0px;}

/* 2nd Child link hover */
#nav .menu li ul a:hover {background: #168EB6; border-right: 0; color:#fff;}

ul ul .left-container, ul ul .right-container { display: none}

/* 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 ul ul {
	position: absolute;
	top: 0px;
	left: 100%;
}

#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%;
}
/*  */

