
#warpmenu {
    overflow: hidden;
    font-family: IstokWeb-Regular; 
    color: #615b5b;
    font-weight: 700;
    padding: 0rem;
    margin: 0rem;
    border: 0px solid #ccc;
}

#nav div.genericsub {
    display: none; 
    overflow: hidden; 
    position: fixed; 
    z-index: 500;
    border-style: solid;
    border-width: 0px;
    border-color: rgba(70, 70, 70, 0.1);
    border-radius: 10px;
    background: #152632;
}

#nav div.genericsub .sub .sub3 {
	overflow: hidden;
	margin-left: 0em;
	margin-right: 0em;
	margin-bottom: 0em;
        padding: 0.5em 1.5em 0.5em 1.5em;
        background: #152632;
}

#nav div.genericsub .sub .sub3:hover {
        background: #3C484D;
        border-radius: 8px;
}

#nav div.genericsub .sub {
	font-weight: normal;
	text-decoration: none;
        font-family: IstokWeb-Regular;
        color: #ffffff !important;
        font-size: 1.1vw;
}

#nav div.genericsub .sub:hover {
	text-decoration: none;
        color: #B39974 !important;
}

#nav {
	display: inline-block;
	padding: 0em;
	margin: 0em;
	list-style: none;
	color: #5b5a5a;
	border: 0px solid #000000;
}

#nav ul {
	padding: 0rem;
	margin: 0rem;
	list-style: none;
	color: #5b5a5a;
	border: 0px solid #000000;
}

#nav a {
    color: #ffffff;
    text-decoration: none;
    font-family: IstokWeb-Regular;
}

#nav a:hover {
	/*color: #eda71f;*/
         /*text-decoration: underline solid #e3445f;*/
        
}

#nav a.sub {
    color: #615b5b;
    font-size: 0.7em;
    font-weight: normal;
    text-decoration: none;
    font-family: IstokWeb-Regular;
    font-weight: 700;
}

#nav a.sub:hover {
	color: red;
	text-decoration: none;
}


#nav a.current {
    color: #ffffff;
    text-decoration: none;
}

#nav li {
    text-align: left;
    color: #ffffff;
    cursor: pointer;
    font-family: IstokWeb-Regular;
    transition: 0.2s;
}

#nav li:hover {
}

#nav li:target {
    border-radius: 8px;
    background: #3C484D;
}

#nav li.sub {
	float: none;
	height: 1.0em;
	text-align: right;
	font-size: 0.9em;
}

#nav li ul li {
	padding-left: 0.1em;
	padding-right: 0.2em;
}


#nav li ul {
	position: absolute;
	left: -999em;
	background-color: #eeeeee; 
}

#nav li.sfhover {
	color: #910234;
}

#nav li.subsfhover {
	float: none;
	height: 1.5em;
	color: #0a0a0a;
	background-color: #aaaaaa;
}

#nav li.subsfhover ul {
	left: auto;
}

#nav li ul ul {
	margin: -2em 0 0 20em;
}

#nav, #nav ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

#nav li.sfhover ul ul {
	left: -999em;
}

#nav li.subsfhover ul ul {
	left: -999em;
}

#nav li.sfhover ul, #nav li li.sfhover ul {
	left: auto;	
}

#nav li.subsfhover ul, #nav li li.subsfhover ul {
	left: auto;	
}

#nav li.sfhover ul ul ul, #nav li.sfhover ul ul{
	left: -999em;
}

#nav li.subsfhover ul ul ul, #nav li.subsfhover ul ul{
	left: -999em;
}

#nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul {
	left: auto;
}

#nav li.subsfhover ul, #nav li li.subsfhover ul, #nav li li li.subsfhover ul {
	left: auto;
}
