body, nav, ul, li, a  {margin: 0; padding: 0;}
body {font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; }
a {text-decoration: none;}
.container {
    width: 90%;
    max-width: 900px;
    margin: 10px auto;
}
.arrow, .arrow2 { width:25px; min-height:19px; position:absolute; right:0; top:5px; z-index:200; }
.nav {
    list-style: none;
     *zoom: 1;
     background:#fff;
	 font-size:12px;
}
.nav:before,
.nav:after {
    content: " "; 
    display: table; 
}
.nav:after {
    clear: both;
}
.nav ul {
    list-style: none;
    width: 200px;
}
.nav a {
    padding: 3px 15px;
	
    color:#999;
}
.nav li {
    position: relative;
}
.nav > li {
    /* float: left;*/
    border-top: 1px solid #eee;
}
.nav > li > .parent {
    background-image: url("images/downArrow.png");
    background-repeat: no-repeat;
    background-position: right;
}
.upArr {
    background-image: url("images/upArrow.png");
}
.nav > li > a {
    display: block;
}
.nav li  ul {
    position: absolute;
    left: -9999px;
	font-size:11px;
	clear:both;
}
.nav li li a {
    padding: 0px 15px 0 20px;
	height:30px;
}
.nav li li li a {
    padding: 0px 15px 0 25px;;
	height:24px;
	line-height:23px;

}
.nav > li.hover > ul {
    left: 0;
}
.nav li li.hover ul {
    left: 100%;
    top: 0;
}
.nav li li a {
    display: block;
    background: #deed05;
    position: relative;
    z-index:100;
    border-top: 1px solid #fff;
}
.nav li li li a {
    background:#b0bb04;
    z-index:200;
    border-top: 1px solid #fff;
	color:#fff;
}


    .active {
        display: block;
    }
    .nav > li {
        float: none;
    }
    .nav > li > .parent, .nav > li > li > .parent2 {
        background-position: 95% 50%;
    }
    .nav li .parent {
        background-image: url("images/downArrow.png");
        background-repeat: no-repeat;
        background-position: 95% 50%;
    }
    .nav li li .parent2 {
        background-image: url("images/downArrowWhite.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;
    }

