*{margin: 0;    padding: 0;    border: 1;    outline: 0;    list-style:none; text-decoration:none;}
.header-menu{
	width:500px;
	height:30px;
	float:left;
	position:relative;
	z-index: 101;
    }
 
.header-menu a{
	width:auto;
	height:35px;
	float:left;
	font-size:14px;
	color:#efefef;
	padding-left:12px;
	padding-right:12px;
	border-right:solid 1px gray;
	line-height:35px;
	font-weight: bold;
    }
    
.header-menu a:hover{
    background:url(img/cizgi.png) right no-repeat #efefef;
	color:#999;
    }
 
.header-menu  li{
    width:auto;
    height:46px;
    float:left;
    position:relative;
    }
 
.header-menu  ul li ul{
	width:180px;
	height:auto;
	float:left;
	position:absolute;
	background:#999;
	top:30px;
	left:1px;
	z-index:1;
	display:none;
	
    }
 
.header-menu  ul li ul a{
    width:163px;
    height:25px;
    line-height:30px;
    float:left;
    padding:0 0 0 17px;
    border-top: dashed 1px gray;
    background:none;
	font-size: 11px;
    }
 
.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:#6c6b6b;
    top:0px;
    left:180px;
    z-index:1;
    display:none;
    }