/* fonts */
.dropdowns {font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;}

/* colors */

/* togle menu button for narrow screens */
.toggleMenu {background: #4876bf;color: #fff;padding: 0px 15px;height: 46px;line-height: 46px;margin-left: 5px;}

/* general navigation background color */
.nav {background:transparent;}

/* general navigation link font color */
.nav a {color:#fff;}

/* first level items borders */
.nav > li {width: 11.11%;border-right: 1px dotted #fff;text-align: center;}

/* navigation hover colors */
.nav a:hover {background-color: #1b55af;text-decoration: underline;}

/* second level navigation colors */
.nav li li a {background: #1b55af;text-align: left;font-size: 95%;border-top: 1px dotted #fff;}

/* second level navigation colors */
.nav li li a:hover {background: #3166b7;text-decoration: underline;}

/* layout */
.dropdowns {width:100%;max-width: 79em;margin: 0px auto;}

a.toggleMenu {padding: 0px 15px;height: 46px;margin-top: 0px;}

.nav ul {width: 10.8em;}



/* Special Media Queries */

/* (min-width:320px) and (max-width:479px){ */
/* @media only screen and (min-width:20em) and (max-width:29.938em){} */

/* (min-width:768px) and (max-width:991px){ */
/* @media only screen and (min-width:48em) and (max-width:61.938em){} */

/* (min-width:768px) and (max-width:991px){ */
/*@media only screen and (min-width:48em) and (max-width:61.938em){} */

/* (min-width:992) and (max-width:1262px){ */
/*@media only screen and (min-width:62em) and (max-width:78.937em){}*/

/* (min-width:1264px) and (max-width:1999px){ */
/* @media only screen and (min-width:79em) and (max-width:124.938em){} */


/* @media (min-width: 800px) and (max-width:1262px) and (orientation: landscape) {
    .dropdowns{font-size:25px;}
}
 */


@media only screen and (min-width:62em) and (max-width:78.937em){
    .nav > li > .parent {background-image: url("../img-site/downArrow.png");background-repeat: no-repeat;background-position: 96% 10%;}
}