#acil
{
	list-style-type: none;
	width: 200px;
	font: normal 14px "Lucida Sans Unicode", "Lucida Grande", sans-serif;

}
#acil dl
{
display: block;
text-decoration: none;
margin: 0px;
}

#acil a
{   
	display: block;
	text-decoration: none;
}
#acil li
{
	
	//margin-bottom: 2px;
	//border: 1px #red solid;
	
	

}
#acil li a
{
	background: url(nav_images/red2.gif) repeat-x center;
	color: #CCC;
	padding: 0.5em;
	margin-bottom: 2px;
	
}
#acil ul
{   
	display: none;/*onemli*/
	
	
}
#acil ul li a
{   
	background: #CCC;
	color: #333;
	padding: 0.5em;
	padding-left: 20px;
	margin-bottom: 2px;
	text-decoration: none;
	display: block;
	
}

#acil ul li a:hover
{
	background: #E69D11;
	border-left: 5px solid #000;
	padding-left: 15px;
	color: #F00;
}
#acil ul li a.current
{
	color: #102C4B;
	background: #E69D11;
}



#acil2
{
	list-style-type: none;
	width: 200px;
	font: 14px "Lucida Sans Unicode", "Lucida Grande", sans-serif;
}
#acil2 li
{
	margin-bottom: 2px;
}
#acil2 li a
{
	background: url(nav_images/red2.gif) repeat-x center;
	color: #CCC;
	padding: 0.5em;
	text-decoration: none;
	display: block;
}
#acil2 li a:hover
{
	background: #000;
}
#acil2 a.current
{
	background: #000;
}
