ul#portlets {
	clear: both;
	float: left;
	width: 100%;
	line-height: 1.5em;
	list-style: none;
	padding: 0;
	margin: 1em 0 1em 0;
}

ul#portlets li {
	float: left;
	width: 33.3%;
	margin: 6px 0 6px 0;
}	

ul#portlets li.header {
	clear: both;
	width: 99.99%;
	margin-top: 0;
} 

ul#portlets li.leading {
	clear: left;
}

ul#portlets li div {
	min-height: 14em;
	background-color: #f1f1f1;
	border: 1px solid #ccc;
	padding: 0 23px 12px 23px;
	margin-left: 12px;
}

* html ul#portlets li div {
	height: 14em;
}

ul#portlets li.header div {
	min-height: 0;
}

* html ul#portlets li.header div {
	height: 0;
}

ul#portlets li.header div, ul#portlets li.leading div {
	margin-left: 0;
}

ul#portlets li div h2 a {
	text-decoration: none;
	color: #333;
}

ul#portlets li div img {
	float: right;
	margin: 0 0 0 1em;
}

ul#portlets li div ul li {
	float: none;
	width: auto;
	margin: 0;
	padding-left: 12px; 
	background: transparent url(r-bul.gif) 0 0.25em no-repeat;
}

ul#portlets li div ul li a {
	text-decoration: none;
}

ul#portlets li div ul li a:hover {
	text-decoration: underline;
}


