@font-face {
 font-family: 'ZurichCnBTBold';
 src: url('http://www.jdcampus.co.uk/css/fonts/zurchbc_1-webfont.eot');
 src: url('http://www.jdcampus.co.uk/css/fonts/zurchbc_1-webfont.eot#iefix') format('embedded-opentype'), url('http://www.jdcampus.co.uk/css/fonts/zurchbc_1-webfont.woff') format('woff'), url('http://www.jdcampus.co.uk/css/fonts/zurchbc_1-webfont.ttf') format('truetype'), url('http://www.jdcampus.co.uk/css/fonts/zurchbc_1-webfont.svg#ZurichCnBTBold') format('svg');
 font-weight: normal;
 font-style: normal;
}
 @font-face {
 font-family: 'ZurichCnBTBoldItalic';
 src: url('http://www.jdcampus.co.uk/css/fonts/zurchbci_1-webfont.eot');
 src: url('http://www.jdcampus.co.uk/css/fonts/zurchbci_1-webfont.eot#iefix') format('embedded-opentype'), url('http://www.jdcampus.co.uk/css/fonts/zurchbci_1-webfont.woff') format('woff'), url('http://www.jdcampus.co.uk/css/fonts/zurchbci_1-webfont.ttf') format('truetype'), url('http://www.jdcampus.co.uk/css/fonts/zurchbci_1-webfont.svg#ZurichCnBTBoldItalic') format('svg');
 font-weight: normal;
 font-style: normal;
}
 @font-face {
 font-family: 'ZurichCnBTRegular';
 src: url('../fonts/zurchc_1-webfont.eot');
 src: url('../fonts/zurchc_1-webfont.eot#iefix') format('embedded-opentype'), url('../fonts/zurchc_1-webfont.woff') format('woff'), url('../fonts/zurchc_1-webfont.ttf') format('truetype'), url('../fonts/zurchc_1-webfont.svg') format('svg');
 font-weight: normal;
 font-style: normal;
}

body, nav, ul, li, a  {margin: 0; padding: 0;}
a {text-decoration: none;}

.top-menu-container{ background:#0094de; width:100%;}


.toggleMenu {
    display:  none;

    padding: 10px 15px;
    color: #fff;
}
.nav { left:200px;
    list-style: none;
     *zoom: 1;
     background:#0094de;
	 font-family: "ZurichCnBTRegular", Helvetica, Arial, sans-serif; font-size:13px; text-transform:uppercase;
}
.nav:before,
.nav:after {
    content: " "; 
    display: table; 
}
.nav:after {
    clear: both;
}
.nav ul {
    list-style: none;
    /*width: 10em;*/
}
.nav a {
	font-family:'ZurichCnBTRegular', arial;
    padding: 10px 15px 6px 15px;
    color:#fff;
}
.nav a:hover {
    padding: 10px 15px 6px 15px;
    color:#fff;
	background:#000000;
	text-decoration:none;
}
.nav li {
    position: relative;
}
.nav > li {
    float: left;
    border-top: 1px solid #007fbe;
}

.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;
	z-index:999999;
}
.nav li li a {
    display: block;
    background: #000;
    position: relative;
    z-index:100;
    border-top: 1px solid #353535;
	z-index:999999;
	width:100px;
}
.nav li li li a {
    background:#000;
    z-index:200;
    border-top: 1px solid #353535;
	width:198px;
}

@media screen and (max-width: 768px) {
    .active {
        display: block;
    }
	
	.nav{ float:none !important;}
    .nav > li {
        float: none;
    }
    .nav > li > .parent {
        background-position: 95% 50%;
		
    }
    .nav li li .parent {
        background-image: url("../images/downArrow.png");
        background-repeat: no-repeat;
        background-position: 95% 50%;
    }
    .nav ul {
        display: inline-block;
        width: 100%;
    }
   .nav > li.hover > ul , .nav li li.hover ul {
        position: static;
    }

}



@media (min-width: 766px) and (max-width: 1199px) {

.nav a {padding: 10px 15px 5px 10px !important;}
.nav li li li a{width:198px;}

}