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

#menucontrol {
	margin-left:70.81977%;
}
#headerbase {
	background-color: #transparent;
	display: block;
	height: 39px;
	max-width: 960px;
	width:100%;
	margin:auto;
	padding-top:81px;
	position:relative;
	z-index:1;
}
#headerbase2 {
	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:auto;
}

#menu {
    width: auto;;  /* 547px; */
    /* background-color: #cccccc; */
}

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

#menu:after {
    clear: both;
}

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

#menu li {
	float: right;
    position: relative;
	left:0px; 
	padding-right:18%;
}
#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 */

