#nav {
}
#nav, #nav ul {
    list-style:none;
    margin:0 0 0 15px;
    width:90%;
}
#nav ul {
    position:relative;
    z-index:-1;
	margin: 0;
}
#nav li {
    position:relative;
    z-index:100;
	padding: 0;
}
#nav ul li {
    margin-top:-23px;
    -moz-transition:  0.4s linear 0.4s;
    -ms-transition: 0.4s linear 0.4s;
    -o-transition: 0.4s linear 0.4s;
    -webkit-transition: 0.4s linear 0.4s;
    transition: 0.4s linear 0.4s;
}
#nav li a {
    color:#000;
    display:block;
    font-size:14px;
    font-weight:500;
    line-height:34px;
    outline:0;
    padding-left:15px;
    text-decoration:none;
}
#nav li a.sub {
    background:#fff url("img/down.gif") no-repeat;
}

#nav li a + img {
    cursor:pointer;
    display:none;
    height:34px;
    left:0;
    position:absolute;
    top:0;
    width: 200px;
}
#nav li a img {
    border-width:0px;
    height:34px;
    line-height:28px;
    margin-right:8px;
    vertical-align:middle;
    width:24px;
}
#nav li a:hover {

}
#nav ul li a {

    border-bottom:1px solid #ccc;
    color:#000;
    font-size:14px;
    line-height:22px;
}
#nav ul li a:hover {
    background-color:#95ca2f;
    color:#000;
}
#nav ul li a img {
    background: url("img/bulb.png") no-repeat;
    border-width:0px;
    height:16px;
    line-height:22px;
    margin-right:5px;
    vertical-align:middle;
    width:16px;
}
#nav ul li:nth-child(odd) a img {
    background:url("img/bulb2.png") no-repeat;
}
#nav a.sub:focus {
    background:#95ca2f;
    outline:0;
}
#nav a:focus ~ ul li {
    margin-top:0;

    -moz-transition:  0.4s linear;
    -ms-transition: 0.4s linear;
    -o-transition: 0.4s linears;
    -webkit-transition: 0.4s linears;
    transition: 0.4s linear;
}
#nav a:focus + img, #nav a:active + img {
    display:block;
}
#nav a.sub:active {
    background:#95ca2f;
    outline:0;
}
#nav a:active ~ ul li {
    margin-top:0;
}
#nav ul:hover li {
    margin-top:0;
}