body,td,th {
	font-family: Tahoma;
	font-size: 12px;
	color: #333333;
}
body {
	background-color: #fae1bc;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
a:link {
	color: #FF0000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FF0000;
}
a:hover {
	text-decoration: underline;
	color: #990000;
}
.tablo-en {
	width: 990px;
}
a:active {
	text-decoration: none;
	color: #990000;
}
.ust-menu {
	background-image: url('images/index_02.gif');
	background-repeat: no-repeat;
	text-align: left;
	vertical-align: middle;
	height: 55px;
	width: 990px;
}
.ust-menu-text {
	font-family: Tahoma;
	font-size: 12px;
	font-weight: bold;
 }
.bloklar {
	text-align: center;
	width: 155px;
	vertical-align: top;
}
.login {
	font-family: Tahoma;
	font-size: 15px;
	color: #ff6600;
	height: 22px;
	width: 380px;
	border: 1px solid #8dd04e;
}
.logins {
	font-family: Tahoma;
	font-size: 15px;
	color: #ff6600;
	width: 380px;
	border: 1px solid #8dd04e;
}
.icerik {
	background-image: url('images/index_07.gif');
	background-repeat: repeat-y;
	width: 680px;
	text-align: justify;
	background-position: top;
	vertical-align: top;
	height: 759px;
}
.icerik-en {
	width: 680px;
	text-align: center;
	vertical-align: top;
}
.icerik-text {
	padding-right: 8px;
	padding-left: 8px;
}
.copyright {
	height: 45px;
	width: 990px;
	background-image: url('images/index_13.gif');
	background-repeat: no-repeat;
	text-align: left;
	vertical-align: middle;
}
.copyright-text {
	font-family: "Microsoft Sans Serif";
	font-size: 10pt;
	padding-left: 15px;
}
.pencerebaslik {
	width: 155px;
	height: 37px;
	background-image: url('images/index_09.gif');
	background-repeat: no-repeat;
}
.pencerebaslik-text {
	font-family: Tahoma;
	font-size: 10pt;
	font-weight: bold;
	color: #000000;
	text-align: left;
	text-indent: 5px;
	vertical-align: middle;
}
.pencere-govde {
	background-image: url('images/index_10.gif');
	background-repeat: repeat-y;
	width: 155px;
	height: 113px;
	text-align: left;
	vertical-align: top;
}
.pencere-govde-text {
	padding-right: 5px;
	padding-left: 5px;
}
.menu-govde {
	background-image: url('images/index_06.gif');
	background-repeat: repeat-y;
	width: 155px;
}
.menu-govde-text {
	padding-right: 5px; 
	text-align:left;
	padding-left: 5px;
}
.cerceve {
	border: 1px solid #0099FF;
}
/* ACILIR MENU */
ul#menu, ul#menu ul{
  padding: 0;
  margin: 0;
  list-style: none; 
  text-align:center;
  }
  
ul#menu li {
 float: left;
 position: relative;
 width: 140px;
}

ul#menu li ul {
 display: none;
 position: absolute; 
 left: 0;
}
ul#menu li > ul {
top: auto;
left: auto;
}
ul#menu li a {
	display: block;
	margin: 0;
	padding: 3px 5px;
	color: #000;
	text-decoration: none;
	background-image:url('images/menu-bg.jpg');
	background-repeat:repeat-x;
	font-family: Arial;
	font-size: 9pt;
	font-weight: bold;
	border: 1px solid #333333;
}
ul#menu li a:hover {
color: #a00;
background: #f0f0f0;
}

ul#menu li:hover ul, ul#menu li.over ul { 
 display: block;
}

