.bubble 
{
position: relative;
width: 295px;
height: 110px;
padding: 6px;
background: #FFFFFF;
-webkit-border-radius: 73px;
-moz-border-radius: 73px;
border-radius: 73px;
border: #B27F7F solid 2px;
}

.bubble:after 
{
content: '';
position: absolute;
border-style: solid;
border-width: 29px 20px 0;
border-color: #FFFFFF transparent;
display: block;
width: 0;
z-index: 1;
bottom: -29px;
left: 75px;
}

.bubble:before 
{
content: '';
position: absolute;
border-style: solid;
border-width: 30px 21px 0;
border-color: #B27F7F transparent;
display: block;
width: 0;
z-index: 0;
bottom: -32px;
left: 74px;
}
.baslik{ 
    color: #DC2323;}
	
.icerik{
    color: #000;
    font-size: 17px;
    font-family: sans-serif;
	margin-top: 18px;
}
.icerik ul{    
	list-style: none;
    padding: 0;
}
	
.icerikresim{
	
	margin-top: 22px;
}
.icerikresim img{
    border: 19px double #7F7F86;
	
}

.icerik ul li{
	line-height: 25px;
}

.baslik h3{
	text-indent:0px;
	font-size: 19px;
}
.baslik h2{
	text-align:center
	
}

@import url(http://fonts.googleapis.com/css?family=Archivo+Narrow);
*{
  margin: 0;
  padding:0;
}

nav {
  text-align: center;
  margin: 20px 0;
}
nav ul ul {
  display: none;
}
nav ul li:hover > ul {
  display: block;
}
nav ul {
  background: #efefef; 
  background: linear-gradient(top, #efefef 0%, #bbbbbb 100%);  
  background: -moz-linear-gradient(top, #efefef 0%, #bbbbbb 100%); 
  background: -webkit-linear-gradient(top, #efefef 0%,#bbbbbb 100%); 
  box-shadow: 0px 0px 9px rgba(0,0,0,0.15);
  padding: 0 20px;
  border-radius: 7px;  
  list-style: none;
  position: relative;
  display: inline-table;
}
nav ul:after {
    content: ""; clear: both; display: block;
  }
nav ul li {
  float: left;
}
nav ul li:hover {
    background: #4b545f;
    background: linear-gradient(top, #4f5964 0%, #5f6975 40%);
    background: -moz-linear-gradient(top, #4f5964 0%, #5f6975 40%);
    background: -webkit-linear-gradient(top, #4f5964 0%,#5f6975 40%);
  }
 nav ul li:focus {
    background: #4b545f;
    background: linear-gradient(top, #4f5964 0%, #5f6975 40%);
    background: -moz-linear-gradient(top, #4f5964 0%, #5f6975 40%);
    background: -webkit-linear-gradient(top, #4f5964 0%,#5f6975 40%);
  }
  
  
  
  
nav ul li:hover a {
      color: #fff;
    }
nav ul li a {
    display: block; padding: 15px 30px;
    color: #757575; text-decoration: none;
  }
nav ul ul {
  background: #5f6975; border-radius: 0px; padding: 0;
  position: absolute; top: 100%;
}
nav ul ul li {
    float: none; 
    border-top: 1px solid #6b727c;
    border-bottom: 1px solid #575f6a;
    position: relative;
  }
nav ul ul li a {
      padding: 15px 30px;
      color: #fff;
    }
nav ul ul li a:hover {
        background: #4b545f;
      }
nav ul ul ul {
  position: absolute; left: 100%; top:0;
}

















