#tool_menu {
	background:url(images/menu_grad.jpg) top left repeat-x;
	height:445px;
}

#tool_menu ul {
	border-bottom:1px solid #fff;
	color:#0f1e32;
	background:#a4cafb;
	margin:0;
}

#tool_menu ul li {
	height:30px;
	list-style:none;
	border-top:1px solid #fff;
	padding:8px 0 0 0;
	margin:0;
	font-size:16px;
	background:url(images/arrow.jpg) no-repeat
}

#tool_menu ul li a { 
	height:38px;
	width:540px;
	padding:10px 10px 10px 50px; /*
	padding:10px 140px 10px 60px;*/
	margin:0;
	text-decoration:none;
}


#tool_menu strong {
	font-weight: bold;
}