li.vert {
	display:block;
	float:left;
	width:300px; // adjust
	//height:10px; // adjust
	padding: 5px; //adjust
	margin:0;
	text-align:left;
	color:#fff;
}

#my-menu {
	background-color: #000;
}

#my-menu #dropitem {
	color:#fff;
	font-weight:700;" 
}

.cursor-pointer {
	cursor: pointer;
}

.menu-item {
	color:red;
	font-weight:200;
	border-bottom:1px solid gray;
}

.menu-item .sub-item {
	text-indent:25px;
	color:#fff;
}

.menu-item .sub-item a {
	color:#fff;
}
				
#my-menu:not( .mm-menu ) {
	display: none;
}

#menu-x-btn {
	position:absolute;
	top:20px;
	left:230px;
}	

#menu-x-btn a {
	color:#fff;
	font-weight:900;
	font-size:187.5%;
	text-align:right;
}
			
.down-arrow {
	border-color: #FFF transparent;
	border-style: solid;
	border-width: 10px 10px 0;
	display: inline-block;
	float:right;
	margin-right: 53%; 
	margin-top:7px;
	font-size: 0;
	height: 0;
	line-height: 0;
	width: 0;
	display:none;
}
							
.up-arrow {
	border-color: #FFF transparent;
	border-style: solid;
	border-width: 0px 10px 10px; 0;
	display: inline-block;
	float:right;
	margin-right: 53%;
	margin-top:7px;
	font-size: 0;
	height: 0;
	line-height: 0;
	width: 0;
}

/* -------------------------------------------- */

#sb-search {
	font-family: 'Open Sans', sans-serif;
	position:absolute;
	top:25%;
}	

/* -------------------------------------------- */

.headermenu .menuIcon {
	display:block;
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
}

/* -------------------------------------------- */

.menu-test #headlinks ul {
	padding-top:18px;
}

.menu-test #menu-test-donate li {
	position:relative;
	top:-7px;
}

/* -------------------------------------------- */


#header .nav-bar ul li {
	padding: 1px;
}

#header .nav-bar .dropdown .dropdown-content a {
	padding: 10px;
}

#header .nav-bar .nav-bar-donate a {
	color:#FFBA00;
}