.menu{
    position:relative;
    font-family: "Trebuchet MS", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: bold;
    text-transform: uppercase;
}
.item{
    position:relative;
    background-color:#fff;
    float:left;
    width:36px;
    margin:0px 5px;
    height:36px;
    border:2px solid #ddd;
    -moz-border-radius:30px;
    -webkit-border-radius:30px;
    border-radius:30px;
    -moz-box-shadow:1px 1px 3px #555;
    -webkit-box-shadow:1px 1px 3px #555;
    box-shadow:1px 1px 3px #555;
    cursor:pointer;
    overflow:hidden;
}

.link{
    left:0px;
    top:0px;
    position:absolute;
    width:48px;
    height:48px;
}
.icon_whatsapp{
    background:transparent url(../../pics/icons/Whatsapp.png) no-repeat top left;
}
.icon_english{
    background:transparent url(../../pics/icons/English.png) no-repeat top left;
}
.icon_german{
    background:transparent url(../../pics/icons/German.png) no-repeat top left;
}
.icon_turkish{
    background:transparent url(../../pics/icons/Turkish.png) no-repeat top left;
}
.icon_call{
    background:transparent url(../../pics/icons/Call.png) no-repeat top left;
}
.item_content{
    position:absolute;
    height:52px;
    width:220px;
    overflow:hidden;
    left:45px;
    top:7px;
    background:transparent;
    display:none;
}
.item_content h2{
  color: blue;
    font-size:14px;
}
.item_content a{
    background-color:transparent;
    float:left;
    margin-right:2px;
    margin-top:2px;
color: #2d8185;
    text-decoration:none;
    font-size:14px;
}
.item_content a:hover{
color:#65c9cd; 
}
.item_content p {
    background-color:transparent;

}
.item_content p input{
    border:3px solid #ccc;
    padding:1px;
    width:180px;
    float:left;
    margin-right:5px;
}