
.toggleMenu {display:  none; float:right;}
.toggleMenu img {width: 28px;}
.nav {
    list-style: none;
     *zoom: 1;
	 text-align:right;
}
.nav:before,
.nav:after {
    content: " "; 
    display: table; 
}
.nav:after {
    clear: both;
}
.nav ul {
    list-style: none;
    width: 9em;
}
.nav a {
    padding: 0px 9px;
    color:#b8b9ba;
	text-decoration:none;
	font-family:'Conv_SERIFAL',Sans-Serif;
	font-size:14px; text-transform:uppercase; line-height:12px;
}
.nav a:hover{color:#2b5775}
.nav li {
    position: relative;
}
.nav > li {
    /*float: left;*/
	display:inline-block;
	background-image:url(../images/nav-divider.png); background-repeat:no-repeat; background-position:center right; margin-right:-7px;
}
.nav > li > .parent {
    background-image: url("images/downArrow.png");
    background-repeat: no-repeat;
    background-position: right;
}
.nav > li > a {
    display: block;
}
.nav > li:last-child {
    background-image: none !important;
}
.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: #1d7a62;
    position: relative;
    z-index:100;
    border-top: 1px solid #175e4c;
}
.nav li li li a {
    background:#249578;
    z-index:200;
    border-top: 1px solid #1d7a62;
}
.last_nav{background:none !important}
.last_nav a{padding-right:3px;}
.active_navigation{color:#2b5775 !important}

@media screen and (max-width: 900px) {
	.nav {text-align: left;clear: both; position: absolute; width: 100%; top: 30px; background: #e8e5e0; z-index:1}
	.nav > li {
       display:block;
	   background:none; margin-right:0;
    }
	.nav a{padding: 20px 15px 20px 0;line-height: 20px;border-bottom: solid 1px #d2d2d2;}
    .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: block;
        width: 100%;
    }
   .nav > li.hover > ul , .nav li li.hover ul {
        position: static;
    }

}