/*
------------------------------------------------------------
ERICJORDANYOUNG.COM
------------------------------------------------------------
DROPDOWN MENU / SUPERFISH MENU CSS BASE
------------------------------------------------------------
By: Dante Ferrarini for KOSA MINORE ( www.kosaminore.com )
------------------------------------------------------------
*/



/* ////////////////////////////////////////////////////// */
/* MAIN DROPDOWN MENU */

/*** ESSENTIAL STYLES ***/
.sf-menu, .sf-menu * {
	margin:			0;
	padding:		0;
	list-style:		none;
}
.sf-menu {
	line-height:	1.0;
}
.sf-menu ul {
	top:			-999em;
	width:			10em;
	position: absolute;
}
.sf-menu ul li {
	width:			100%;
}
.sf-menu li:hover {
	visibility:		inherit; /* fixes IE7 'sticky bug' */
}
.sf-menu li {
	float:			right;
	position:		relative;
}
.sf-menu li li {
	float:			left !important;
	position:		relative;
}
.sf-menu a {
	display:		block;
	position:		relative;
}
.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
	left:			0px;
	top:			26px; /* match top ul list item height */
	z-index:		9999;
}
ul.sf-menu li:hover li ul,
ul.sf-menu li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li:hover ul,
ul.sf-menu li li.sfHover ul {
	left:			10em; /* match ul width */
	top:			0;
}
ul.sf-menu li li:hover li ul,
ul.sf-menu li li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li li:hover ul,
ul.sf-menu li li li.sfHover ul {
	left:			10em; /* match ul width */
	top:			0;
}

/*** DROPDOWN EJY THEME ***/
.sf-menu {
	width: 650px;
	float: left;
	position: relative;
	height: 26px;
	z-index: 9000 !important;
}
.sf-menu a {
	text-decoration:none;
	border-top-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-left-style: none;
	padding-right: 14px;
	padding-left: 14px;
	border-right-width: 1px;
	border-bottom-width: 0px;
	border-right-style: solid;
	border-bottom-style: none;
	display: block;
	color: #8c7e62;
	text-transform: lowercase;
	border-right-color: #2d261a;
	padding-top: 4px;
	padding-bottom: 5px;
}
.sf-menu a.topRow {
	height: 17px;
}
.sf-menu a, .sf-menu a:visited  { /* visited pseudo selector so IE6 applies text colour*/
}

.sf-menu a.homeLink {
	background-image: url(/storage/site_assets/site_images/header_icon_home.gif);
	background-repeat: no-repeat;
	background-position: 7px 7px;
	padding-left: 26px;
}


.sf-menu li {
	border: 0px none #583808;
	background-color: transparent;
}
.sf-menu li li {
	background-color: #383030;
}
.sf-menu li li a {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #2d261a;
	color: #9c9898;
	font-size: 12px;
	padding-top: 6px;
	padding-bottom: 7px;
}

.sf-menu li li li {
	background-color: #2A1D1E;
}
.sf-menu li:hover, .sf-menu li.sfHover,
.sf-menu a:focus, .sf-menu a:hover {
	outline:		0;
	background-color: #302929;
	color: #B3ADAD;
}
.sf-menu a:active {
}


.sf-menu .mainLink:hover {
}

/*** arrows **/
.sf-menu a.sf-with-ul {
	padding-right: 	2.25em;
	min-width:		1px; /* trigger IE7 hasLayout so spans position accurately */
}
.sf-sub-indicator {
	position:		absolute;
	display:		block;
	right:			0.75em;
	top:			6px; /* IE6 only */
	width:			10px;
	height:			10px;
	text-indent: 	-999em;
	overflow:		hidden; /* 8-bit indexed alpha png. IE6 gets solid image only */
	background-image: url(/storage/site_assets/site_images/arrows_superfish.png);
	background-repeat: no-repeat;
	background-position: -10px -100px;
}
a > .sf-sub-indicator {  /* give all except IE6 the correct values */
	top:			4px;
	background-position: 0 -100px; /* use translucent arrow for modern browsers*/
}
/* apply hovers to modern browsers */
a:focus > .sf-sub-indicator,
a:hover > .sf-sub-indicator,
a:active > .sf-sub-indicator,
li:hover > a > .sf-sub-indicator,
li.sfHover > a > .sf-sub-indicator {
	background-position: -10px -100px; /* arrow hovers for modern browsers*/
}

/* point right for anchors in subs */
.sf-menu ul .sf-sub-indicator { background-position:  -10px 0; }
.sf-menu ul a > .sf-sub-indicator { background-position:  0 0; }
/* apply hovers to modern browsers */
.sf-menu ul a:focus > .sf-sub-indicator,
.sf-menu ul a:hover > .sf-sub-indicator,
.sf-menu ul a:active > .sf-sub-indicator,
.sf-menu ul li:hover > a > .sf-sub-indicator,
.sf-menu ul li.sfHover > a > .sf-sub-indicator {
	background-position: -10px 0; /* arrow hovers for modern browsers*/
}

/*** shadows for all but IE6 ***/
.sf-shadow ul {
	background:	url('../images/shadow.png') no-repeat bottom right;
	padding: 0 8px 9px 0;
	-moz-border-radius-bottomleft: 17px;
	-moz-border-radius-topright: 17px;
	-webkit-border-top-right-radius: 17px;
	-webkit-border-bottom-left-radius: 17px;
}
.sf-shadow ul.sf-shadow-off {
	background: transparent;
}

/* ////////////////////////////////////////////////////// */





/* ////////////////////////////////////////////////////// */
/* JQUERY DOM DROPDOWN LAYOUTS */

.dropMenu {
	height: 400px;
	width: 948px;
	position: relative;
	background-color: #2E2828;
	top: -1px;
	clear: both;
	display: none;
	overflow: hidden;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #816B38;
	border-right-color: #241F1F;
	border-bottom-color: #816B38;
	border-left-color: #241F1F;
	margin: 0px;
	left: -10px;
	padding-top: 18px;
	padding-right: 16px;
	padding-bottom: 20px;
	padding-left: 16px;
	border-right-width: 10px;
	border-left-width: 10px;
	border-right-style: solid;
	border-left-style: solid;
}

.dropMenu .closeButton {
	background-image: url(../site_assets/site_images/x_close.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	margin: 0px;
	padding: 0px;
	height: 30px;
	width: 30px;
	position: absolute;
	top: 8px;
	right: 7px;
}
.dropMenu .closeButton:hover {
	background-position: 0px -30px;
	cursor: pointer;
}

.menuSection {
	display: block;
	width: 165px;
	font-size: 11px;
	line-height: 18px;
	float: left;
	color: #B3ADAD;
	font-family: Arial, Helvetica, sans-serif;
	padding-left: 20px;
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #666666;
	margin-bottom: 20px;
	height: 170px;
}
.menuSection.topper {
	width: 900px !important;
	height:20px;
	border:none;
	padding:0px;
}



.menuSection.doubler {
	height: 140px;
	margin-top: 30px;
}
.menuSection .titleHead {
	font-family: HelveticaNeue-Light, 'Helvetica Neue Light', 'Helvetica Neue', Arial, Helvetica, sans-serif;
	font-size: 15px;
	text-transform: uppercase;
	color: #695E5E;
	font-weight: lighter;
	font-style: normal;
}
.menuSection .title {
	font-size: 12px;
	font-family: Georgia, "Times New Roman", Times, serif !important;
	display: block;
	padding-bottom: 5px;
	color: #A28954;
	line-height: normal;
	height: 25px;
	font-weight: bold;
	padding-left: 3px;
	white-space: nowrap;
	font-style: normal;
}
.menuSection p {
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 4px;
	color: #696060;
}
.dropMenu a, .dropLogin a {
	color: #B3ADAD;
	text-decoration: none;
	display: block;
	width: 145px;
	padding-right: 4px;
	padding-left: 4px;
}
.dropMenu a:hover, .dropLogin a:hover {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #241E1E;
}

.divverText {
	display:block;
	cursor:pointer;
	float: right;
	padding-right: 2px;
	padding-left: 2px;
	margin-right: 2px;
	margin-left: 2px;
	padding-top: 3px;
	height: 18px;
	margin-top: 3px;
}

.topLink {
	display:block;
	cursor:pointer;
	float: right;
	padding-right: 5px;
	padding-left: 5px;
	margin-right: 2px;
	margin-left: 2px;
	padding-top: 3px;
	height: 18px;
	margin-top: 4px;
	color: #777;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
}
.topLink:hover {
	background-color: #A28954;
	color: #FFFFFF;
}

.search {
	display:block;
	cursor:pointer;
	float: right;
	padding-right: 0px;
	padding-left: 10px;
	margin-right: 0px;
	margin-left: 2px;
	background-image: url(../images/hdr_search.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	width: 285px;
	height: 21px;
	text-align: left;
	color: #999999;
	padding-top: 7px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	line-height: 16px;
}
/* ////////////////////////////////////////////////////// */







































/* ////////////////////////////////////////////////////// */
/* MAIN DROPDOWN MENU */

/*** ESSENTIAL STYLES ***/
.timeline_menu, .timeline_menu * {
	margin:			0;
	padding:		0;
	list-style:		none;
}
.timeline_menu {
	line-height:	1.0;
}
.timeline_menu ul {
	top:			-999em;
	width:			10em;
	position: absolute;
}
.timeline_menu ul li {
	width:			100%;
}
.timeline_menu li:hover {
	visibility:		inherit; /* fixes IE7 'sticky bug' */
}
.timeline_menu li {
	float:			right;
	position:		relative;
}
.timeline_menu li ul {
	float:			right !important;
}
.timeline_menu li li {
	float:			right !important;
	position:		relative;
}
.timeline_menu a {
	display:		block;
	position:		relative;
}
.timeline_menu li:hover ul,
.timeline_menu li.sfHover ul {
	left:			0px;
	top:			34px; /* match top ul list item height */
	z-index:		8800;
}
ul.timeline_menu li:hover li ul,
ul.timeline_menu li.sfHover li ul {
	top:			-999em;
}
ul.timeline_menu li li:hover ul,
ul.timeline_menu li li.sfHover ul {
	left:			10em; /* match ul width */
	top:			0;
}
ul.timeline_menu li li:hover li ul,
ul.timeline_menu li li.sfHover li ul {
	top:			-999em;
}
ul.timeline_menu li li li:hover ul,
ul.timeline_menu li li li.sfHover ul {
	left:			10em; /* match ul width */
	top:			0;
}

/*** TIMELINE DROPDOWN EJY THEME ***/
.timeline_menu {
	width: 900px;
	float: right;
	position: relative;
	height: 33px;
	z-index: 8600 !important;
}
.timeline_menu a {
	text-decoration:none;
	border-top-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-left-style: none;
	padding-right: 14px;
	padding-left: 14px;
	border-right-width: 1px;
	border-bottom-width: 0px;
	border-right-style: solid;
	border-bottom-style: none;
	display: block;
	color: #FFFFFF;
	text-transform: lowercase;
	border-right-color: #2d261a;
	padding-top: 9px;
	padding-bottom: 5px;
	height: 20px;
}
.timeline_menu a.topRow {
	height: 33px;
}
.timeline_menu a, .timeline_menu a:visited  { /* visited pseudo selector so IE6 applies text colour*/
}




.timeline_menu li {
	border: 0px none #583808;
	background-color: transparent;
}

.timeline_menu li li a {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #2d261a;
	color: #9c9898;
	font-size: 12px;
	padding-top: 6px;
	padding-bottom: 7px;
}

.timeline_menu li li li {
	background-color: #2A1D1E;
}
.timeline_menu li:hover, .timeline_menu li.sfHover,
.timeline_menu a:focus, .timeline_menu a:hover {
	outline:		0;
	background-color: #1F1B1A;
	color: #B3ADAD;
}
.timeline_menu a:active {
}


.timeline_menu .mainLink:hover {
}

/*** arrows **/
.timeline_menu a.sf-with-ul {
	padding-right: 	2.25em;
	min-width:		1px; /* trigger IE7 hasLayout so spans position accurately */
}
.sf-sub-indicator {
	position:		absolute;
	display:		block;
	right:			0.75em;
	top:			6px; /* IE6 only */
	width:			10px;
	height:			10px;
	text-indent: 	-999em;
	overflow:		hidden; /* 8-bit indexed alpha png. IE6 gets solid image only */
	background-image: url(/storage/site_assets/site_images/arrows_superfish.png);
	background-repeat: no-repeat;
	background-position: -10px -100px;
}
a > .sf-sub-indicator {  /* give all except IE6 the correct values */
	top:			4px;
	background-position: 0 -100px; /* use translucent arrow for modern browsers*/
}
/* apply hovers to modern browsers */
a:focus > .sf-sub-indicator,
a:hover > .sf-sub-indicator,
a:active > .sf-sub-indicator,
li:hover > a > .sf-sub-indicator,
li.sfHover > a > .sf-sub-indicator {
	background-position: -10px -100px; /* arrow hovers for modern browsers*/
}

/* point right for anchors in subs */
.timeline_menu ul .sf-sub-indicator { background-position:  -10px 0; }
.timeline_menu ul a > .sf-sub-indicator { background-position:  0 0; }
/* apply hovers to modern browsers */
.timeline_menu ul a:focus > .sf-sub-indicator,
.timeline_menu ul a:hover > .sf-sub-indicator,
.timeline_menu ul a:active > .sf-sub-indicator,
.timeline_menu ul li:hover > a > .sf-sub-indicator,
.timeline_menu ul li.sfHover > a > .sf-sub-indicator {
	background-position: -10px 0; /* arrow hovers for modern browsers*/
}

/*** shadows for all but IE6 ***/
.sf-shadow ul {
	background:	url('../images/shadow.png') no-repeat bottom right;
	padding: 0 8px 9px 0;
	-moz-border-radius-bottomleft: 17px;
	-moz-border-radius-topright: 17px;
	-webkit-border-top-right-radius: 17px;
	-webkit-border-bottom-left-radius: 17px;
}
.sf-shadow ul.sf-shadow-off {
	background: transparent;
}

/* ////////////////////////////////////////////////////// */





/*** adding the class timeline_navbar in addition to sf-menu creates an all-horizontal nav-bar menu ***/
.timeline_navbar {

	height:			33px;
	padding-bottom:	0px;
	position:		relative;
}
.timeline_navbar li {
	
	position:		static;
}
.timeline_navbar a {
	border-top:		none;
}
.timeline_navbar li ul {
	width:			900px; /*IE6 soils itself without this*/
	background-color: #1F1B1A;
}
.timeline_navbar li li {
	background-color: #1F1B1A;	
}
.timeline_navbar li li ul {
	width:			13em;
}
.timeline_navbar li li li {
	width:			100%;
}
.timeline_navbar ul li {
	width:			auto;
	float:			left;
}
.timeline_navbar a, .timeline_navbar a:visited {
	border:			none;
}
.timeline_navbar li.current {
	background:		#BDD2FF;
}
.timeline_navbar li:hover,
.timeline_navbar li.sfHover,
.timeline_navbar li li.current,
.timeline_navbar a:focus, .timeline_navbar a:hover, .timeline_navbar a:active {
	background-color: #1B1716;
	text-decoration: none;
}
.timeline_navbar ul li:hover,
.timeline_navbar ul li.sfHover,
ul.timeline_navbar ul li:hover li,
ul.timeline_navbar ul li.sfHover li,
.timeline_navbar ul a:focus, .timeline_navbar ul a:hover, .timeline_navbar ul a:active {
	background:		#D1DFFF;
}
ul.timeline_navbar li li li:hover,
ul.timeline_navbar li li li.sfHover,
.timeline_navbar li li.current li.current,
.timeline_navbar ul li li a:focus, .timeline_navbar ul li li a:hover, .timeline_navbar ul li li a:active {
	background:		#E6EEFF;
}
ul.timeline_navbar .current ul,
ul.timeline_navbar ul li:hover ul,
ul.timeline_navbar ul li.sfHover ul {
	left:			0;
	top:			0px; /* match top ul list item height */
}
ul.timeline_navbar .current ul ul {
	top: 			-999em;
}

.timeline_navbar li li.current > a {
	font-weight:	bold;
}

/*** point all arrows down ***/
/* point right for anchors in subs */
.timeline_navbar ul .sf-sub-indicator { background-position: -10px -100px; }
.timeline_navbar ul a > .sf-sub-indicator { background-position: 0 -100px; }
/* apply hovers to modern browsers */
.timeline_navbar ul a:focus > .sf-sub-indicator,
.timeline_navbar ul a:hover > .sf-sub-indicator,
.timeline_navbar ul a:active > .sf-sub-indicator,
.timeline_navbar ul li:hover > a > .sf-sub-indicator,
.timeline_navbar ul li.sfHover > a > .sf-sub-indicator {
	background-position: -10px -100px; /* arrow hovers for modern browsers*/
}

/*** remove shadow on first submenu ***/
.timeline_navbar > li > ul {
	background: transparent;
	padding: 0;
	-moz-border-radius-bottomleft: 0;
	-moz-border-radius-topright: 0;
	-webkit-border-top-right-radius: 0;
	-webkit-border-bottom-left-radius: 0;
}
