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

@media all {

	.ym-hlist {
		line-height: 1em;
		overflow: hidden;
		position: relative;
		width: 100%;
	}

	.ym-hlist ul {
		display: inline;
		float: left;
		margin: 0;
		padding: 0 0;
	}

	.ym-hlist ul li {
		border-radius: 0px;
		display: inline;
		float: left;
		font-size: 1.1em;
		line-height: 1em;
		list-style-type: none;
		margin: 0 .25em 0 0;
		padding: 0;
	}

	.ym-hlist ul li a,
	.ym-hlist ul li strong {
		background: transparent;
		color: #444;
		display: block;
		font-size: 1.1em;
		font-weight: normal;
		line-height: 2em;
		padding: 6px 24px;
		text-decoration: none;
		text-shadow: 0 0px 0px rgba(0,0,0,.5);
		width: auto;
	}

	.ym-hlist ul li a:focus,
	.ym-hlist ul li a:hover,
	.ym-hlist ul li a:active {
		-moz-border-radius: 0em;
		-webkit-border-radius: 0em;
		background: rgba(0,0,0,.25);
		border-radius: 0em;
		color: #fff;
		outline: 0 none;
		text-decoration: none;
		font-weight: normal;
	}

	.ym-hlist ul li.active {
		-moz-border-radius: 0em;
		-webkit-border-radius: 0em;
		background: rgba(0,0,0,.3);
		border-radius: 0em;
		color: #fff;
		font-weight: normal;
	}

	.ym-hlist ul li.active strong,
	.ym-hlist ul li.active a:focus,
	.ym-hlist ul li.active a:hover,
	.ym-hlist ul li.active a:active {
		background: transparent;
		color: #fff;
		text-decoration: none;
		font-weight: normal;
	}

	.ym-searchform {
		display: inline;
		float: right;
		line-height: 2em;
		padding: 0em 12px;
	}

	.ym-searchform .ym-searchfield {
		-moz-box-shadow: inset 0 1px 3px rgba(0,0,0,.2);
		-webkit-box-shadow: inset 0 1px 3px rgba(0,0,0,.2);
		background: #fff;
		border: solid 1px rgba(255,255,255,.1);
		box-shadow: inset 0 1px 3px rgba(0,0,0,.2);
		line-height: 1em;
		outline: none;
		padding: 9px;
		width: 12em;
	}

	.ym-searchform .ym-searchbutton {
		-moz-border-radius: .2em;
		-webkit-border-radius: .2em;
		background: rgba(0,0,0,.2);
		border: solid 1px transparent;
		border-radius: .2em;
		color: #fff;
		cursor: pointer;
		display: inline-block;
		font-size: 1em;
		line-height: 1.3571em;
		padding: 8px 24px;
		text-shadow: 0 1px 1px rgba(0,0,0,.5);
	}

}

