body {
  margin: 0;
  font-size: 10px;
  font-family: Arial, Helvetica, sans-serif;
}

.header {
  background-color: #f1f1f1;
  padding: 30px;
  text-align: center;
}

	
	#nav2{
		
		height: 30px;
		width:100%;
		clear: both;
		background-color: #fff;
		box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
		
	}
	
	
	


#navbar, ul.sub1, ul.sub2, ul.sub3, ul.sub4, ul.sub5, ul.sub6, ul.sub7, ul.sub8, ul.sub9, ul.sub10, ul.sub11 {
	margin-top: 0px;
	list-style-type: none;
	font-size: 8px;
	text-align: center;
    white-space: nowrap;
	z-index:3;
}
	
	
#navbar, ul.sub12, ul.sub13, ul.sub14{
	margin-top: 0px;
	list-style-type: none;
	font-size: 8px;
	text-align: center;
	white-space: nowrap;
	z-index:3;
	
}
	
	
	
#navbar li{
	width: 125px;
	text-align: center;
	position: relative;
	float: left;
	margin-right: 4px;
	text-decoration: none; 
	
}

#navbar a {
	
	width: auto;
	height: 28px;
    display: block;
    color: #000;
    text-align: center;
    text-decoration: none;
	line-height: 25px;
	background-color: #fff;
	
    padding: 5px;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	
}
	
#navbar .sub1 a{
	margin-top: 5px;
	
}
	
#navbar .sub2 a{
	margin-left: 10px;
	
	
}
#navbar .sub3 a{
	margin-left: 20px;
	
	
}
#navbar .sub4 a{
	margin-left: 30px;
	
	
}
#navbar .sub5 a{
	margin-left: 20px;
	
	
}

#navbar .sub6 a{
	margin-left: 20px;
	width: 200px;
	
	
}
#navbar .sub7 a{
	margin-left: 10px;
	
	
}
#navbar .sub8 a{
	margin-left: 20px;
	
	
}
#navbar .sub9 a{
	margin-left: 20px;
	
	
}
#navbar .sub10 a{
	margin-left: 30px;
	
	
}
#navbar .sub11 a{
	margin-left: 10px;
	
	
}
#navbar .sub12 a{
	margin-left: 10px;
	
	
}
#navbar .sub13 a{
	margin-left: 10px;
	
	
}
#navbar .sub14 a{
	margin-left: 10px;
	
	
}


#navbar li:hover > a {
  	background-color: #0097B4;
  	color: #fff;
}

#navbar li:hover a:hover {
	background-color: #0097B4;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFF;	
}
	
	
	
#navbar ul.sub1{
	display: none;
	position: absolute;
	left: -39px;
	
}
#navbar ul.sub2 {
	display: none;
	position: absolute;
	top: 0px;
	left: 79px;
}
#navbar ul.sub3 {
	display: none;
	position: absolute;
	top: 0px;
	left: 79px;
}
#navbar ul.sub4 {
	display: none;
	position: absolute;
	top: 0px;
	left: 59px;
}
#navbar ul.sub5 {
	display: none;
	position: absolute;
	top: 0px;
	left: 69px;
}
#navbar ul.sub6 {
	display: none;
	position: absolute;
	top: 0px;
	left: 69px;
}
#navbar ul.sub7 {
	display: none;
	position: absolute;
	top: 0px;
	left: 79px;
}
#navbar ul.sub8 {
	display: none;
	position: absolute;
	top: 0px;
	left: 69px;
}
#navbar ul.sub9 {
	display: none;
	position: absolute;
	top: 0px;
	left: 69px;
}
#navbar ul.sub10 {
	display: none;
	position: absolute;
	top: 0px;
	left: 59px;
}
#navbar ul.sub11 {
	display: none;
	position: absolute;
	top: 0px;
	left: 79px;
}
#navbar ul.sub12 {
	display: none;
	position: absolute;
	top: 0px;
	left: 79px;
}
#navbar ul.sub13 {
	display: none;
	position: absolute;
	top: 0px;
	left: 79px;
}
#navbar ul.sub14 {
	display: none;
	position: absolute;
	top: 0px;
	left: 79px;
}

#navbar li:hover .sub1{
	display:block;
	
}	
	
	
#navbar .sub1 li:hover .sub2{
	display:block;
	
}
#navbar .sub2 li:hover .sub3{
	display:block;
	
}
#navbar .sub3 li:hover .sub4{
	display:block;
	
}
#navbar .sub2 li:hover .sub5{
	display:block;
	
}
#navbar .sub2 li:hover .sub6{
	display:block;
	
}
#navbar .sub1 li:hover .sub7{
	display:block;
	
}
#navbar .sub7 li:hover .sub8{
	display:block;
	
}
#navbar .sub7 li:hover .sub9{
	display:block;
	
}
#navbar .sub9 li:hover .sub10{
	display:block;
	
}
#navbar .sub1 li:hover .sub11{
	display:block;
	
}
#navbar .sub1 li:hover .sub12{
	display:block;
	
}
#navbar .sub1 li:hover .sub13{
	display:block;
	
}
#navbar .sub1 li:hover .sub14{
	display:block;
	
}
	

	
	
.darrow{
	font-size: 8pt;
	position: absolute;
	top: 10px;
	right: 4px;
	color: #ddd;
	
}
.rarrow{
	font-size: 8pt;
	position: absolute;
	top: 13px;
	right: 4px;
	color: #fff;
	
}


.content {
  	padding: 16px;
	
}

.sticky {
  	position: fixed;
  	top: 0;
  	width: 100%;
}

.sticky + .content {
  	padding-top: 60px;
}
	
@media only screen and (min-width:150px) and (max-width:750px){#navbar li:hover .sub1{display:none;background-color:#fff;width:125px;}
	.darrow{font-size:0pt;}}
@media only screen and (min-width:150px) and (max-width:750px){#pageWrap{width:auto;height:auto;}
#navbar li{float:left;padding:0px;width:100%;height: 48px;background-color: white;text-align:center;}
#navbar a{width:100%;height: 48px; padding:0;}
#navbar{padding:0;}
body{overflow-x:hidden;background-position:right;}
}		