#logo {
float: left;
}
#logo a.logoyazi {
color: white;
height: 60px;
line-height: 60px;
padding: 0 18px;
font-weight: 300;
font-size: 20px;
font-family: "Trebuchet MS",Arial,Helvetica,sans-serif;
display: block;
text-decoration: none;
}
.header {
background: #303030;
background: rgba(30, 30, 30, 0.9);
background: -moz-linear-gradient(top, rgba(30, 30, 30, 0.8) 0%, rgba(30, 30, 30, 0.9) 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(30, 30, 30, 0.8)), color-stop(100%,rgba(30, 30, 30, 0.9)));
text-align: center;
background: -webkit-linear-gradient(top, rgba(30, 30, 30, 0.8) 0%,rgba(30, 30, 30, 0.9) 100%);
background: -o-linear-gradient(top, rgba(30, 30, 30, 0.8) 0%,rgba(30, 30, 30, 0.9) 100%);
background: -ms-linear-gradient(top, rgba(30, 30, 30, 0.8) 0%,rgba(30, 30, 30, 0.9) 100%);
background: linear-gradient(to bottom, rgba(30, 30, 30, 0.8) 0%,rgba(30, 30, 30, 0.9) 100%);
border: 1px solid #151515;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
-webkit-box-shadow: rgba(0, 0, 0, 0.5) 0px 1px 5px, inset rgba(255, 255, 255, 0.12) 0px 1px 0px;
-moz-box-shadow: rgba(0,0,0,0.5) 0px 1px 5px, inset rgba(255,255,255,0.12) 0px 1px 0px;
box-shadow: rgba(0, 0, 0, 0.5) 0px 1px 5px, inset rgba(255, 255, 255, 0.12) 0px 1px 0px;
height: 60px;
margin-top: 10px;
margin-bottom: 10px;
}
.menu {
font-size: 12px;
text-align: center;
}
.menu li {
text-shadow: rgba(0, 0, 0, 0.5) 0px -1px 0px;
float: left;
list-style: none;
}
.menu a:link {
line-height: 60px;
color: #fff;
text-decoration: none;
padding: 24px 15px;
}
.menu a:visited {
line-height: 60px;
color: #fff;
text-decoration: none;
padding: 24px 15px;
}
.menu a:hover, .menu a:active{
line-height: 60px;
background:rgba(0,0,0,0.2);
color:#fff
text-decoration: none;
padding: 24px 15px;
}