 
 
@font-face {
 font-family: "Univers Condensed";
 src: url("unvr57w.eot") /* EOT file for IE */
}
@font-face {
 font-family: "Univers Condensed";
 src: url("unvr57w.ttf") /* TTF file for CSS3 browsers */
}
 
a {text-decoration: none;}


.container {
    width:105%;
    
    margin: 0px auto;
}
.toggleMenu {
    display:  none;   
    padding: 10px 15px;
    color: #fff;
	background-color:#1556a6;
	margin:8px 0px 0px 15px;
}
.nav {
    list-style: none;
     *zoom: 1;
     
}
.nav:before,
.nav:after {
    content: " "; 
    display: table;
}
.nav:after {
    clear: both;
}
.nav ul {
    list-style: none;
    width: 14em;
    width: 300px;
}
.nav a {
    padding: 14px 18px 13px 18px ;
    
}
.nav li {
    position: relative;
	 font-family: "Univers Condensed";
	 font-size:16px;
	 text-transform:uppercase;
	 background-image:url(../images/menu_suparator.jpg);
	 background-repeat:no-repeat;
	 background-position:right;
}

.nav li a {
    position: relative;
	 font-family: "Univers Condensed";
	 font-size:16px;
	 text-transform:uppercase;
	 color:#000;
}

.nav li a:hover {
    position: relative;
	 font-family: "Univers Condensed";
	 font-size:16px;
	 text-transform:uppercase;
	 color:#fff;
	 background-color:#1556a6;
}


.nav > li {
    float: left;
    
}
.nav > li > .parent {
    background-image: url("images/downArrow.png");
    background-repeat: no-repeat;
    background-position: right;
}
.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;
    background: #1556a6;
    position: relative;
    z-index:100;
	color:#FFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	text-transform:none;
    
}

.nav li li a:hover {
    display: block;
    background: #fff;
    position: relative;
    z-index:100;
	color:#000;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	text-transform:none;
	    
}

.nav li li li a {
    background:#29a7ff;
    z-index:200;
	color:#FFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	text-transform:none;
    
}

@media screen and (max-width: 768px) {
    .nav ul {
    list-style: none;
    width: 10em;
}
.nav a {
    padding: 9px 18px 9px 18px ;
    
}
.nav li {
    position: relative;
	 font-family: "Univers Condensed";
	 font-size:16px;
	 text-transform:uppercase;
	 background-image:url(../images/menu_suparator.jpg);
	 background-repeat:no-repeat;
	 background-position:right;
}

.nav li a {
    position: relative;
	 font-family: "Univers Condensed";
	 font-size:16px;
	 text-transform:uppercase;
	 color:#fff;
}

.nav li a:hover {
    position: relative;
	 font-family: "Univers Condensed";
	 font-size:16px;
	 text-transform:uppercase;
	 color:#000;
	 background-color:#fff;
}
	
	
	.active {
        display: block;
    }
    .nav > li {
        float: none;
		background-color:#1556a6;
		color:#fff;
    }
    .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%;
		olor:#fff;
    }
    .nav ul {
        display: block;
        width: 100%;
		background-color:#03F;
		color:#fff;
    }
   .nav > li.hover > ul , .nav li li.hover ul {
        position: static;
    }


.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;
	color:#000;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	text-transform:none;
    
}
.nav li li a:hover {
    display: block;
    background: #29a7ff;
    position: relative;
    z-index:100;
	color:#fff;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	text-transform:none;
	
    
}
}
