/* Mobile Nav Menu */

#topbarbgthin {
	display: block;
	position: fixed;
	top: 0;
	width: 1920px;
	margin: 0;
	/* background: rgba(0, 67, 22, 0.8); */
	background: #000000;
	background-image: url("/graphics/ocm_topbar_backgrnd.jpg");
	/*background-repeat: repeat-y;*/
	/* height: 186px; */
	height: 146px;
	left: 0;
	padding: 0;
	/* z-index: 100; */
	z-index: 201;
	/* visibility: visible; */
	overflow: hidden;
	overflow-x: hidden;
}

#nav-menu ul {
	/* position: absolute; */
	position: fixed;
	width: 100%;
	z-index: 3005;
	top: 136px;
	margin: 0;
	padding: 0;
}

#nav ul {
	width:100%;
	padding: 0;
	margin: 0;
	list-style: none;
	float: left;
}
#nav li {
	width:100%;
	float: none;
	/*border-bottom: 1px solid #b30738;*/
	list-style: none;
	float: left;
}
#nav li:last-child {
	border-bottom:  1px solid red;
}
#nav li a {
	display: block;
	width:100%;
	background:#000000;
	/* opacity: .8; */
	color: #ffffff;
	/*border-bottom: 1px solid #b30738;*/
	padding:2% 2%;
	font-size: 1.3em;
        text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	line-height: 100%;
}

#nav li a:last-child { 
	/*border-bottom: none; */
}

#nav li a:first-child { 
	border-top: 1px solid #b30738;  
}

#nav li a:hover {
	color: #ffffff;
	background:#df0024;
	cursor: pointer;
}

#menu {
	width:1.4em;
	display: block;
	/* background:#fff; */
	color:#fff;
	font-size:1.35em;
	text-align: center;
	cursor: pointer;
	z-index: 3001;
}

#nav.js {
	display: none;
}

#topbarnav {
	display: none;
}

#bottomrownav {
	display: none;
}

@media only screen and (min-width: 600px) {
	/* For tablets: */

	#nav-menu ul {
		position: fixed;
		z-index: 201;
		top: 99px;
		margin: 0;
		padding: 0;
	}

	#nav ul {
		width:100%;
		padding: 0;
		margin: 0;
		list-style: none;
		float: left;
	}
	#nav li {
		width:100%;
		float: none;
		border-bottom: 1px solid #ffffff;
		font-family: 'Merriweather Sans', sans-serif;
		list-style: none;
		float: left;
	}
	#nav li:last-child {
		border-bottom: none;
	}
	#nav li a {
		display: block;
		width:100%;
		background:#000;
		color: #fff;
		border-bottom: 1px solid #ffffff;
		padding:2% 2%;
		font-size: 1em;
		font-weight: bold;
		text-decoration: none;
	}

	#nav li a:last-child { 
		border-bottom: none;  
	}

	#nav li a:first-child { 
		border-top: 1px solid #ffffff;  
	}

	#nav li a:hover {
		color: #3B8F0E;
		cursor: pointer;
	}

	#menu {
		width:1.4em;
		display: block;
		/* background:#fff; */
		color:#000;
		font-size:1.35em;
		text-align: center;
		cursor: pointer;
		z-index: 5000;
	}

	#nav.js {
		display: none;
	}

}

@media only screen and (min-width: 980px) {
	/* For large desktop: */

	#nav-menu {
		display: none;
	}  
	
	#topbarbgthin {
		display: block;
		position: fixed;
		top: 0;
		width: 1920px;
		margin: 0;
		/* background: rgba(0, 67, 22, 0.8); */
		background: #000000;
		background-image: url("/graphics/ocm_topbar_backgrnd.jpg");
		/*background-repeat: repeat-y;*/
		height: 186px;
		left: 50%;
		margin-left: -960px;
		padding: 0;
		/* z-index: 100; */
		z-index: 201;
		/* visibility: visible; */
		overflow: hidden;
		overflow-x: hidden;
	}

	#topbarmain {
	}

	#topbarnav {
		position: absolute;
		display: inline;
		float: left;
		top: 59px;
		left: 262px;
		padding: auto;
		z-index: 3001;
	}
	
	#topbarnav li {
		list-style: none;
		display: inline;
		text-decoration: none;
	}

	#topbarnav li a {
		/*display: inline;*/
		margin-left: 30px;
		font-family: 'Merriweather Sans', sans-serif;
		font-weight: bold;
		font-size: 10pt;
		line-height: 100%;
		color: #ffffff;
		list-style-type: none;
		list-style: none;
		text-decoration: none;
	}

	#topbarnav li a:hover {
		color: #000000;
		cursor: pointer;
		text-shadow: 0 0 3px #fff, 0 0 6px #fff, 0 0 10px #fff, 0 0 30px #fff, 0 0 60px #fff, 0 0 120px #fff, 0 0 180px #fff;
	}

	.topbarnavon {
		color: #000000;
		cursor: pointer;
		text-shadow: 0 0 3px #fff, 0 0 6px #fff, 0 0 10px #fff, 0 0 30px #fff, 0 0 60px #fff, 0 0 120px #fff, 0 0 180px #fff;
	}



	#bottomrownav {
		position: absolute;
		display: inline;
		float: left;
		top: 84px;
		right: 14px;
		padding: auto;
	}
	
	#bottomrownav li {
		list-style: none;
		display: inline;
		text-decoration: none;
	}

	#bottomrownav li a {
		/*display: inline;*/
		margin-left: 30px;
		font-family: 'Merriweather Sans', sans-serif;
		font-weight: bold;
		font-size: 9pt;
		line-height: 100%;
		color: #ffffff;
		list-style-type: none;
		list-style: none;
		text-decoration: none;
	}

	#bottomrownav li a:hover {
		color: #000000;
		cursor: pointer;
		text-shadow: 0 0 3px #fff, 0 0 6px #fff, 0 0 10px #fff, 0 0 30px #fff, 0 0 60px #fff, 0 0 120px #fff, 0 0 180px #fff;
	}

	.memberloginon {
		color: #000000;
		cursor: pointer;
		text-shadow: 0 0 3px #fff, 0 0 6px #fff, 0 0 10px #fff, 0 0 30px #fff, 0 0 60px #fff, 0 0 120px #fff, 0 0 180px #fff;
	}
}