/** Project: Warnke_site
 *  Description: 
 *
 *  @creator       Thinkin-Tags v0.5.0
 *  @framework     YAML v4.1.2
 *  @file          hlist.css
 */

@media all { 

	.ym-hlist {
	font-family: 'fira_sansregular', "Lucida Grande", Lucida, Verdana, sans-serif;
}
.ym-hlist ul
{
	list-style: none;
	padding: 0;
	margin: 0;
}

.ym-hlist ul li
{
	float: left;
	position: relative;
	margin: 0;
	font-size: 1.1em;
}

.ym-hlist ul li:hover,
.ym-hlist ul li.hover
{
	z-index: 100;
}

.ym-hlist ul a, .ym-hlist #current
{	
	background: transparent;
	color: #faead7;
		font-size: 133.33%;
	text-decoration: none;
		padding: 0.8em 1.25em 0.5em;
	display: block;
	position: relative;
	margin-left: -1px;
	line-height: 1.2em;
	margin-right: 0.75em;
}

.ym-hlist ul a:hover,
.ym-hlist ul a:focus,
.ym-hlist ul a:active,
.ym-hlist ul li.hover a /* <- keeps the tab hover state on as the dropdown gets explored */
{	
	background: #fff;
	color: #6b2e34;
}
.ym-hlist a.currentparent, .ym-hlist #current {
	color: #000;
	background-color: #faead7;
}
.ym-hlist #current {
	text-decoration: none;
		padding: 0.8em 1.25em 0.5em;
	display: block;
	position: relative;
	margin-left: -1px;
	line-height: 1.2em;
}
.ym-hlist ul li.currentpage h3 {
	
	font-weight: bold;
	color: #000;
	margin: 0;
	padding: 0;
	line-height: 1.2em;
}

.ym-hlist ul a:hover,
.ym-hlist ul a:focus,
.ym-hlist ul a:active {
	
-webkit-transition: background-color .2s linear 0s;
-moz-transition: background-color .2s linear 0s;
-o-transition: background-color .2s linear 0s;
transition: background-color .2s linear 0s;
}

.ym-hlist ul ul
{
	position: absolute;
	top: 100%;
	left: -9999em;
	width: 19em;
	visibility:visible!important;
height:0;
}
.ym-hlist ul li ul a,
.ym-hlist ul li ul span#current{
	background-color: transparent;
	font-weight: normal;
	font-style: normal;
	font-size:100%;
	color: #000;
	border-bottom: 1px solid #eed8cd;
}
.ym-hlist ul li:hover ul,
.ym-hlist ul li.hover ul
{
	left: 0;
}

.ym-hlist ul ul li
{
	float: none;
	position: static;
}
.ym-hlist ul ul li a{
	background-color: #fff;
}

.ym-hlist ul li:hover ul a,
.ym-hlist ul li.hover ul a,
.ym-hlist ul li ul span#current
{
	color: #e80017;
	padding: 0.8em 1.6em;
	width: 19em;
	text-shadow: none;
	box-shadow:none;
	-moz-transition: all 100ms ease-out;
    -webkit-transition: all 100ms ease-out; 
    -ms-transition: all 100ms ease-out; 
    transition: all 100ms ease-out;
	box-shadow: 0 5px 15px 0px rgba(0,0,0,.35);
	background-color: #fff;
}
.ym-hlist ul li ul span#current {
	color: #fff;
	background-color: #555;
	box-shadow: none;
}

.ym-hlist ul li:hover ul a:hover,
.ym-hlist ul li.hover ul a:hover,
.ym-hlist ul li.hover ul a:focus,
.ym-hlist ul li.hover ul a:active
{	
	background: #ddd;
	color: #000;
	-webkit-transition: background-color .2s linear 0s;
-moz-transition: background-color .2s linear 0s;
-o-transition: background-color .2s linear 0s;
transition: background-color .2s linear 0s;
}

}

