@charset "utf-8";
/* CSS Document */

#menucontrol {
	margin-left:70.81977%;  /* 39.56979%; */
}

#headerbase {
	background-color: #222222;
	display: block;
	height: 59px;
	max-width: 960px;
	width:100%;
	margin:auto;
	padding-top:71px;
	position:relative;
	z-index:99;
}

#menu, #menu ul {
    margin: 0;
    padding: 0;
    list-style: none;
	width:605.95px;
}

#menu {
    width: 605.95px;;  /* 547px; */
    /* background-color: #cccccc; */
	margin-left:-368.95px;
}

#menu:before,
#menu:after {
    content: "";
    display: table;
}

#menu:after {
    clear: both;
}

#menu {
    zoom:1;
} /* clearfix metchod that we didnt know either */

#menu li {
	float: left;
    position: relative;
	left:0px; /* 379.87px; */
	margin-right:3.59px;
}
#menu .btn {  
	float: left;
	width : 103.66px;
	height:29.59px;
	text-align:center;
	color: #f8a23f;
	text-transform: uppercase;
	font-family: myCustomBebas;
	font-size:0.875em;
	text-decoration: none;
	letter-spacing: 0.8px;
	font-size:1em\9; /* for ie 8 or below */
	letter-spacing:0.4px\9; /* for ie 8 or below */
}
#menu .btnh {  
	float: left;
	width : 65.36px;
	height:29.59px;
	text-align:center;
	color: #f8a23f;
	text-transform: uppercase;
	font-family: myCustomBebas;
	font-size:0.875em;
	text-decoration: none;
	letter-spacing: 0.8px;
	font-size:1em\9; /* for ie 8 or below */
	letter-spacing:0.4px\9; /* for ie 8 or below */
}


#conus , #homes , #what , #who , .prod , #sus {  /* this one for active menu, just change the contact with active menu id, and remember to change id name of active menu in source code */
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #f8a23f;
}
#menu li:hover > a {
    color: #f8a23f;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #f8a23f; /*
	width:103.66px; */
}
*html #menu li a:hover { /* IE6 only */
    color: #f8a23f;	
}
#menu ul {
    margin: 20px 0 0 0;
    _margin: 0; /*IE6 only*/
    opacity: 0;
    visibility: hidden;
    position: absolute;
    top: 35px;
    left:0;
    z-index: 2;    
    background: rgba(34,34,34,0.85); 
    border-radius: 3px;
    transition: all .2s ease-in-out;
	height:110px;
	max-width:104px;
	width:100%;
	background:#222222\9; /* for ie 8 or below */
	top:31px\9; /* for ie 8 or below */
	width:104px\9; /* for ie 8 or below */
}
#menu li:hover > ul {
    opacity: 1;
    visibility: visible;
    margin: 0;	
}
#menu li:hover > ul a {
	border:none;
}
#menu ul ul {
    top: 0;
    /* left: 150px; */  /* first change we made */
    margin: 0 0 0 0px;
    _margin: 0; /*IE6 only*/    
}
#menu ul li {
    float: none;
    display: block;
	height:37.59px;
    border: 0;
    _line-height: 0; /*IE6 only*/
}
#menu ul li:last-child {   
    box-shadow: none;    
}
#menu ul a {
	padding: 8.5px;
	width: 86.01px;
	_height: 10px; /*IE6 only*/
	display: block;
	white-space: nowrap;
	float: none;
	text-align:center;
	text-transform: none;
	position:relative;
	left:0px; /*-379.87px; */
	letter-spacing: 0.7px;
	color:#ffffff;
	letter-spacing:0.3px\9; /* for ie 8 or below */
	text-transform: uppercase;
	font-family: myCustomBebas;
	font-size:0.875em;
}
#menu ul a:hover {
    background-color: #222;	
	height:auto;
}
#menu ul li:first-child > a {
    border-radius: 3px 3px 0 0;
	
}
#menu ul li:first-child > a:after {
    position: absolute;
    left: 40px;
    top: -6px;
    border-left: 6px solid transparent;
    border-bottom: 6px solid #444;
}
#menu ul ul li:first-child a:after {
    left: -6px;
    top: 50%;
    margin-top: -6px;
    border-left: 0; 
    border-bottom: 6px solid transparent;
    border-top: 6px solid transparent;
}
#menu ul li:first-child a:hover:after {
    border-bottom-color: #04acec; 
}
#menu ul ul li:first-child a:hover:after {
    border-bottom-color: transparent;   
}
#menu ul li:last-child > a {
    border-radius: 0 0 3px 3px;
}  /* unfortunately, we even not know what code beside do :v */


@media screen and (max-width:940px) {
	#conus , #homes , #what , #who , .prod , #sus {
		border:none;	
	}	
	#menu {
		max-width: 960px; /* 867.25px; */ 
		width:342.5%;
		height:750px;
		margin-top:22.9px;
		padding-top:15px;
		margin-left:-242.66666%; /* -614.08px; */
		display:none;
		z-index:9999;
		background: -moz-linear-gradient(top,  rgba(34,34,34,0.9) 57%, rgba(34,34,34,0.82) 61%, rgba(229,229,229,0) 100%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(57%,rgba(34,34,34,0.9)), color-stop(61%,rgba(34,34,34,0.82)), color-stop(100%,rgba(229,229,229,0))); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(top,  rgba(34,34,34,0.9) 57%,rgba(34,34,34,0.82) 61%,rgba(229,229,229,0) 100%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(top,  rgba(34,34,34,0.9) 57%,rgba(34,34,34,0.82) 61%,rgba(229,229,229,0) 100%); /* Opera 11.10+ */
		background: -ms-linear-gradient(top,  rgba(34,34,34,0.9) 57%,rgba(34,34,34,0.82) 61%,rgba(229,229,229,0) 100%); /* IE10+ */
		background: linear-gradient(to bottom,  rgba(34,34,34,0.9) 57%,rgba(34,34,34,0.82) 61%,rgba(229,229,229,0) 100%); /* W3C */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e6222222', endColorstr='#00e5e5e5',GradientType=0 ); /* IE6-9 */
	}
	#menu li {
		height:auto;
		float:none;
		clear:both;
	}
	#menu ul {
		max-width:960px;
		width:100%;
		height:auto;
    	position: absolute; 
    	transition: none;
		display:none;
		top:0;
		left:0;
		border-radius:0;
		margin-left:0px;
		margin-top:-10px;
		position:static;
		background-color:transparent;
		visibility:visible;
		opacity:1;
		margin-bottom:11px;
	}
	#menu li:hover > ul {
	/*	position:static; 
		background-color:transparent; */
		margin-bottom:11px;
		text-align:right;
	}
	#menu .btn,
	#menu .btnh { 
		max-width :960px; /* 746px; - 240px */
		width:86.70833%;
		height: 53px;
		/* margin-left:563px; */
		margin-left:6.7375%; /* 57px; */
		text-align: right;
		font-size:2.188em;
		float: none;
		display:block;
		border-bottom-width:thin;
		border-bottom-color:#f8a23f;
		border-bottom-style:solid;
		margin-bottom:14px;
	}
	#menu li ul a:nth-child(1) {
		border:none;	
	}
	#menu ul li {
		position:relative;
		float:none;
		clear:both;
		display:block;
		margin-bottom:0px;
		border:none;
		/* right:auto; */
	}
	#menu ul li:first-child {
		margin-top:-10px;
	}
	#menu li:hover > a {
   		color: #f8a23f;
		background-color:transparent;
	}
	#menu ul a {
		max-width:960px;
		width:87.65%;
		height:auto;
		position:relative;
		display:block;
		letter-spacing: 0.4px;
		color:#ffffff;
		font-size:1.5em;
		text-align:right;
	}
/*	#menu ul li:last-child {
		max-width:960px;
		witdh:81%
		height:auto;
		margin-left:6.7375%;
		border-bottom-width:thin;
		border-bottom-color:#f8a23f;
		border-bottom-style:solid;	
		padding-bottom:10px;
	} */ /* for now we fail to make it */
	#menu ul li:last-child a {
		align:right;	
	}
	#menu ul a:hover {
   		background-color: none;	
		height:auto;
	}
	
/*	.nav-btn:after {  /* before */
/*		content:"MENU";
		z-index::1;
		padding-left:23.77px; /* right */
/*	}
	.nav-btn:before { /* after */
/*		content:"";
		z-index:1;
		position: absolute;
  		left: 722.38px; /* 785.38px; */
/*  		top: 85px;
  		width: 20px;
  		height: 3.5px;
  		background: #f8a23f;
  		box-shadow: 
    		0 -0.25em 0 0 #f8a23f,
    		0 0.25em 0 0 #f8a23f;
		} */  /* unhide code beside if you want some three line beside the MENU word */
		
	.nav-btn:before {
		content:"MENU";
		z-index:1;
	}
		
	.nav-btn {
		display:block;
		z-index:1;
		text-align:right;
		cursor:pointer;	
		font-family:myCustomBebas;
		font-size:1.875em;
		color:#f8a23f;
		padding-right:25.7325%;		
	}
	
	/* test code below */
	.sub-btn:before {
		content:"+";
		z-index:1;
		position: absolute;
  		/* left: 75px; *//* 550.38px; */ /* 785.38px; */
		top:-13.8px;/* 20px; */
		font-size:1.5em;
		font-weight:bolder;
		color:#f8a23f;
  		max-width :960px; /* 746px; - 240px */
		width:86.70833%;
	/*	width: 34.5px; */
  		height: 43.94px; /* 66.66px; */
		padding-top:21.72px;
		padding-left:9.2375%;
	/*	border-right-color:#f8a23f;
		border-right-style:solid;
		border-right-width:thin; */
  		/* background: #f8a23f; */
		cursor:pointer;
		/* 
		box-shadow: 
			0 -0.50em 0 0 #f8a23f,
    		0 -0.25em 0 0 #f8a23f,
    		0 0.25em 0 0 #f8a23f;	*/
	}
			
} /* we plan to make it shrink in here before */