.menu_list {	
font-size:10px;
font-weight:bold;
}
.menu_head {
	cursor: pointer;
	position: relative;
	margin:1px;
	background-color:#35383b;
	background-image:url(images/solmenubaslik.jpg);
	background-repeat:repeat-x;
	padding:10px 0 10px 10px;
	color:#e6e6e6;
}

.menu_head:hover {
	cursor: pointer;
	position: relative;
	margin:1px;
	background-color:#2B2D2F;
	background-image:url(images/solmenubaslik.jpg);
	background-repeat:repeat-x;
	padding:10px 0 10px 10px;
	color:#e6e6e6;
}

.menu_body a{
	display:block;
	background-color:#5d6266;
	background-image:url(images/solmenualt.jpg);
	padding:10px 0 10px 10px;
	color:#e6e6e6;
margin:1px;
	text-decoration:none;
}
.menu_body a:hover{
	display:block;
	background-color:#515559;
	background-image:url(images/solmenualt.jpg);
	padding:10px 0 10px 10px;
	color:#e6e6e6;
	margin:1px;
	text-decoration:none;  
  }
