@import url(../fonts/bickley-script-let-plain/stylesheet.css);

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

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

#nav {
	border-top: 2px solid #000;
	border-bottom: 2px solid #000;
	padding:0;
	margin: 0 auto;
	width: 900px;
}
#nav ul {
	list-style-type: none; 
	margin: 0; 
	padding: 0; 
	font-family: "BickleyScriptLETPlain", times, serif;
	font-size: 30px;
	padding-left: 0px;
	top: 0px;
	/*
	(Disappearing List-Background)
	http://www.positioniseverything.net/explorer/ie-listbug.html
	*/
	position: relative; /* Fix the Stupid IE6 Bug */
}
#nav ul li {float: left; color: #000; text-align: center; font-weight:bold;}
#nav ul li a {display: block; background: transparent; padding: 10px 10px;color: #000; text-decoration: none;text-shadow: 0 1px 0 #fff;}
#nav ul li.menu-last a {}

@media screen and (-webkit-min-device-pixel-ratio:0) {

	body #nav ul li {
		font-weight: normal;/* Safari only */
    }
}
@media not screen and (1) {
	body #nav ul li a  {padding: 10px 7px;} /* OP 11 */
}



/*Using this keeps the top level background on, when hovering on the dropdowns*/
#nav ul li:hover a {background: #000; color:#fff;text-shadow: 0 1px 0 #555;}

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

/* Current page Customisations*/
#nav li.menu-current 		{background: #FDFFEA;} 

/* 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: 36px}
#nav .menu li ul li {text-align: left; font-weight: normal; margin: 0; padding: 0; line-height: 1.2em;}
#nav .menu li ul a {width: 11.5em; padding: .8em .1.6em .8em 1.6em; background: #141414; color: #fff;}


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