*{margin: 0;    padding: 0;         text-decoration:none; list-style:none;}
.header-menu
{
    width: 700px;
    height: 100px;
    float: left;
    position: relative;
    
}

.header-menu a
{
    margin-top: 13;
    width: auto;
    height: 45px;
    float: left;
    font-size: 17px;
    color: #000;
    padding-left: 5px;
    padding-right: 10px;
    line-height: 140px;
    font-family: Calibri;
    font-weight:bold;
}
    
.header-menu a:hover
{
    color: blue;
}



.header-menu  li{
    width:auto;
    height:46px;
    float:left;
    position:relative;
    }

.header-menu ul li ul
{
    width: 220px;
    height: auto;
    float: left;
    position: absolute;
    background: #666666;
    top: 80px;
    left: 10px;
    z-index: 9999;
    display: none;
}

.header-menu  ul li ul a{
    width:200px;
    height:30px;
    line-height:30px;
    float:left;
    padding:0 0 0 17px;
    border-top: dashed 1px white;
    background:none;
    }

.header-menu  ul li ul li {
    height:30px;
    line-height:30px;
    }



.header-menu  li:hover >  ul{
    display: block;
    }



.header-menu  ul li ul li ul{
    width:180px;
    height:auto;
    float:left;
    position:absolute;
    background: rgba(255, 193, 37,0.8);
    top:40px;
    left:1px;
    z-index:9999;
    display:none;
    }