
#ust_menu
{
	position: relative;
	height: 43px;
	font-size: 14px;
	text-transform: capitalize;
	background: #FCFAE6 url('http://www.yazilimmutfagi.com/resimler/menu/ust_menu_bg.png') repeat-x left bottom;
	font-family: Georgia, "Times New Roman" , Times, serif;
	margin-bottom: 10px;
}
#ust_menu ul
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	width: auto;
	float: left;
}
#ust_menu ul li
{
	display: block;
	float: left;
	margin: 0 2px;
}
#ust_menu ul li a
{
	display: block;
	float: left;
	color: #ffdab6;
	text-decoration: none;
	padding: 0 0 0 25px;
	height: 43px;
	line-height: 50px;
}
#ust_menu ul li a span
{
	display: block;
	float: left;
	padding: 0 25px 0 0;
	height: 31px;
	width: auto;
}
#ust_menu ul li a:hover
{
	color: #894d12;
	background: url('http://www.yazilimmutfagi.com/resimler/menu/ust_menu_left-ON.gif') no-repeat left top;
}
#ust_menu ul li a:hover span
{
	display: block;
	cursor: pointer;
	background: url('http://www.yazilimmutfagi.com/resimler/menu/ust_menu_right-ON.gif') no-repeat right top;
	height: 43px;
}
#ust_menu ul li a.current, #ust_menu ul li a.current:hover
{
	color: #894d12;
	background: url('http://www.yazilimmutfagi.com/resimler/menu/ust_menu_left-ON.gif') no-repeat left top;
}
#ust_menu ul li a.current span
{
	background: url('http://www.yazilimmutfagi.com/resimler/menu/ust_menu_right-ON.gif') no-repeat right top;
	height: 43px;
}

