
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 
	####	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;} */
#navContainer {display:block;clear:both;}

/* Remove List Formattings
~~~~~~~~~~~~~~~~~~~~  */
 ul.menu, li.menu {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

/* Header menu */	 
/*#header_menu {position: absolute; margin-left: 20px;background:#555;} */
#header_menu li {line-height: normal;}

/* ul#header_menu  {z-index: 10; clear: both;} */
ul#header_menu  {clear: both;}

#nav {
	/*height: 1.68em; */
	height: 1.2em;
	border: 0;
	padding:0;
	padding: 5px 15px;
	padding-top: 7px;
	margin: 0;
	background-color: #000066;
	background-image:url(images/borderbox_mid2.gif);
	background-repeat:repeat-y;	
}
#nav ul {
	list-style-type: none; 
	margin: 0; 
	padding: 0;
	font-size: 75%; 
	 /* text-transform: uppercase; */
	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; 
padding-right: 10px;
text-align: center; 
font-weight: normal;
}
#nav ul li a {
	display: block; 
/* padding: 2px 0; */
	border: 1px solid #000066;  color: #fff;
	color: #fff; 
	text-decoration: none;}

/* Root Level Link Formatting */
#nav ul li a:hover, #nav li a:focus {border: 1px solid #fff;  color: #fff;}
#nav li a:active, #nav ul li a.active {border: 1px solid #fff; color: #fff;}

/* Current page Customisations*/
#nav li.menu-current a		 {color: #fff; background: #706EC1; padding: 2px;margin-top: -2px;}
/* #nav li.menu-current a		{font-weight: bold; text-transform: uppercase;} */
#nav li.menu-current a		{font-weight: bold;} 

/* Child menu *********************** */
#nav .menu li ul {
	position: absolute; 
	/* width: 12em;*/
	margin: 0; 
	padding-top: 2px;
	padding-bottom: 2px;
	display: none; 
	text-transform: none; 
	border: 1px solid #000; 
	border-top: 0; 
	font-size: 85%; 
	background:#333399;
}
#nav .menu li ul li {
	width: 12em; 
	text-align: left; 
	font-weight: normal; 
	margin: 0; 
	padding: 0; 
	/* line-height: 1.2em; 
	background:#9999CC;*/
}
#nav .menu li ul a {
  border: 0;
	/*width: 12em; 
	 padding: .6em .1em .6em .4em; 
	padding: 2px;
	background:#9999CC; */
	color: #fff;
}

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

/* 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 li ul li a 	{ 
	 width: 11.5em; 
	padding: .6em .1em .6em .4em;
	background: #CCCCFF; 
	color: #333366; 
}

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

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


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

.stealth {visibility:hidden; display:none;} /* hides from normal css enabled browsers */



/* Inline font Styles */
/* Pretty styles for changing text in the WYSIWYG editor */

.important	{font-weight:bold;color:#f00;}
.code				{font-family: "Courier New", Courier, mono; color:#093;letter-spacing: 1px;}

.info-box		{border: 1px solid #cc3; background-color:#F9F8E2;padding:4px;}

