/****** menu css for nav-content only *******/ 

.menulink {
  font-size: 15px;    	
}

.sub-menu-item {
  postion: relative,
  z-index: 1000;	
}

nav.nav-content {
	flex: 2;
	position: relative;
	margin: 0 0 0 0;
	padding: 7px;
	background: lightgrey;
	height: auto;
	z-index: 500;
	flex-grow: 3;
	text-align: center;
	position: relative;
	width: 100%;
}

/* new 2020-06-25 */
nav.ul {
    list-style-type: none;
    
}

nav.nav-content ul li {
	float: left;
	position: relative;
	z-index: 600;
}

nav.nav-content ul li a {
	display: block;
	margin-right: 2px;
	width: auto;
	line-height: 33px;
	text-align: center;
	text-decoration: none;
	/* color: #000; */
	color: #001452;
	font-weight: bold;
	font-size: 15px;
	background-color: #CBF348;
	position: relative;
	z-index: 500;
	padding-left: 10px;
	padding-right: 10px;
	margin: 0 0 0 0;
	
}

nav.nav-content ul li a:hover {
	color: maroon;
	background-color: #E6EAD8;
	font-weight: bold;
	position: relative;
	z-index: 800;
	width: auto;
	
}

nav.nav-content ul li.selected a {
	color: #000;
}

nav.nav-content ul li.subscribe a {
	margin-right: 22px;
	padding-left: 33px;
	text-align: left;
	background: url("../images/apple.jpg") left center no-repeat;
}

nav.nav-content li ul {
	display: none;
	position: absolute;
	left: -100px;
	top: 32px;
	float: left;
	color: maroon;
	line-height: 33px;
	width: 400px;
	z-index: 800;
}

nav.nav-content li ul a {
	width: 300px;
	z-index: 800;
	line-height: 33px;
	margin: 0 0 0 0;
}

nav.nav-content li:hover ul {
	display: block;
	color: maroon;
	font-weight: bold;
	margin-bottom: 0;
	width: 200px;
	line-height: 33px;
}

nav.nav-content li ul li:hover a {
	display: block;
	color: maroon;
	font-weight: bold;
	margin-bottom: 0;
	width: 200px;
	line-height: 33px;
	z-index: 999;
   
    
}

nav.nav-content ul li:nth-child(1) {
	z-index: 1009
}

nav.nav-content ul li:nth-child(2) {
	z-index: 1008
}

nav.nav-content ul li:nth-child(3) {
	z-index: 1007
}

nav.nav-content ul li:nth-child(4) {
	z-index: 1006
}

nav.nav-content ul li:nth-child(5) {
	z-index: 1005
}

nav.nav-content ul li:nth-child(6) {
	z-index: 1004
}

nav.nav-content ul li:nth-child(7) {
	z-index: 1003
}

nav.nav-content ul li:nth-child(8) {
	z-index: 1002
}

nav.nav-content ul li:nth-child(9) {
	z-index: 1001
}

nav.nav-content ul li:nth-child(10) {
	z-index: 1000
}

nav.nav-content ul li a {
    background: -webkit-gradient(linear, left top, right bottom, color-stop(0%, #999999),
		color-stop(100%, #ffffff));	
    background: linear-gradient(top, #cbf348 0%, #009933 100%);
}
  