/* monda-regular - latin_latin-ext */
@font-face {
  font-family: 'Monda';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/monda-v6-latin_latin-ext-regular.eot'); /* IE9 Compat Modes */
  src: local('Monda Regular'), local('Monda-Regular'),
       url('../fonts/monda-v6-latin_latin-ext-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/monda-v6-latin_latin-ext-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/monda-v6-latin_latin-ext-regular.woff') format('woff'), /* Modern Browsers */
       url('../fonts/monda-v6-latin_latin-ext-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/monda-v6-latin_latin-ext-regular.svg#Monda') format('svg'); /* Legacy iOS */
}

/* monda-700 - latin_latin-ext */
@font-face {
  font-family: 'Monda';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/monda-v6-latin_latin-ext-700.eot'); /* IE9 Compat Modes */
  src: local('Monda Bold'), local('Monda-Bold'),
       url('../fonts/monda-v6-latin_latin-ext-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/monda-v6-latin_latin-ext-700.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/monda-v6-latin_latin-ext-700.woff') format('woff'), /* Modern Browsers */
       url('../fonts/monda-v6-latin_latin-ext-700.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/monda-v6-latin_latin-ext-700.svg#Monda') format('svg'); /* Legacy iOS */
}


#dropMenuWrapper {
	font-family: 'Monda', sans-serif;
	font-size: 20px;
	margin:0;
	position:relative;
	width:100%;
	}
 
div#dropMenu {
   width:100%;
   margin:0 auto;   
   text-align:center;
   z-index:1000;
   position:relative;
   }   
   
div#dropMenu li.submenu {
   /*background: url(../images/navbar.png) repeat-x;*/
   height:50px;
   }
   
div#dropMenu li.submenu:hover {
   background: url(../images/navbarh.png) repeat-x;
   height:50px;
   }
 
   
div#dropMenu ul {
   margin:0;
   padding:0;
   } 
   
div#dropMenu li {
   position:relative;
   list-style:none; 
   margin:0; 
   float:left; 
   line-height:1em;
   width:20%; /**width:16.55%;*/
   }

div#dropMenu ul.level1 {
   width:100%;
   margin:0 auto; 
   text-align:center;
   background: url(../images/navbar.png) repeat-x;
   height:50px;/*background color of top menu when NOT selected. */
   z-index:1000;
   float:left;  
}

div#dropMenu ul.level2 li {
   padding-top: 0;
}

div#dropMenu li a {
   display: block;   /* Hides from IE5-mac \*/
   height: 1%;   /* End hide from IE5-mac */ 
   padding: 14px 0; 
   text-decoration: none;  
   color: #dadee5; 
   text-align:center;
}

div#dropMenu li a:hover {
   color: #ffffff!important;
   background: url(../images/navbarh.png) repeat-x;
   }   	
	
div#dropMenu li:hover {}
div#dropMenu li.submenu:hover {}
div#dropMenu li a.noLine {
   border:none;
}
div#dropMenu>ul a {
   width: auto;
   z-index:1000;
}
div#dropMenu ul ul {
   display: none;
}
div#dropMenu ul ul li {
   width:11em;
}

div#dropMenu ul.level1 li.submenu:hover ul.level2, 
div#dropMenu ul.level2 li.submenu:hover ul.level3,
div#dropMenu ul.level3 li.submenu:hover ul.level4,
div#dropMenu ul.level4 li.submenu:hover ul.level5,
div#dropMenu ul.level5 li.submenu:hover ul.level6,
div#dropMenu ul.level6 li.submenu:hover ul.level7,
div#dropMenu ul.level7 li.submenu:hover ul.level8 {
   position: absolute; 
   display:block;
   z-index:1000;
   width: 11em;
}
div#dropMenu ul.level2 {
   margin: 20px auto;
   z-index:1000;
   position:absolute;
   left:0; 
   border: 1px solid #063373; 
   width: 100%;
}
div#dropMenu ul.level3, 
div#dropMenu ul.level4, 
div#dropMenu ul.level5, 
div#dropMenu ul.level6, 
div#dropMenu ul.level7,
div#dropMenu ul.level8{
   top: 0;
   left: 10.95em;
   background: url(../images/background.jpg);
   border: 1px solid #063373;
}
div#dropMenu ul.level2 a {
   font-size: 18px;	
   color: #063373;
   background: url(../images/background.jpg);
   height:20px;   
   padding: 15px 2px 15px 2px;   
   text-transform:none;
   letter-spacing: -1px;
   }

div#dropMenu ul.level2 a:hover {
   background: url(../images/navbarh2.png) repeat-x;   
}
.clearBoth {
   clear:both;
   height:0;
   font-size:0;
   line-height:0;
}