header {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 20px;
	background-color: #669900;
 color: #FFFF33;
}

.header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	background-color: #FDB69D;
 color: #000000;
}

body
{
background-image: url(v2-bg.jpg);
background-repeat: repeat-x
}

#okul_menu{
	font-family: Arial;
	font-size: 11px;
	color: #333333;
	text-decoration: none;
}

#detay_ust{
	font-family: Arial;
	font-size: 11px;
	color: #666666;
	text-decoration: none;
}

#detay_ust1{
	font-family: Arial;
	font-size: 14px;
	color: #0033FF;
	text-decoration: none;
}
.detay_ust_link{
	font-family: Arial;
	font-size: 11px;
	color: #666666;
	text-decoration: none;
}

.detay_ust_link:hover{
	font-family: Arial;
	font-size: 11px;
	color: #FB7115;
	text-decoration: none;
}

.detay_yazi{
	font-family: "Arial", Helvetica, sans-serif;
	font-size: 14px;
	color: #333333;
}

#detay_yazi .tr,td{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
}

#detay_tablo_2 .tr,td{
	font-family: Arial;
	font-size: 12px;
	color: #000000;
}

a.detay_link {
	font-family: Arial;
	font-size: 14px;
	color: #333333;
	text-decoration: none;
}

a.link_harun {
	font-family: Arial;
	font-size: 14px;
	color: #0033FF;
	text-decoration: underline;
	
}

a.link_harun:hover {
	font-family: Arial;
	font-size: 14px;
	color: #333333;
	text-decoration: underline;
	
}

a.detay_link:hover {
	font-family: "Arial";
	font-size: 14px;
	color: #333333;
	text-decoration: underline;
}

.detay_baslik{
	font-family: "Arial";
	font-size: 22px;
	color: #FB7115;
	text-align:center;
}

.detay_baslik_foto{
	font-family: "Arial";
	font-size: 16px;
	color: #FB7115;
	text-align:center;
}

#solBaslik{
	font-family: Arial;
	font-size: 12px;
	color: #00135D;
}

.solLink{
	font-family: Arial;
	font-size: 12px;
	color: #777777;
	text-decoration: none;
}

.solLink:hover{
	font-family: Arial;
	font-size: 12px;
	color: #777777;
	text-decoration: underline;
}

.solLink1{
	font-family: Arial;
	font-size: 12px;
	color: #777777;
	text-decoration: none;
}

.solLink1:hover{
	font-family: Arial;
	font-size: 12px;
	color: #ff6633;
	text-decoration: underline;
}

#haberBaslik{
	font-family: "Arial", Helvetica, sans-serif;
	font-size: 14px;
	color: #FB7013;
	text-align:center
	}

#haberSpot{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color:#333333;
}

#haberSpot .link{
	font-family: "Arial", Helvetica, sans-serif;
	font-size: 13px;
	color: #777777;
	text-decoration: underline;
}

#haberSpot .link:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #FB7115;
	text-decoration: underline;
}

#kutuBaslik{
	font-family: Arial;
	font-size: 15px;
	color: #00135D;
}

#altMenu{
	font-family: "Arial", Helvetica, sans-serif;
	font-size: 11px;
	color: #567EA6;
}

.kutuLink{
	font-family: Arial;
	font-size: 12px;
	color: #777777;
	text-decoration: none;
}

.kutuLink:hover{
	font-family: Arial;
	font-size: 12px;
	color: #ff6600;
	text-decoration: underline;
}

#altAdres{
	font-family: Arial;
	font-size: 9px;
	color: #676767;
}

#altMenu .link{
	font-family: Arial;
	font-size: 11px;
	color: #567EA6;
	text-decoration: none;
}

#altMenu .link:hover{
	font-family: Arial;
	font-size: 11px;
	color: #FB7115;
	text-decoration: underline;
}

#ustMenu{
	font-family: Verdana;
	font-size: 9px;
	color: #FFFFFF;
}

#ustMenu .link{
	font-family: Verdana;
	font-size: 9px;
	color: #FFFFFF;
	text-decoration: none;
}

#ustMenu .link:hover{
	font-family: Verdana;
	font-size: 9px;
	color: #FFFFFFF;
	text-decoration: underline;
}

 /* menu başlangıç  */
 
ul {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 197px;
}

ul li {
	position: relative;
}

li ul {
	position: absolute;
	left: 198px;
	width: 220px;
	top: 0;
	display: none;
	border: 1
}

ul li a { 
	display: block; 
	text-decoration: none; 
	font-family: Arial;
	color: #FB7115;
	font-size: 16px;
	background-color: #AFD5E8; 
	padding: 7px;
	border: 1px solid #81A4CD;
	border-bottom:0;
	border-left:0;
	border-right:0;
}


/* IE. gizle \*/ 
* html ul li { float: left; height: 1%; }
* html ul li a { height: 1%; } 
/* IE den gizleme sonu */

li:hover ul, li.over ul { 
	display: block;
}

 /* menü bitiş  */
