#nav {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	height: 50px;
	background-image: url(../images/menu-bg.jpg);
	background-repeat: repeat-x;
	text-align: center;
	margin-bottom: 20px;
	border-radius: 6px 6px 6px 6px;
	box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.06);
}
#nav ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	display: inline-block;
	position: relative;
}
#nav ul li {
	float: left;
	border-radius: 6px 6px 6px 6px;
	position: relative;
}
#nav ul li a {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #476072;
	text-decoration: none;
	font-weight: bold;
	display: block;
	height: 30px;
	width: 133px;
	text-align: center;
	line-height: 30px;
	border-radius: 6px;
	margin-top: 10px;
	margin-bottom: 10px;
}
#nav ul li a:hover {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #FFF;
	background-color: #476072;
	box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.06);
	text-decoration: none;
}
#nav ul li a.active {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #FFF;
	background-color: #476072;
	box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.09);
	text-decoration: none;
}
#nav li ul{ /* AcÄ±lmasÄ± */
	position:absolute;
	list-style: none;
	text-align:center;
	width:150px;
	left:50%;
	margin-left:-80px;
	top:30px;
	max-height:0px;
	overflow:hidden;
	transition: max-height 0.5s linear;
	-webkit-transition: max-height 0.5s linear;
	-moz-transition: max-height 0.5s linear;
	z-index:1000;
}
#nav li:hover ul{
	max-height: 300px;
}
#nav li ul li{ /* AcÄ±lmasÄ± */
	background-color: #F1F7FE;
	max-height:50px;
	width:150px;
	border-radius:0px;
	}


#nav li ul li:first-child{
    border-radius: 5px 5px 0 0;
	margin-top:25px;
	position:relative;
}


#nav li ul li:last-child{
	border-radius: 0 0 5px 5px;

}

#nav li ul li a{
	padding: 0px;
	color: #476072;
	display:block;
	font-family: Helvetica, Arial, sans-serif;
	font-size:12px;
	margin-left: 8px
}
#nav li ul li a:hover{
	padding: 0px;
	color: #FFF;
	display:block;
	font-family: Helvetica, Arial, sans-serif;
	font-size:12px;

}
#renkliMenu > ul > li{
	display:inline-block;
	position:relative;
	line-height:1;
	margin:1px;
	border-radius: 3px;
	box-shadow: 0 0 10px rgba(100,100,100,0.2) inset, 1px 1px 1px #CCC;
}