.tileMenu li {
	cursor: pointer;
	border-top:1px solid #999;
	border-right:2px solid #666;
	border-bottom:2px solid #666;
	border-left:1px solid #999;	
	margin: 20px 0 0 20px;
	background: #eee;
	list-style: none;
}

.tileMenu {
  width: 800px
}
.tileMenu li {
  position: relative;
  float: left
}

.tileImage {
   position: relative;
}

.tileBar {
	position: absolute;
	top: 20px;
	height: 20px;
	width: 200px;
	background: #e1f9ca;
}

.tileText {
	position: relative;
	font-family:Verdana, Arial, Tahoma, Helvetica, sans-serif;
	font-weight:bold;	
	font-size:13px;
	color:#000;	
	margin: 0 0 0 5px;
}