@charset "utf-8";
/* CSS Document */

body {
	  background color: #091D58;
	  font-family: Arial, Helvetica, sans-serif;
}
	  #myHeader {
  background-color:  #091D58 ;
  padding: 40px;
  text-align: center;
}



h1 {
	font-size: 26px;
	color: #F60;
}
h2 {
	font-size: 16px;
	color: #036;
	}
h3 {
	font-size: 14px;
	color: # FFF;
}
h5 {
	font-size: 12px;
	color: #036;
	font-family: Georgia, "Times New Roman", Times, serif;
}
h6 {
font-size: 12px;
color: #036;
}
a.more { 
	display: block; 
	width: 122px;  
	height: 32px; 
	line-height: 32px; 
	font-size: 13px; 
	text-align: center; 
	text-decoration: none; 
	font-weight: bold; 
	background: url(images/templatemo_button.jpg) no-repeat top center; 
	color: #bfc5ce; 

}

</style>

<style>
#nav {
	padding: 50px; 
}
/* Clearing floats */
.cf:before,
.cf:after {
  content: " ";
  display: table;
}

.cf:after {
  clear: both;
}

.cf {
  *zoom: 1;
}

/* Mini reset, no margins, paddings or bullets */
.nav,
.submenu {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Main level */
.nav {			
  margin: 50px auto;
  width: 800px;
  /* http://www.red-team-design.com/horizontal-centering-using-css-fit-content-value */
  width: -moz-fit-content;
  width: -webkit-fit-content;
  width: fit-content;	
}

.nav > li {
  background: #34495e;
  float: left;
  position: relative;
  transform: skewX(25deg);
}

.nav a {
  display: block;
  color: #fff;
  text-transform: uppercase;
  text-decoration: none;
  font-family: Arial, Helvetica;
  font-size: 14px;
}		

.nav li:hover {
  background: #e74c3c;
}		

.nav > li > a {
  transform: skewX(-25deg);
  padding: 1em 2em;
}

/* Dropdown */
.submenu {
  position: absolute;
  width: 200px;
  left: 50%; margin-left: -100px;
  transform: skewX(-25deg);
  transform-origin: left top;
}

.submenu li {
  background-color: #34495e;
  position: relative;
  overflow: hidden;		
}						

.submenu > li > a {
  padding: 1em 2em;			
}

.submenu > li::after {
  content: '';
  position: absolute;
  top: -125%;
  height: 100%;
  width: 100%;			
  box-shadow: 0 0 50px rgba(0, 0, 0, .9);			
}		

/* Odd stuff */
.submenu > li:nth-child(odd){
  transform: skewX(-25deg) translateX(0);
}

.submenu > li:nth-child(odd) > a {
  transform: skewX(25deg);
}

.submenu > li:nth-child(odd)::after {
  right: -50%;
  transform: skewX(-25deg) rotate(3deg);
}				

/* Even stuff */
.submenu > li:nth-child(even){
  transform: skewX(25deg) translateX(0);
}

.submenu > li:nth-child(even) > a {
  transform: skewX(-25deg);
}

.submenu > li:nth-child(even)::after {
  left: -50%;
  transform: skewX(25deg) rotate(3deg);
}

/* Show dropdown */
.submenu,
.submenu li {
  opacity: 0;
  visibility: hidden;			
}

.submenu li {
  transition: .2s ease transform;
}

.nav > li:hover .submenu,
.nav > li:hover .submenu li {
  opacity: 1;
  visibility: visible;
}		

.nav > li:hover .submenu li:nth-child(even){
  transform: skewX(25deg) translateX(15px);			
}

.nav > li:hover .submenu li:nth-child(odd){
  transform: skewX(-25deg) translateX(-15px);			
}
</style>
<style>
body {
  font-family: Arial, Helvetica, sans-serif;
  margin: 0;
}

.navbar {
  overflow: hidden;
  background-color: #0744F8; 
}

.navbar a {
  float: left;
  font-size: 16px;
  color: white;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
}

.subnav {
  float: left;
  overflow: hidden;
}

.subnav .subnavbtn {
  font-size: 16px;  
  border: none;
  outline: none;
  color: white;
  padding: 14px 16px;
  background-color: inherit;
  font-family: inherit;
  margin: 0;
}

.navbar a:hover, .subnav:hover .subnavbtn {
  background-color: #F60;
}

.subnav-content {
  display: none;
  position: absolute;
  left: 0;
  background-color: #F60;
  width: 100%;
  z-index: 1;
}

.subnav-content a {
  float: left;
  color: white;
  text-decoration: none;
}

.subnav-content a:hover {
  background-color: #eee;
  color: black;
}

.subnav:hover .subnav-content {
  display: block;
}
</style>