.dropdowns nav, .dropdowns ul, .dropdowns li, .dropdowns a  {margin: 0; padding: 0;}

.dropdowns a {text-decoration: none;}

.toggleMenu {display: none;}
.nav {list-style: none;*zoom: 1;}
.nav:before,.nav:after {content: " ";display: table;}
.nav:after {clear: both;}
.nav ul {list-style: none;}
.nav a {padding: 10px 10px;}
.nav li {position: relative;}
.nav > li {float: left;}
.nav > li > .parent {background-image: url("../img-site/downArrow.png");background-repeat: no-repeat;background-position: 94% 50%;}
.nav > li > a {display: block;}
.nav li  ul {position: absolute;left: -9999px;}
.nav > li.hover > ul {left: 0;}
.nav li li.hover ul {left: 100%;top: 0;}
.nav li li a {display: block;position: relative;z-index:100;}
.nav li li li a {z-index:200;}



@media screen and (max-width:600px) {

	.active {display: block;}
	.nav > li {float: none;background: #25498b;width: 10.8em!important;border-bottom: 1px dotted #fff;text-align: left!important;}
	.nav > li > .parent {background-position: 95% 50%;}
	.nav li li .parent {background-image: url("../img-site/downArrow.png");background-repeat: no-repeat;background-position: 80% 50% !important;}
	.nav ul {display: block;width: 100%;}
	.nav > li.hover > ul , .nav li li.hover ul {position:static;border-bottom:1px dotted #fff;}

}


@media screen and (max-width:800px) {

	.active {display: block;}
	.nav > li {float: none;background: #25498b;width: 10.8em!important;border-bottom: 1px dotted #fff;text-align: left!important;}
	.nav > li > .parent {background-position: 95% 50%;}
	.nav li li .parent {background-image: url("../img-site/downArrow.png");background-repeat: no-repeat;background-position: 80% 50% !important;}
	.nav ul {display: block;width: 100%;}
	.nav > li.hover > ul , .nav li li.hover ul {position:static;border-bottom:1px dotted #fff;}

}


@media only screen and (max-width: 1024px) and (orientation:landscape) {
	.dropdowns nav, .dropdowns ul, .dropdowns li, .dropdowns a {font-size:16px;}
	.nav > li > .parent {background-image: url("../img-site/downArrow.png");background-repeat: no-repeat;background-position: 96% 10%;}
	.nav a {padding: 10px 0px 10px 0px;padding-left:10px;}
}


/* Special Media Queries */

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

/* (min-width:???px) and (max-width:???px){ */
/* @media only screen and (min-width:30em) and (max-width:47.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){} */