@charset "ISO-8859-9";
body {
	background-image: url(../img/bg.gif);
	background-repeat: repeat;
}
.left_menu {
	padding:10px;
	margin:0px;
}
.left_menu li {
	line-height:25px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12pt;
	color:#000;
	font-weight:400;
	list-style-type: none;
}
.content {
	font-family:Verdana, Geneva, sans-serif;
	font-size:9pt;
	color:#000;
	padding:10px;
}

.txt {
	
	font-size:9pt !important;
	color:#000;
}

.baslik {
	font-size:10pt;
	color:#006;
	font-weight:600;
}

#left_menu {
	width: 180px;
	text-align:left;
	margin-left: 0px;
}
#left_menu ul {
	list-style: none; 
	margin: 0; 
	padding: 0;
	border-top: 1px solid #333;
} 
#left_menu li {
	border-bottom: 1px solid #333;
}
 #left_menu li a:link, #left_menu li a:visited {
	font-size: 90%;
	display: block;
	padding: 0.4em 0 0.4em 0.5em;
	border-left: 12px solid;
	border-right: 1px solid;
	background-color: #DFDFDF;
	color: #010101;
	font-weight:bold;
	text-decoration: none;
	border-color: #333;
}

#left_menu li a:hover {
	background-color: #FF9;
	color:#666;
}

 #left_menu li ul li a:link, #left_menu li ul li a:visited {
	font-size: 90%;
	display: block;
	padding: 0.4em 0 0.4em 0.5em;
	border-left: 1px solid;
	border-right: 1px solid;
	background-color: #DFDFDF;
	color: #010101;
	font-weight:bold;
	text-decoration: none;
	border-color: #333;
}
