.menu
{
	font-size:14px;
	padding:10px;
	font-weight:bold;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	background: rgba(0,0,0,0.1);
	-webkit-box-shadow: 1px 1px 2px 0 rgba(0,0,0,0.5) inset;
	box-shadow: 1px 1px 2px 0 rgba(0,0,0,0.5) inset;
	-webkit-transition: all 500ms cubic-bezier(0.68, -0.75, 0.265, 1.75);
	-moz-transition: all 500ms cubic-bezier(0.68, -0.75, 0.265, 1.75);
	-o-transition: all 500ms cubic-bezier(0.68, -0.75, 0.265, 1.75);
	transition: all 500ms cubic-bezier(0.68, -0.75, 0.265, 1.75);
	-webkit-transform: none;
	transform: none;
	-webkit-transform-origin: 50% 50% 0;
	transform-origin: 50% 50% 0;
}

.menu a
{
	text-decoration:none;
	color:#3f4096;

}


.menu a:hover
{
	color: #00a85a;


}

/*------------------------------------*/




.sosyal :hover{
	opacity: 0.8;
}

#menuUst ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
	height:100%;
	font-size:14px;
	z-index:99999;
	
}

#menuUst li {
    float: left;
}

li a, .dropbtn {
    display: inline-block;
    color: white;
    text-align: center;
    padding: 18px 25px;
    text-decoration: none;
}

li.amenu a:hover, .dropdown:hover .dropbtn {
    background-color:rgba(0,0,0,0.3);
	height:14px;
}

.menuActive{
    background-color:rgba(0,0,0,0.3);
		height:14px;

}

li.dropdown {
    display: inline-block;
}

.dropdown-content {
	margin-top:0px;
    display: none;
    position: absolute;
    min-width: 260px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
	background-image:url(../img/sumtextb.jpg);
	background-size:100px;
}

.dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    text-align: left;
}

.dropdown-content a:hover {background-color: rgba(0,0,0,0.2);
height:100%;}

.dropdown:hover .dropdown-content {
    display: block;
}

#MobilMenu{
		background-image:url(../img/sumtextb_y.jpg);
		background-repeat:repeat;
	background-size:100px;
	float:left;
	width:100%;
	height:25px;
	padding-top:5px;
	text-align:center;


	}
	

