.text {COLOR: #4f4f4f; line-height : 17px; FONT-FAMILY: Verdana, Geneva, Helvetica, sans-serif; FONT-SIZE: 12px;}
.baslik {COLOR: #005DAB; FONT-FAMILY: Verdana, Geneva, Helvetica, sans-serif; FONT-SIZE: 12px;}


a.link:link { text-decoration: none; FONT-FAMILY: Verdana;	FONT-SIZE: 11px; color: #ffffff; }
a.link:active { text-decoration: underline; FONT-FAMILY: Verdana; FONT-SIZE: 11px; color: #ffffff; }
a.link:visited { text-decoration: none; FONT-FAMILY: Verdana; FONT-SIZE: 11px; color: #ffffff; }
a.link:hover { text-decoration: underline; FONT-FAMILY: Verdana; FONT-SIZE: 11px; color: #ffffff; }

a.linkr:link { text-decoration: none; FONT-FAMILY: Verdana;	FONT-SIZE: 11px; color: #005DAB; }
a.linkr:active { text-decoration: underline; FONT-FAMILY: Verdana; FONT-SIZE: 11px; color: #005DAB; }
a.linkr:visited { text-decoration: none; FONT-FAMILY: Verdana; FONT-SIZE: 11px; color: #005DAB; }
a.linkr:hover { text-decoration: underline; FONT-FAMILY: Verdana; FONT-SIZE: 11px; color: #7AC141; }



.horizontalcssmenu ul{
margin: 0;
padding: 0;
list-style-type: none;

}

/*Top level list items*/
.horizontalcssmenu ul li{
position: relative;
display: inline;
float: left;
}

/*Top level menu link items style*/
.horizontalcssmenu ul li a{
	display: block;
	width: 130px; /*Width of top level menu link items*/
	height: 17px;
	border: 1px;
	border-left-width: 0;
	text-decoration: none;
	color:white;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	font-weight: bold;
	background-repeat: repeat-x;
	padding-top: 10px;
	padding-bottom: 6px;
}
	
/*Sub level menu*/
.horizontalcssmenu ul li ul{
left: 0;
top: 0;
border: 1px solid #ffffff;
position: absolute;
display: block;
visibility: hidden;
z-index: 100;
text-align: left;

}

/*Sub level menu list items*/
.horizontalcssmenu ul li ul li{
display: inline;
float: none;
}


/* Sub level menu links style */
.horizontalcssmenu ul li ul li a{
width: 170px; /*width of sub menu levels*/
font-weight: normal;
font-size: 10px;
padding: 4px 5px;
background: #000000;
border-width: 0 1px 1px 1px;
color:white;
}

.horizontalcssmenu ul li a:hover{
background: url(images/generatormenu.png) center center repeat-x;
}

.horizontalcssmenu ul li ul li a:hover{
background: #003D73;
/* background-image: url(images/generatormenu.png);*/
}

.horizontalcssmenu .arrowdiv{
position: absolute;
right: 0;

}

/*3rd level menu*/
.horizontalcssmenu ul li ul li ul{
border: 1px solid #ffffff;
left: 3;
top: 3;
position: absolute;
left: 80px; /*this is the offset for the sub sub-menu to allow the sub-menu to be seen*/
background: #74B43F;
display: block;
visibility: hidden;
z-index: inherit;
}

/*3rd  menu list items*/
.horizontalcssmenu ul li ul li ul li{
display: inherit;
float: right;
}


/*3rd  menu links style */
.horizontalcssmenu ul li ul li ul li a{
width:190px; /*width of sub menu levels*/
font-size: 10px;
display:block;
font-weight: normal;
padding: 4px 5px;


}

* html p#iepara{ /*For a paragraph (if any) that immediately follows menu, add 1em top spacing between the two in IE*/
padding-top: 1em;
}
	
/* Holly Hack for IE \*/
* html .horizontalcssmenu ul li { float: left; height: 1%; }
* html .horizontalcssmenu ul li a { height: 1%; }
/* End */


#lightbox{
	background-color:#eee;
	padding: 10px;
	border: 5px solid #7AC141;

	}
#lightboxDetails{
	font-size: 0.8em;
	padding-top: 0.4em;
	}	
#lightboxCaption{ float: left; }
#keyboardMsg{ float: right; }

#lightbox img{ border: none; } 
#overlay img{ border: none; }

#overlay{ background-image: url(images/overlay.png); }

* html #overlay{
	background-color: #000;
	back\ground-color: transparent;
	background-image: url(blank.gif);
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="images/overlay.png", sizingMethod="scale");
	}
	
	
.treeview { /*CSS for Simple Tree Menu*/
margin: 0px;
padding: 0px;
}	
	
.treeview ul{ /*CSS for Simple Tree Menu*/
margin: 0px;
padding: 0px;

}

.treeview li{ /*Style for LI elements in general (excludes an LI that contains sub lists)*/
background:  url(images/list.gif) no-repeat left center;
list-style-type: none;
padding-left: 20px;
margin:1px;
}

.treeview li.submenu{ /* Style for LI that contains sub lists (other ULs). */
background:  url(images/closed.gif) no-repeat left 1px;
cursor: hand !important;
cursor: pointer !important;
}


.treeview li.submenu ul{ /*Style for ULs that are children of LIs (submenu) */
display: none; /*Hide them by default. Don't delete. */
}

.treeview .submenu ul li{ /*Style for LIs of ULs that are children of LIs (submenu) */
cursor: default;
}	

a.linkm:link { text-decoration: none; FONT-FAMILY: Verdana;	FONT-SIZE: 10px; color: #ffffff; }
a.linkm:active { text-decoration: underline; FONT-FAMILY: Verdana; FONT-SIZE: 10px; color: #ffffff; }
a.linkm:visited { text-decoration: none; FONT-FAMILY: Verdana; FONT-SIZE: 10px; color: #ffffff; }
a.linkm:hover { text-decoration: underline; FONT-FAMILY: Verdana; FONT-SIZE: 10px; color: #f5f5f5; }

.textm {COLOR: #ffffff; FONT-FAMILY: Verdana; FONT-SIZE: 10px;}

