body {
	margin:0; padding:0;
}
nav a {
	text-decoration:none;
	color:#929393;
	font: 11px/13px Arial, Helvetica, sans-serif;
	font-weight: bold;
}
nav ul {
	margin:0; padding:0;
}
#navOne {
	float:right;
}

/*-----------Top Navigation------------------*/
nav li {
	float:left;
	list-style:none;
	width:120px;
	height:30px;
	/*padding-top:10px;*/
	text-align:left;
	/*background:#4974ca;
	background:-webkit-gradient(linear, left top, left bottom, from(#4974ca), to(#2a4b8e));
	background:-moz-linear-gradient(#4974ca, #2a4b8e);
	color:#fff;*/
	/*border-right:1px solid #293958;*/
	position:relative;	
	z-index: 1001;
}
/*nav li:hover {
	background:-webkit-gradient(linear, left top, left bottom, from(#2a4b8e), to(#4974ca));
	background:-moz-linear-gradient(#2a4b8e, #4974ca);
}*/

/*-------------------------------------------*/

nav li ul {
	position:absolute;
	top:0;
	left:0;
	overflow:hidden;
	height:29px;
	width:auto;
	-webkit-transition:height .2s ease;
	-moz-transition:height .2s ease;
	z-index: 1001;
}


#aviation:hover {
	-webkit-transition:height .4s ease;
	-moz-transition:height .4s ease;
	height:254px;
	border-bottom: 4px solid #74CEE2;
	width: 112px;
}
#aviation li {
	height:auto;
	width: 104px;
	background: #FFF;
	border-left: 4px solid #74CEE2;
	border-right: 4px solid #74CEE2;
	border-top: 4px solid #74CEE2;
}
#aviation li a {
	color:#929393;
	display:block;
	padding: 4px;
}
#aviation li a:hover {
	color:#fff;
	background-color:#74CEE2;
}

#health:hover {
	-webkit-transition:height .4s ease;
	-moz-transition:height .4s ease;
	height:190px;
	border-bottom: 4px solid #D0D823;
	width: 112px;
}
#health li {
	height:auto;
	width: 104px;
	background: #FFF;
	border-left: 4px solid #D0D823;
	border-right: 4px solid #D0D823;
	border-top: 4px solid #D0D823;
}
#health li a {
	color:#929393;
	display:block;
	padding: 4px;
}
#health li a:hover {
	color:#fff;
	background-color:#D0D823;
}

#mfg:hover {
	-webkit-transition:height .4s ease;
	-moz-transition:height .4s ease;
	height:190px;
	border-bottom: 4px solid #F7941D;
	width: 112px;
}
#mfg li {
	height:auto;
	width: 104px;
	background: #FFF;
	border-left: 4px solid #F7941D;
	border-right: 4px solid #F7941D;
	border-top: 4px solid #F7941D;
}
#mfg li a {
	color:#929393;
	display:block;
	padding: 4px;
}
#mfg li a:hover {
	color:#fff;
	background-color:#F7941D;
}

#gened:hover {
	-webkit-transition:height .4s ease;
	-moz-transition:height .4s ease;
	height:152px;
	border-bottom: 4px solid #E23A32;
	width: 112px;
}
#gened li {
	height:auto;
	width: 104px;
	background: #FFF;
	border-left: 4px solid #E23A32;
	border-right: 4px solid #E23A32;
	border-top: 4px solid #E23A32;
}
#gened li a {
	color:#929393;
	display:block;
	padding: 4px;
}
#gened li a:hover {
	color:#fff;
	background-color:#E23A32;
}

#design:hover {
	-webkit-transition:height .4s ease;
	-moz-transition:height .4s ease;
	height:190px;
	border-bottom: 4px solid #AF5F98;
	width: 112px;
}
#design li {
	height:auto;
	width: 104px;
	background: #FFF;
	border-left: 4px solid #AF5F98;
	border-right: 4px solid #AF5F98;
	border-top: 4px solid #AF5F98;
}
#design li a {
	color:#929393;
	display:block;
	padding: 4px;
}
#design li a:hover {
	color:#fff;
	background-color:#AF5F98;
}
/*nav li ul {
	background:#4974ca;
	background:-webkit-gradient(linear, left top, left bottom, from(#4974ca), to(#2a4b8e));
	background:-moz-linear-gradient(#4974ca, #2a4b8e);
}
nav li ul:hover {
	background:-webkit-gradient(linear, left top, left bottom, from(#2a4b8e), to(#4974ca));
	background:-moz-linear-gradient(#2a4b8e, #4974ca 40px);
	-moz-box-shadow:2px 2px 2px rgba(0,0,0,0.4);
	-webkit-box-shadow:2px 2px 2px rgba(0,0,0,0.4);
}*/

/*nav li ul li, nav li ul li:hover {
	padding: 4px;
}*/