/* ================================================================ 
This copyright notice must be kept untouched in the stylesheet at 
all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.stunicholls.com/menu/pro_drop_2.html
Copyright (c) 2005-2007 Stu Nicholls. All rights reserved.
This stylesheet and the associated (x)html may be modified in any 
way to fit your requirements.
=================================================================== */




.preload1 {background: url(three_1.gif);}
.preload2 {background: url(three_1a.gif);}

#nav {
	margin:0px;
	list-style:none;
	height:38px;
	position:relative;
	z-index:500;
	font-family:arial, verdana, sans-serif;
	float: left;
	padding: 0px;

}
#nav li.top {
	display:block;
	float:left;
	height:38px;
	padding-right: 30px;
}


#nav li a.top_link {
	display:block;
	float:left;
	height:37px;
	line-height:37px;
	color:#666;
	text-decoration:none;
	font-size:11px;
	font-weight:bold;
	cursor:pointer;
}
#nav li a.top_link span {float:left; display:block; padding:0 20px 0 0px; height:35px; }
#nav li a.top_link span.down {
	float:left;
	display:block;
	height:30px;
	
}


#nav li:hover a.top_link {
	color:#000;
	background-color: #F90;
	border-top-style: 0;
	border-right-style: 0;
	border-bottom-style: 0;
	border-left-style: 0;
}


/* Default list styling */

#nav li:hover {position:relative; z-index:200;}

#nav li:hover ul.sub
{
	left:0px;
	top:38px;
	border:7px solid #FFF;
	white-space:nowrap;
	width:230px;
	height:auto;
	z-index:300;
	background-color: #FCEFE0;
}
#nav li:hover ul.sub li
{
	display:block;
	height:30px;
	position:relative;
	float:left;
	width:230px;
	font-weight:normal;	
}
#nav li:hover ul.sub li a
{
	display:block;
	font-size:11px;
	height:25px;
// mozilla 210
	text-indent:5px;
	color:#000;
	text-decoration:none;
	background-image: url(../images/ok.gif);
	background-repeat: no-repeat;
	background-position: 3px center;
	border-bottom-width: 1pt;
	border-bottom-style: solid;
	border-bottom-color: #FEE9DA;
	line-height: 25px;
	padding-left: 20px;
	
	/* width: 230px; */
	
	
}

#nav li:hover ul.sub li a:hover {
	background-color: #383838;
	color: #FFF;
}



#nav li:hover li:hover ul,#nav li:hover li:hover li:hover ul,
#nav li:hover li:hover li:hover li:hover ul,#nav li:hover li:hover li:hover li:hover li:hover ul /* 2.açilan kisim */
{
	left:220px;
	top:-3px;
	border:7px solid #FFF;
	white-space:nowrap;
	width:230px;
	z-index:400;
	height:auto;
	background-color: #FCEFE0;
}

#nav ul, #nav li:hover ul ul, #nav li:hover li:hover ul ul, #nav li:hover li:hover li:hover ul ul, #nav li:hover li:hover li:hover li:hover ul ul
{position:absolute; left:-9999px; top:-9999px; width:0; height:0; margin:0; padding:0; list-style:none;}
