/* WEB SİTE STİLLERİ BAŞLADI */
body,td,th {
	font-family: Tahoma;
	font-size: 10pt;
	color: #000000;
}
body {
	background-color: #003d7c;
	margin: 0px;
}
a:link {
	color: #ff8b00;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #ff8b00;
}
a:hover {
	text-decoration: none;
	color: #990000;
}
a:active {
	text-decoration: none;
	color: #990000;
}
.govde {
	width: 1000px;
}
.ustmenu {
	vertical-align: middle;
	height: 72px;
	width: 676px;
	background-image: url('images/index_08.jpg');
	background-repeat: no-repeat;
}
.formtext {
	font-family: "Century Gothic";
	font-size: 14pt;
	color: #003D7C;
	background-color: #f0f0f0;
	width: 390px;
	border: 1px solid #feb242;
}

.cerceve {
	border: 1px solid #feb242;
}

.haber {
	height: 98px;
	width: 1000px;
}
.icerik {
	background-color: #FFFFFF;
	width: 950px;
}

/* MENÜ STİLLERİ BAŞLADI */
div#menu {
    height:41px;
    background:url(images/main-bg.png) repeat-x;
}

div#menu ul {
    margin: 0;
    padding: 0;
    list-style: none;
    float: left;
}
div#menu ul.menu {
    padding-left: 30px;
}

div#menu li {
    position: relative;
    z-index: 9;
    margin: 0;
    padding: 0 5px 0 0;
    display: block;
    float: left;
}
div#menu li:hover>ul {
    left: -2px;
}

div#menu a {
    position: relative;
    z-index: 10;
    height: 41px;
    display: block;
    float: left;
    line-height: 41px;
    text-decoration: none;
    font: normal 10pt Trebuchet MS;
}
div#menu a:hover, div#menu a:hover span { color: #000; }

div#menu span {
    display: block;
    cursor: pointer;
    background-repeat: no-repeat;
    background-position: 95% 0;
}
div#menu ul ul a.parent span {
    background-position:95% 8px;
    background-image: url(images/item-pointer.gif);
}
div#menu ul ul a.parent:hover span {
    background-image: url(images/item-pointer-mover.gif);
}

/* menu::level1 */
div#menu a {
    padding: 0 10px 0 10px;
    line-height: 30px;
    color: #ffffff;
}
div#menu span {
    margin-top: 5px;
}/**@replace#1*/
div#menu li { background: url(images/main-delimiter.png) 98% 4px no-repeat; }
div#menu li.last { background: none; }

/* menu::level2 */
div#menu ul ul li { background: none; }
div#menu ul ul {
	background-image:url(images/altmenubg.jpg); background-repeat:repeat-x; background-position:top;
    position: absolute;
    top: 38px;
    left: -999em;
    width: 250px;
    padding: 5px 0 0 0;
    margin-top:0px;
}
div#menu ul ul a {
    padding: 0 0 0 15px;
    height: auto;
    float: none;
    display: block;
    line-height: 20px;
	text-align:left;
}

 
div#menu ul ul li.last { background: none; }
div#menu ul ul li {
    width: 100%;
}

/* menu::level3 */
div#menu ul ul ul {
    padding: 0;
    margin: -38px 0 0 193px !important;
    margin-left:200px;
}



/* lava lamp */
div#menu li.back {
    background: url(images/lava.png) no-repeat right -44px !important;
    background-image: url(images/lava.gif);
    width: 13px;
    height: 44px;
    z-index: 8;
    position: absolute;
    margin: -1px 0 0 -5px;
}
div#menu li.back .left {
    background: url(images/lava.png) no-repeat top left !important;
    background-image: url(images/lava.gif);
    height: 44px;
    margin-right: 8px;
}
/* WEB SİTE STİLLERİ BİTTİ */

