#nav{
	position: relative;
	width: 100%;
	/*background: #2F2F2F;*/
	height: 40px;
	font-size: 14px;
	margin: 0 0 10px 0;
}
#nav ul{
	list-style: none;
	margin: 0;
	padding: 0;
	/*max-width: 630px;*/
}
#nav ul li{
	position: relative;
	float: left;
	line-height: 40px;
	margin: 0;
	background: #e01616; /* Old browsers */
	background: -moz-linear-gradient(top,  #e01616 0%, #bf0303 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e01616), color-stop(100%,#bf0303)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #e01616 0%,#bf0303 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #e01616 0%,#bf0303 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #e01616 0%,#bf0303 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #e01616 0%,#bf0303 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e01616', endColorstr='#bf0303',GradientType=0 ); /* IE6-9 */
}
#nav ul li a{
	display: block;
	text-decoration: none;
	color: #DEDEDE;
	/*color: #222;*/
	/*font-weight: bold;*/
}
#nav ul li a:hover{
	color: white;
	/*text-decoration: underline;*/
}

#mobile-menu-toggle{
	display: none;
}
#nav-count-hack{
	display: none;
}

@media only screen and (max-width: 360px){
	#nav ul li{
		width: 50%;
		margin: 0 0 3px 0;
		/*border-bottom: 1px solid green;*/
	}
	#nav ul li:nth-child(2n+0){
		float: right;
		/*border-left: 1px solid green;*/
	}
	#nav ul li:nth-child(2n+1){
		float: left;
		/*border-right: 1px solid green;*/
	}
	#nav ul li a{
	}

}

@media only screen and (max-width: 639px){
	#nav ul li#mobile-menu-toggle{
		/*background: #2F2F2F;*/
		background: #e01616; /* Old browsers */
		background: -moz-linear-gradient(top,  #e01616 0%, #bf0303 100%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e01616), color-stop(100%,#bf0303)); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(top,  #e01616 0%,#bf0303 100%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(top,  #e01616 0%,#bf0303 100%); /* Opera 11.10+ */
		background: -ms-linear-gradient(top,  #e01616 0%,#bf0303 100%); /* IE10+ */
		background: linear-gradient(to bottom,  #e01616 0%,#bf0303 100%); /* W3C */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e01616', endColorstr='#bf0303',GradientType=0 ); /* IE6-9 */

		display: block;
		width: 100%;
		font-size: 40px;
		line-height: 3px;
		height: 25px;
		margin: 0 0 3px 0;
	}
	#nav{
		height: 70px;
		overflow: hidden;
	}
	#nav ul{
		max-width: 630px;
	}
	#nav ul li span{
		position: absolute;
		left: 0;
		width: 2px;
		background: #005A9C;
		height: 100%;
	}
}

@media only screen and (min-width: 361px) and (max-width: 639px){
	#nav ul li{
		width: 50%;
		margin: 0 0 3px 0;
		padding: 0;
		/*border-bottom: 1px solid green;*/
	}
}

@media only screen and (min-width: 640px){
	#nav{
		background: #e01616; /* Old browsers */
		background: -moz-linear-gradient(top,  #e01616 0%, #bf0303 100%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e01616), color-stop(100%,#bf0303)); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(top,  #e01616 0%,#bf0303 100%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(top,  #e01616 0%,#bf0303 100%); /* Opera 11.10+ */
		background: -ms-linear-gradient(top,  #e01616 0%,#bf0303 100%); /* IE10+ */
		background: linear-gradient(to bottom,  #e01616 0%,#bf0303 100%); /* W3C */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e01616', endColorstr='#bf0303',GradientType=0 ); /* IE6-9 */

		height: 40px
	}
	#nav ul li{
		padding: 0 8px;
	}
}
@media only screen and (max-width: 984px){
	#nav ul{
		margin: 0 auto;
	}
}