@media only screen and (min-width : 996px) {

	/*** ESSENTIAL STYLES ***/
.sf-menu, .sf-menu * {
	margin: 0;
	padding: 0;
	list-style: none;
}
.sf-menu li {
	position: relative;
	
}
.sf-menu ul {
	position: absolute;
	display: none;
	top: 100%;
	left: 0;
}
.sf-menu > li {
	float: left;
}
.sf-menu li:hover > ul,
.sf-menu li.sfHover > ul {
	display: block;
	
}

.sf-menu a {
	display: block;
	position: relative;
}
.sf-menu ul ul {
	top: 0;
	left: 100%;
}


.sf-menu {
	float: left;
}
.sf-menu ul  {
	min-width: 12em; /* allow long menu items to determine submenu width */
	*width: 12em; /* no auto sub width for IE7, see white-space comment below */
}
.sf-menu a {
	padding: 0 20px;


}
.sf-menu ul li a { text-align: left; }

.sf-menu li {
	white-space: nowrap; /* no need for Supersubs plugin */
	*white-space: normal; /* ...unless you support IE7 (let it wrap) */
	-webkit-transition: background .2s;
	transition: background .2s;
}


.sf-menu ul li {
background: #303030;
}
.sf-menu ul ul li {
background: #303030;
width: 100%; 
}

.sf-menu li:hover,
.sf-menu li.sfHover {
	background: #303030;
	/* only transition out, not in */
	-webkit-transition: none;
	transition: none;
}

.sf-menu ul li:hover a,
.sf-menu ul li.sfHover a
 { color: #ffeb55; }

.sf-menu .current-menu-item a { color:#ffd200 }
.sf-menu .current-menu-item li a  { color: #FFF}

}

#nav-contain { width: 100%; background: #444; clear: both; }

.cpa_clearfix:before,
.cpa_clearfix:after {
    content: " ";
    display: table;
}
.cpa_clearfix:after {
    clear: both;
}
.cpa_clearfix {
    *zoom: 1;
    clear: none;
}

nav {
	height: 45px;
	max-width: 1024px;
	margin: 0 auto 0 auto;
	background: #444;
	font-family: 'greycliff-light', Arial, sans-serif;
	font-weight: normal;
	position: relative;
	z-index: 999;
	clear: both;
}

nav a {
	color: #fff;
	display: inline-block;
	padding: 0 20px 0 20px;
	text-align: center;
	text-decoration: none;
	line-height: 45px;
}
nav li a {
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	font-size: 16px;
}
nav a:hover, nav a:active {
	background-color: #303030;
}
nav a#pull {
	display: none;
}

@media only screen and (max-width : 995px) {
	
	nav ul {
	float: left;
	padding: 0;
	margin: 0 0 0 0;
}
nav li {
	display: inline;
	float: left;
}
	
	nav ul li ul { display: none; } 
	
	nav { 
  		height: auto;
  		margin-bottom: 0;
  	}
  	
  	nav ul.sf-menu { display: block; }
  	nav ul {
  		width: 100%;
  		height: auto;
		padding: 0;
		margin: 0;
		position: relative;
		left: 0;
  	}
  	nav li {
  		width: 50%;
  		float: left;
  		position: relative;
		padding: 0;
		margin: 0;
		
  	}
  	nav li a {
		border-bottom: 1px solid #555;
		border-right: 1px solid #555;
		padding: 0 0 0 25px;
		margin: 0;
		text-align: left;
	}
  	nav a {
	  	text-align: left;
	  	width: 100%;
	  	padding: 0
  	}
}

@media only screen and (max-width : 568px) {
  	
  	#nav-contain {
  		display: block;
		margin-bottom: 0;
	}
	
  	nav li {
  		width: 100%;	
  	}
  	
  	
  	nav li a {
		border-right: 0;
	}
  	
  	nav ul.sf-menu { display: none; }
  	
	nav ul {
		height: auto;
	}
	
	nav ul li { display: block;  }
	
	nav ul li.menu-item-has-children { background-image: url(images/down-arr.png); background-repeat: no-repeat; background-position: right 20px center; }
	
	nav ul li.menu-item-has-children:hover { background-image: none; }
	
	nav ul li ul { display: none; }
	
	nav ul li li { background: #777;}
	
	nav a#pull {
		display: block;
		background-color: #444;
		border-bottom: 1px solid #555;
		padding-left: 15px;
		width: 100%;
		position: relative;
		clear: left;
		box-sizing: border-box;
	}
	
	nav a#pull.clicked { background: #333;}
	
	nav a#pull:after {
		content:"";
		background: url('images/nav-icon.png') no-repeat;
		width: 30px;
		height: 30px;
		display: inline-block;
		position: absolute;
		right: 5px;
		top: 12px;
	}
  	
}