
	#content-header-container {
	    width: 100% !important;
	    height: 74px;
	}
	#content-header-nav {
	    height: 74px;
	    background: #fff;
	    -webkit-box-shadow: 2px 0px 10px rgba(0, 0, 0, 0.2);
	    box-shadow: 2px 0px 10px rgba(0, 0, 0, 0.2);
	    padding-top: 0;
	    position: relative;
	    z-index: 100;
	}
	#yt_logo a img {
	    height: 74px;
	}
	
	#yt_nav_items{
		list-style: none;
    	background: #efecec;
		padding-inline-start: 0px;
    	border-radius: 5px;
	}
	#index{
		border-bottom-color: #F19919;
	}
	#yt_nav_items > li{
		width: 20%;
    	margin: 18px 0px;
    	text-align: center;
    	float: left;
	}
	ul, li, ol {
	    list-style: none;
	}
	a {
	    text-decoration: none;
	    background-color: transparent;
	    color: #333333;
	}
	.yt_nav_home {
	    font-size: 14px;
	    vertical-align: top;
	    display: inline-block;
	    color: #282828;
	    letter-spacing: normal;
	    margin-top: 3px;
	}
	.yt_nav_home_top{
		border-bottom-color:#F19919;
	}
	.yt_nav_home_top>a{
		color:#F19919
	}

