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


/* 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: 1; clear: both;}

#nav {
	width: 100%;
	background: transparent url('../images/bg02-white-right.png') no-repeat right top;
	position: absolute;top: 0px;left: 0px;
}

#nav ul {
	margin: 0 20px;
	padding: 1em 0 0 0;
	list-style: none;
	font-size: 100%;
	float: left;
	font-weight:bold;

	/*
	(Disappearing List-Background)
	http://www.positioniseverything.net/explorer/ie-listbug.html
	*/
	position: relative; /* Fix the Stupid IE6 Bug */
}


#nav ul li {float: left; display: inline;color: #fff; text-align: center; font-weight:bold;}
#nav ul li a {
	float: left;
	display: block; 
	background: #fff url('../images/menuleft.png') no-repeat left top;
	margin:0;
	padding:0 0 0 4px;
	text-decoration:none;
	line-height: 1.5em;
}

#nav ul li a span {
	background: #fff url('../images/menuright.png') no-repeat right top;
	padding:5px 15px 4px 6px;
	color:#36429B;
	display: block;
	float: left;
	cursor: pointer; /* IE doesnt display the hand when you roll over the link for some reason. This fixes it */
}

/* Root Level Link Formatting */
#nav ul li a:hover, #nav li a:focus {background-position: 0% -42px; }
#nav ul li a:hover span, #nav ul li a:focus span {background-position: 100% -42px; }
/*#nav ul li a:hover, #nav li a:focus {background: transparent; color: #74D0DB;}
#nav li a:active, #nav ul li a.active {background: transparent; color: #6D8A6B;}*/




/* 2nd Child menu */
#nav .menu li ul {position: absolute; width: 12em; margin: 0;padding: 0px;margin-top: 30px;left: 0px;display: none; font-size: 12px;border: 2px solid #D3D3D3;border-top: 0px solid #D3D3D3}
#nav .menu li ul li {text-align: left; font-weight: normal; margin: 0; padding: 0;line-height: 1.2em;border-top: 1px solid #D3D3D3}
#nav .menu li ul a {width: 12em; padding: .6em 0em .6em 0em; background: #fff; background-image: none;}

#nav ul ul li a span {
	background-image: none;
	background-color: transparent;
	padding:0px 15px 0px 6px;
}

/* 2nd Child link hover */
#nav .menu li ul li a:hover {
	
	background-color: #36429B;
	background-image: none;
}
#nav .menu li ul li a:hover span {
	color:#fff;
}

/* 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;border: 1px solid #D3D3D3;}
#nav .menu li ul li ul li a 	{
	width: 11.5em;
	padding: .6em .1em .6em .4em;
	color: #fff;
	border-right: 0px;
	background-color: #ccc;
}

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

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

#nav ul li.menu-last a {
	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%;
}
/*  */
