.nav_bottom {
    float: right;
    width: 40px;
    height: 40px;
    margin-top: 20px;
    margin-right: 20px;
    font-family:Comic Sans MS;
    font-size:14px
}
.nav_bottom span {
    float: left;
    width: 30px;
    height: 3px;
    border-top: 3px solid #014579;
    border-bottom: 3px solid #014579;
    background-color: #014579;
    padding: 5px 0; 
    background-clip:content-box;
    margin-top: 15px;
    margin-left: 5px
}
#nav_list {
    float: left;
    width: 100%; 
    height: auto;
    position: absolute;
    top: 80px;
    z-index: 999999;

    /*background-color: white;*/
 	  background:rgba(2, 2, 2, 0.8)!important;
	filter:Alpha(opacity=60); 
	background:black; 
    padding-bottom: 40px;
    display: none
}
#nav_list_data{
    float: left;
    width: 80%;
    height: 40px;
    border-bottom: dashed white 1px;
    text-align: center;
    font-size: 16px;
    line-height: 40px;
    z-index: 999999;
    /*background-color: white;*/
    margin-left: 10%
}
#nav_list_data a{
	color: white !important;
}

#nav_list_data_block{
    display:block
}
#nav_list_data_none{
    display:none
}