/*.s-header {padding-top: 20px;}*/

.logo-big { display:block; float:left; display:inline; width: 29.5%; margin-left:2.5%;}
.logo-small { display:none; margin:13px;}


#menubar {float:right; display:inline; width: 66%; margin-left:2%;}

a {text-decoration: none;}

.toggleMenu {
    display:  none;
    background: #333; 

    color: #fff; 
		
		float:right;
		background:url(../img/toggle.gif) no-repeat; 
		width:40px; 
		height:30px; 
		margin:10px 15px;
}
.nav {
    list-style: none;
     *zoom: 1;
}
.nav:before,
.nav:after {
    content: " "; 
    display: table; 
}
.nav:after {
    clear: both;
}
.nav ul {
    list-style: none;
    width: 9em;
}
.nav a {
    padding: 10px 13px;
    color:#000;
}
.nav li {
    position: relative;
}
.nav > li {
    float: left;
}
.nav > li > .parent {
    background-image: url("../img/downArrow.png");
    background-repeat: no-repeat;
    background-position: right; 
		
		margin-right:12px;
}

.nav > li > a {
    display: block;
}
.nav li  ul {
    position: absolute;
    left: -9999px;
}
.nav > li:hover { background:#fff;}

.nav > li.hover > ul {
    left: 0;
}
.nav li li.hover ul {
    left: 100%;
    top: 0;
}

.nav li li a {
    display: block;
    background: #fff;
    position: relative;
    z-index:100;
    border-top: 1px solid #fff; 
		
		min-width:120px; 
		line-height:16px;
}

.nav li ul.nav_med li a {	min-width:150px; }

.nav li li a:hover { color:#3399ff}

.nav li li li a {
    background:#323232;
    z-index:200;
    border-top: 1px solid #333;
}

.nav li.contact { float:right; background:#4c85d7 url(../img/contactus.gif) no-repeat; margin-right: 2%;}
.nav li.contact a {padding-left:34px; line-height:1em; color:#fff;}


@media screen and (max-width: 768px) {

.s-header {padding-top: 0;}

.logo-big { display:none;}
.logo-small { display: inline;}
	
	
		#menubar { width:100%; background:#1e1e1e;}
		
    .active {
        display: block;
    }
		.nav { clear:both; background:#222;}

		.nav a {
				color:#fff;
		}
		
    .nav > li {
        float: none;
				border-top: 1px solid #333;
    }

		.nav > li:hover { background:#000;}

    .nav > li > .parent {
        background-position: 95% 50%;
    }
    .nav li li .parent {
        background-image: url("../img/downArrow.png");
        background-repeat: no-repeat;
        background-position: 95% 50%;
    }
		
		.nav li li a {
				background: #2b2b2b;
				border-top: 1px solid #333; 
		}
		
		.nav li li a:hover {background: #323232;}
		
    .nav ul {
        display: block;
        width: 100%;
    }
   .nav > li.hover > ul , .nav li li.hover ul {
        position: static;
    }
		
	.nav li.contact { display:none;}

}