.categories {
	width: 820px;
	text-align: center;
	line-height: 22px;
	margin: 20px;
	background-color: #333;
	font-size: 12px;
	color: #FFA000;
}

/*==============================
style the list
==============================*/
.rowOdd {
	background-color: #444;
}
li:hover, li.rowOdd:hover {
	background-color: #1c1c1c;
}
ul
{
	/* Stipulate the height of each item so that 
	vertical return = items * height */
	line-height: 22px;

	/* Clear the default margins & padding 
	so we can style the list from scratch */
	margin: 0;
	padding: 0;
	list-style: none;
	text-align: left;
}

li {
	padding: 3px 3px 3px 6px;
}

li a {
	color: #ebebeb;
}
li a:hover {
	color: #FFA000;
}

.column1, .column2, .column3, .column4 {
	float: left;
	width: 150px;
	margin: 10px 0 10px 42px;
}
