* {
    margin: 0;
    padding: 0;
    text-decoration: none
}

header {
	position: absolute;
	width: 100%;
	background: transparent;
	top: 0;
	z-index: 9;
}


nav {
    position: relative;
    width: 100%;
    margin: 0 auto;
}

#cssmenu ul{
    margin: 0px;
    float: right;
}

#cssmenu,
#cssmenu ul,
#cssmenu ul li,
#cssmenu ul li a,
#cssmenu #head-mobile {
    border: 0;
    list-style: none;
    line-height: 1;
    display: block;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

#cssmenu:after,
#cssmenu>ul:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0
}

#cssmenu #head-mobile {
    display: none
}


#cssmenu>ul>li {
    float: left;
    margin-bottom: 5px;
}

#cssmenu > ul > li > a {
	padding: 0px 10px;
	font-size: 22px;
	text-decoration: none;
	color: #fff;
	text-transform: uppercase;
    font-weight: normal;
    line-height: 1.5;
    margin-bottom: 10px;
}

#cssmenu > ul > li:last-child a {
	padding-right: 0px;
}

#cssmenu>ul>li:hover>a,
#cssmenu ul li.active a {
    color: #fff;
}

#cssmenu>ul>li:hover,
#cssmenu ul li.active:hover,
#cssmenu ul li.active,
#cssmenu ul li.has-sub.active:hover {
    border-bottom: 2px solid #f7f600;
    -webkit-transition: border .3s ease;
    -ms-transition: border .3s ease;
    transition: border .3s ease;
}
/*
#cssmenu>ul>li.has-sub>a {
    padding-right: 30px
}

#cssmenu>ul>li.has-sub>a:after {
    position: absolute;
    top: 22px;
    right: 11px;
    width: 8px;
    height: 2px;
    display: block;
    background: #ddd;
    content: ''
}

#cssmenu>ul>li.has-sub>a:before {
    position: absolute;
    top: 19px;
    right: 14px;
    display: block;
    width: 2px;
    height: 8px;
    background: #ddd;
    content: '';
    -webkit-transition: all .25s ease;
    -ms-transition: all .25s ease;
    transition: all .25s ease
}
*/
#cssmenu>ul>li.has-sub:hover>a:before {
    top: 23px;
    height: 0
}

#cssmenu ul ul {
    position: absolute;
    left: -9999px
}

#cssmenu ul ul li {
    background:#fff;
    transition: all .25s ease;
    margin-bottom: 4px;
    -webkit-transition: all .25s ease;
    -ms-transition: all .25s ease;
    transition: all .25s ease
}

#cssmenu ul ul li:hover {
    background: #f7f600;
}
#cssmenu ul ul li:hover a{
    color: #000 !important;
}

#cssmenu li:hover>ul {
    left: auto
}

#cssmenu li:hover>ul>li {
    height: 45px;
    margin-bottom: 4px;
    text-align: center;
}

#cssmenu ul ul ul {
    margin-left: 100%;
    top: 0
}

#cssmenu ul ul li a {
	border-bottom: 1px solid rgba(150, 150, 150, 0.15);
	padding: 10px 0px;
	width: 170px;
	font-size: 22px;
	text-decoration: none;
	color: #000;
	font-weight: normal;
	line-height: 1;
}

#cssmenu ul ul li:last-child>a,
#cssmenu ul ul li.last-item>a {
    border-bottom: 0
}

#cssmenu ul ul li:hover>a,
#cssmenu ul ul li a:hover {
    color: #fff
}

#cssmenu ul ul li.has-sub>a:after {
    position: absolute;
    top: 16px;
    right: 11px;
    width: 8px;
    height: 2px;
    display: block;
    background: #ddd;
    content: ''
}

#cssmenu ul ul li.has-sub>a:before {
    position: absolute;
    top: 13px;
    right: 14px;
    display: block;
    width: 2px;
    height: 8px;
    background: #ddd;
    content: '';
    -webkit-transition: all .25s ease;
    -ms-transition: all .25s ease;
    transition: all .25s ease
}

#cssmenu ul ul>li.has-sub:hover>a:before {
    top: 17px;
    height: 0
}

#cssmenu ul ul li.has-sub:hover,
#cssmenu ul li.has-sub ul li.has-sub ul li:hover {
    background: #363636;
}

#cssmenu ul ul ul li.active a {
    border-left: 1px solid #333
}

#cssmenu>ul>li.has-sub>ul>li.active>a,
#cssmenu>ul ul>li.has-sub>ul>li.active>a {
    border-top: 1px solid #333
}

.current-menu-parent {
	border-bottom: 2px solid #f7f600 !important;
}

.sub-menu .active{
    background: #f7f600 !important;
}
.sub-menu .active a{
    color: #000 !important;
}