*{margin: 0;    padding: 0;    border: 0;    outline: 0;    list-style:none; text-decoration:none;}
.header-menu{
    width:976px;
    height:46px;
    float:left;
    background:#2f97e0;
    position:relative;
	-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
    }

.header-menu a{
    width:auto;
    height:46px;
    float:left;
    font-size:11px;
	font-family:arial;
	font-weight:bold;
    color:white;
 padding-left: 10px;
    padding-right: 12px;
    border-right:solid 1px white;
    line-height:51px;
	
    }
    
.header-menu li a:hover{
    background:#196eac; right no-repeat #196eac;
	-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;

    }



.header-menu  li{
    width:auto;
    height:48px;
    float:left;
    position:relative;
	z-index:99;
    }

.header-menu  ul li ul{
    width:180px;
    height:auto;
    float:left;
    position:absolute;
    background:#2f97e0;
    top:35px;
    left:1px;
    
    display:none;
    }

.header-menu  ul li ul a{
    width:163px;
    height:30px;
    line-height:30px;
    float:left;
    padding:0 0 0 17px;
    border-top: dashed 1px white;
    background:none;
	font-size:12px;
    }

.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:#2f97e0;
    top:0px;
    left:180px;
    z-index:1;
    display:none;
    }