/* ================================================================ 
This copyright notice must be untouched at all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.stunicholls.com/menu/skeleton_left.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.
=================================================================== */
#nav, 
#nav ul {
	float:left;
	margin:0;
	list-style:none;
	font: 10px verdana, sans-serif;
	border:0;
	background:#fff;
	position:relative;
	z-index:200;
	background-image: url(../anasayfares/yananan_02.jpg);
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#ic {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #e6decc;
	background-color: #990000;
	height: 20px;
	width: 150px;
	border: 1px solid #e6decc;
	
}
#ic li a{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #e6decc;
	background-color: #990000;
	height: 20px;
	width: 150px;
	border: 1px solid #e6decc;
	
}
#ic li:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #e6decc;
	background-color: #CC0000;
	height: 20px;
	width: 150px;
	
	
}
#ic ul: hover{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #e6decc;
	background-color: #CC0000;
	height: 20px;
	width: 150px;
	border: 1px solid #e6decc;
	
}
#nav ul:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #F5F2EB;
	background-image: url(../anasayfares/yananan1_02.jpg);
}



/* a hack for IE5.x and IE6 */
* html #nav li {float:left;}

#nav li a {
	display:block;
	color:#e6decc;
	height:29px;
	line-height:20px;
	text-decoration:none;
	white-space:nowrap;
	margin-top: 0;
	margin-right: 1px;
	margin-bottom: 0;
	margin-left: 4px;
	width: 161px;
}


#nav li:hover {
	position:relative;
	z-index:300;
	color: #E6DECC;
	background-image: url(../anasayfares/yananan1_02.jpg);
}





#nav ul {position:absolute; left:-9999px; top:-9999px;}
#nav #ic a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #F0ECE1;
	height: 20px;
	width: 150px;
}

/* yet another hack for IE5.x and IE6 */
* html #nav, * html nav ul {width:1px;}

/* it could have been this simple if all browsers understood */
/* show next level */
#nav li:hover > ul {
	left:-15px;
	margin-left:100%;
	top:-1px;
	background-color: #e6decc;
}
/* keep further levels hidden */
#nav li:hover > ul ul {position:absolute; left:-9999px; top:-9999px; width:auto;}
/* show path followed */
#nav li:hover > a {
	text-decoration:underline;
	color:#990000;
}


/* but IE5.x and IE6 need this lot to style the flyouts and path followed */
/* show next level */
#nav li:hover ul,
#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
{left:-15px; margin-left:100%; top:-1px;}

/* keep further levels hidden */
#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;}

/* show path followed */
#nav li:hover a,
#nav li:hover li:hover a,
#nav li:hover li:hover li:hover a,
#nav li:hover li:hover li:hover li:hover a,
#nav li:hover li:hover li:hover li:hover li:hover a,
#nav li:hover li:hover li:hover li:hover li:hover li:hover a
{
	text-decoration:underline;
	color:#E6DECC;
}

/* hide futher possible paths */
#nav li:hover li a,
#nav li:hover li:hover li a,
#nav li:hover li:hover li:hover li a,
#nav li:hover li:hover li:hover li:hover li a,
#nav li:hover li:hover li:hover li:hover li:hover li a
{
	text-decoration:none;
	color:#E6DECC;
}


