/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 
	####	Header Menu #####
	#######################

	Horizontal Drop-Down Menu based off :
	http://www.tanfa.co.uk/css/examples/menu/tutorial-h.asp
	
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~  */

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

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

#nav {
	background-color: #081356;
	background-image: url("../images/EblenSubaruNavBar.jpg");
	border-top: 0;
	padding:0;
	margin-left: 20px;
	width: 960px;
	height: 24px;
	font: 1em Arial, Helvetica, sans-serif;
	color: #FFF;
}
#nav ul {
	list-style-type: none; 
	margin: 0; 
	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: left; font-weight:bold;padding: 0px;}
#nav ul li a {
	display: block;
	background: transparent;
	width: 124px;
	padding: 5px 5px 5px 8px;
	color: #fff;
	text-decoration: none;
}

#nav ul li a.menu-last {
	width: 9em;
} /* For IE6 to fit the menu in */

/* Root Level Link Formatting */
#nav ul li a:hover, #nav li a:focus {
	background: transparent;
	color: #FFF;
}
#nav li a:active, #nav ul li a.active {
	background: transparent;
	color: #FFF;
}
#nav li a:active, #nav ul li a.visited {
	background: transparent;
	color: #FFF;
}

/* 2nd Child menu */
#nav .menu li ul {position: absolute; width: 12em; margin: 0 0 0 4px;left: 0px;top: 24px;display: none; text-transform: none;}
#nav .menu li ul li {
	width: 12em;
	text-align: left;
	margin: 0;
	padding: 0;
	line-height: 1.1em;
}
#nav .menu li ul a {width: 11.5em; padding: .5em .1em .5em .5em; background: url("../images/Eblen-Subaru-SubNav-Button.png") repeat-x; color: #fff;}

/* 2nd Child link hover */
#nav .menu li ul a:hover {background: url("../images/Eblen-Subaru-SubNav-Over.png") repeat-x;}

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