@charset "utf-8";
/* CSS Document */

#urun_menu
{
	width: 290px;
	text-align: left;
	padding-left: 3px;
	height: auto;
	display: block;
	float: left;
	margin-right: 2px;
	margin-bottom: 2px;
	margin-left: 10px;
	min-height: 100%;
	background-image: url(../img/urun_menu_a.png);
	background-repeat: no-repeat;
	background-position: center top;
	list-style-type: none;
	margin-top: 15px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 16px;
}
#urun_menu ul { /* menu ul style */
	list-style-type: none;
	margin-left: -20px;
	left: 1px;
	padding-right: 5px;
}
#urun_menu ul li { /* horizontal menu */
	min-height:50px;
	height:auto;
	
}
.menu_bos {
	height: 15px;
	width: auto;
}
#urun_menu ul ul li { /* horizontal menu */
	border-bottom-width: thin;
	border-bottom-style: dashed;
	border-bottom-color: #D6D6D6;
	min-height: 25px;
}

#urun_menu li a { /* the link style of menu */
	color: #3B3B3B;
	display: block;
	text-decoration: none;
	width: 260px;
}
#urun_menu ul ul li a { /* the link style of menu */
	display: block;
	text-decoration: none;

}
#urun_menu ul ul li a:hover { /* the link style of menu */
	display: block;
	height: auto;
	width: auto;
}

#urun_menu ul ul ul li a { /* the link style of menu */
	display: block;
	padding: 0 10px;
	text-decoration: none;
	font-size: xx-small;
	font-family: Arial, Helvetica, sans-serif;
	color: #F00;
}

.pasif{
	display:none;
	width: 290px;
}
.aktif{
	list-style-type: none;
	list-style-image: url(../img/arrow.png);	
}
.aktif_panel{
	color: #999;
	text-decoration: underline;
}
#urun_menu ul li a:hover { /* the link style of menu */
	display: block;
	color: #F00;
}
