*{margin: 0;    padding: 0;    border: 0;    outline: 0;    list-style:none; text-decoration:none;}
.header-menu{
    height:35px;
  margin-top:30px;
  margin-left:2px;

    }

.header-menu a{
    width:auto;
    height:35px;
    float:left;
    font-size:14px;
    color:black;
    padding-left:20px;
    padding-right:18px;
    border-right:solid 1px white;
    line-height:35px;
	transition:color .5s ease-in;
    }
    
.header-menu a:hover{
    background:#a00028;
		-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
color:#fff;
    }


.active a
{

color: #FFF;
    background:#a00028;
		-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
transition:color .5s ease-in;
}
.asagi {
	margin-top:-27px;
	margin-left:70px;
	width:20px;
	height:20px;
	background:url(../resimler/menuok.png);
	background-repeat:no-repeat;
}
.header-menu  li{
    width:auto;
    height:46px;
    float:left;
    position:relative;
	margin-left:2px;
    }

.header-menu  ul li ul{
    width:200px;
    height:auto;
    float:left;
    position:absolute;
    background:#fff;
    top:35px;
    left:1px;
    z-index:10;
    display:none;
    }

.header-menu  ul li ul a{
    width:163px;
    height:40px;
    line-height:40px;
    float:left;
    padding:0 0 0 17px;
    background:none;
	z-index:10;
    }

.header-menu  ul li ul li {
    height:40px;
    line-height:40px;
	z-index:10;
    }



.header-menu  li:hover >  ul{
    display: block;
	z-index:10;
    }



.header-menu  ul li ul li ul{
    width:180px;
    height:auto;
    float:left;
    position:absolute;
    background:#6c6b6b;
    top:0px;
    left:180px;
 z-index:10;
    display:none;
    }

