body {
margin:0px;
padding:0px;
background:#FBBA00;
}


#navigation {
text-align: center;
float: right; /*Set to "left" or "right" to position menu accordingly*/
/*border-bottom: 1px solid #999e87; uncomment this line to add bottom border*/
}
#navigation ul {
	font-family: Verdana;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	margin: 0;
	padding: 0;
	list-style:none;	
}
#navigation li {
	display: inline;
	background: url(images/menum_02.jpg) repeat-x center top;
	text-align: center;
	padding: 0;
	margin-left: 4px;	
	float: left;
}
#navigation a {
	color: #183232;
	background: url(images/menum_01.jpg) no-repeat left top;
	float: left;
	margin:	0;
	padding-left:7px;
	text-decoration: none;
}
#navigation a span {
	background: url(images/menum_04.jpg) no-repeat right top;
	display: block;
	padding:7px 13px 4px 6px;
}
#navigation a span {
	float: none;
	}

#navigation a:hover { 
color:#336A6A;
text-decoration:underline;
}


.slayt_baslik{
margin:0px; padding:10px 28px 10px 28px;
font-family:verdana; font-size:12px;
color:#382C15;
height:50px;
}