
.toggleMenu {
    display:  none;
    background: #4d4d4d;
    
    color: #c3c2c2;
	width:82% !important;
	text-decoration:none;
	font-family:Arial, Helvetica, sans-serif;
}
.nav {
    list-style: none;
     *zoom: 1;
     
	 width:100%;
	 
}

.nav:before,
.nav:after {
    content: " "; 
    display: table; 
	margin-top:-4px;
}
.nav:after {
    clear: both;
}
.nav ul {
    list-style: none;
    width: 9em;
	
}
.nav a {
    padding: 5px 5px;
    color:#fff;
}
.nav li {
    position: relative;
	width:auto;
	margin-top:10px;
}
.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: #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;
}

