
#toolbox {
	background-color: #d6d6d6;
	background-image: url("images/toolboxbg.png");
	background-position: 0px;
	background-repeat: repeat-x;
	margin-bottom: 15px;
	margin-top: 15px;
	padding: 10px;
}

#toolbox ul {
	padding:0px;
	margin:0px;
	width: 100%;
	list-style:none;
}

#toolbox ul li { display: inline; }

#toolbox ul li a {
	padding: 2px 10px;
	/* visual do link */
	color: #333;
	text-decoration: none;
}

#toolbox ul li a:hover {
	background-color:#e5e5e5;
	color: #6D6D6D;
	border-bottom:3px solid #EA0000;
	border-top:3px solid #EA0000;
}
