body{margin:0px;background-image:url('dis.jpg');background-repeat:repeat-x;}
h1{color:#235AA6;font-size:11pt;font-family:tahoma;text-align:left;font-weight:bold;}
a:hover{text-decoration:underline;}
.menuler{text-shadow:1px 1px 0px #ffffff;color:#235AA6;font-size:10pt;font-family:Trebuchet MS;font-weight:bold;height:40px;}
.serit{border-radius:10px;height:60px;background-image:url('2.jpg');}
.serit2{height:40px;background-image:url('orta.jpg');color:#235AA6;font-size:8pt;font-family:tahoma;text-align:center;font-weight:bold;}
.serit4{border-radius:10px 10px 0px 0px;height:40px;background-image:url('orta2.jpg');color:#235AA6;font-size:8pt;font-family:tahoma;text-align:center;font-weight:bold;}

.serit3{height:35px;color:#cccccc;font-size:8pt;font-family:tahoma;text-align:center;}
.alt{font-size:8pt;font-family:tahoma;color:#666;}
.blok{border-radius:5px;background-image:url('alt2.gif');background-repeat:repeat-x;background-position:bottom;border:1px solid #efefef;padding-top:5px;}
.blok2{border-radius:5px;background-image:url('alt2.gif');background-repeat:repeat-x;background-position:bottom;border:1px solid #efefef;padding:5px;}
.altserit{border-bottom:1px dotted #efefef;padding:10px;}
.altserit2{border-bottom:1px dotted #efefef;padding:5px;}
.linkler{color:#cccccc;font-size:8pt;font-family:tahoma;}
.linkler2{color:#666666;font-size:8pt;font-family:tahoma;text-decoration:none;cursor:pointer;}
.menuler2{color:#efefef;font-size:7pt;font-family:tahoma;height:50px;cursor:pointer;background-color:#245ABF;font-weight:bold;}
.genelyazi{color:#235AA6;font-size:8pt;font-family:tahoma;height:50px;font-weight:none;}
.oval{-moz-border-radius: 0.5em;-webkit-border-radius: 0.5em;}
.text{width:400px;border:1px solid #cccccc;background-color:#fbfcfd;font-size:8pt;color:#666666;font-family:tahoma;padding:3px;overflow:visible;}
.textk{width:130px;border:1px solid #efefef;font-size:9pt;color:#666666;font-family:tahoma;padding:5px;overflow:visible;border-radius:6px;}
.text2{width:200px;border:1px solid #cccccc;background-color:#fbfcfd;font-size:8pt;color:#666666;font-family:tahoma;padding:3px;overflow:visible;}
.textarea{width:400px;height:50px;border:1px solid #cccccc;background-color:#fbfcfd;font-size:8pt;color:#666666;font-family:tahoma;padding:3px;overflow:visible;}
.textarea2{width:280px;height:100px;border:1px solid #cccccc;background-color:#fbfcfd;font-size:8pt;color:#666666;font-family:tahoma;padding:3px;overflow:visible;}
.buton{font-size:8pt;color:#666666;font-family:tahoma;padding:3px;overflow:visible;cursor:pointer;background-color:#efefef;}
.yanmenu{color:#235AA6;font-family:arial;font-weight:bold;font-size:10pt;text-decoration:none;}
.yanmenu:hover{text-decoration:underline;}
.yanmenu2{color:#235AA6;font-family:arial;font-weight:bold;font-size:8pt;text-decoration:none;}
.yanmenu2:hover{text-decoration:underline;}
.oval{-moz-border-radius: 0.5em;-webkit-border-radius: 0.5em;}
.megabaslik{border-radius:5px 5px 0px 0px;font-family:tahoma;color:#000000;font-size:9pt;padding:3px;text-decoration:none;font-weight:bold;}
.megaalt{color:#235AA6;font-size:9pt;font-family:Trebuchet MS;text-decoration:none;}
.megamenu{border-radius:0px 0px 20px 20px;position: absolute;display: none;left: 0;top: 0;background-image:url('megabg.jpg');padding: 10px;font: normal 9pt tahoma;color:#000000;z-index: 100;width:600px;}




















.suckerdiv ul{
margin: 0;
padding: 0;
list-style-type: none;
}
	
.suckerdiv ul li{
position: relative;
border-bottom: 1px dotted #ccc;

}
	
/*Sub level menu items */
.suckerdiv ul li ul{
position: absolute;
width: 180px; /*sub menu width*/
top: 0;
border:1px solid #efefef;
visibility: hidden;
}

/* Sub level menu links style */
.suckerdiv ul li a{
display: block;
overflow: auto; /*force hasLayout in IE7 */
color: black;
text-decoration: none;
padding: 8px 5px;
background-color:#fff;
border-bottom: 0;
}


.suckerdiv ul li a:hover{
background-color: #efefef;
color:#808080;
text-decoration:none;
}

.suckerdiv .subfolderstyle{
background: url(../../images/ok.gif) no-repeat center right;
}

	
/* Holly Hack for IE \*/
* html .suckerdiv ul li { float: left; height: 1%; }
* html .suckerdiv ul li a { height: 1%; }
/* End */