/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 
	HORIZONTAL DROP DOWN MENU
	use with csshover.htc	
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~  */


#header #login a {color: #FFF; text-decoration: none; }

#header #login {
	background: url('../images/bar_12.jpg') repeat-x;
	height: 34px;
	width: 100px;
	float: right;
	font-family: verdana, arial, sans-serif;
	font-size: 13px;
	font-weight:bolder;
	padding-left: 0px;
	padding-top: 9px;
	color: #fff; 
	text-align: center; 
}

#header img {
	margin: 0px;	
}

#header #nav {
	background: url('../images/bar_11.jpg') repeat-x;
	height: 34px;
	width: 650px;
	float: left;
}

#nav ul li {
	background: url('../images/nav_off.jpg') no-repeat center right;	

}

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

/* Header menu */	 
#header_menu {position: absolute;}
#header_menu li {line-height: normal;font-weight: bold;}
ul#header_menu  {z-index: 10; clear: both;}

#nav {
	border-top: 0;
	padding:0;
	margin-left: 0px;
	width: 100%;
}
#nav ul {
	list-style-type: none; 
	margin: 0; 
	padding: 0; 
	font-family: verdana, arial, sans-serif;
	font-size: 13px;
	padding-left: 10px;
	top: 3px;
	/*
	(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:bolder;}
#nav ul li a {display: block; background: transparent; padding: 5px 20px 6px 10px; margin-left: 15px;  color: #fff; text-decoration: none; }
#nav ul li.menu-last a {}

/*Using this keeps the top level background on, when hovering on the dropdowns*/
#nav ul li:hover a { color:#000;}

/* Root Level Link Formatting */
#nav ul li a:hover, #nav li a:focus {color: #000; }
#nav li a:active, #nav ul li a.active {color: #000; background: #8DD5DE;}

/* Current page Customisations*/
#nav li.menu-current a		{background: #1A1A1A} 

/* 2nd Child menu */
#nav .menu li ul {position: absolute; width: 14.5em; margin: 0;display: none; text-transform: none; font-size: 12px;padding-left: 0px;height: auto;top: 27px}
#nav .menu li ul li {text-align: left; font-weight: normal; margin: 0; padding: 0; line-height: 0.6em;}
#nav .menu li ul a {width: 11.5em; padding: .8em .1.6em .8em 1.6em; background: #1698a1; color: #fff; border-top: 1px solid black; }


/* 2nd Child link hover */
#nav .menu li ul a:hover {background: #8DD5DE; color:#333;}


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

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

#nav ul ul {
	left: 0px;
	top: 26px;
}

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