﻿   nav {
      display: block;

    }
	
	nav select{

	width: 95%;
	border: 0px solid #FFF;
	font-size: 130%;
	color: #333;
	text-indent: 15px;
	font-weight: bold;
} 
    nav ul {
      list-style: none;
    }
    nav li {
	display: inline-block;
	float: left;
	width: 100%;
    }
    nav a {
	display: inline-block;
	text-decoration: none;
	width: 100%;
	margin-bottom: 0px;
	padding-top: 9px;
	padding-right: 15px;
	padding-bottom: 9px;
	padding-left: 15px;
	-webkit-transition: all 1s ease-in-out;
	-moz-transition: all 1s ease-in-out;
	-o-transition: all 1s ease-in-out;
	transition: all 1s ease-in-out;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #f8f8f8;
    }
    nav a:hover {
	background-color: #008EBD;
	color: #FFF !important;
	-webkit-transition: all 1s ease-in-out;
	-moz-transition: all 1s ease-in-out;
	-o-transition: all 1s ease-in-out;
	transition: all 1s ease-in-out;
	text-decoration: none;
    }
    nav a:active {
      background: blue;
    }
    nav select {
      display: none;
    }
	.level1{
background-image:-moz-linear-gradient(50% 0% -90deg,rgb(64,167,207) 0%,rgb(39,155,200) 45%,rgb(15,142,193) 100%); 
background-image:-webkit-gradient(linear,50% 0%,50% 100%,color-stop(0, rgb(64,167,207)),color-stop(0.45, rgb(39,155,200)),color-stop(1, rgb(15,142,193)));
background-image:-webkit-linear-gradient(-90deg,rgb(64,167,207) 0%,rgb(39,155,200) 45%,rgb(15,142,193) 100%);
background-image:-o-linear-gradient(-90deg,rgb(64,167,207) 0%,rgb(39,155,200) 45%,rgb(15,142,193) 100%);
background-image:-ms-linear-gradient(-90deg,rgb(64,167,207) 0%,rgb(39,155,200) 45%,rgb(15,142,193) 100%);
background-image:linear-gradient(180deg,rgb(64,167,207) 0%,rgb(39,155,200) 45%,rgb(15,142,193) 100%);
-ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorstr=#ff40a7cf,endColorstr=#ff0f8ec1,GradientType=0)";
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#ff40a7cf,endColorstr=#ff0f8ec1,GradientType=0);
	
}

.level1 a{
	color:#FFF;
	font-size:120%;
}
	.level2{
	border-left-width: 4px;
	border-left-style: solid;
	border-left-color: #333;
	width: 93.5%;
	text-indent: 15px;
}
.level3{
	border-left-width: 7px;
	border-left-style: solid;
	border-left-color: #008EBD;
	margin-left: -4px;
	width: 91.4%;
	text-indent: 15px;
}
.level4{
	border-left-width: 7px;
	border-left-style: solid;
	border-left-color: #008EBD;
	margin-left: -4px;
	width: 91.4%;
	text-indent: 15px;
}
.level5{
	border-left-width: 7px;
	border-left-style: solid;
	border-left-color: #008EBD;
	margin-left: -4px;
	width: 91.4%;
	text-indent: 15px;
}

    @media (max-width: 789px) {
      nav ul     { display: none; }
      nav select { display: inline-block; }
	 
	 
	/*  .nav-container{	z-index: 9999;
	position: fixed;
	top: 0;
	background-color: #7F8C8D;
	width: 100%;}*/
	
	
	.f-nav{
	z-index: 9999;
	position: fixed;
	top: 50px;
	background-color: #333333 !important;
	width: 100%;
} 
 }