ul.mainpage_themes li{	
	background-image: url(/images/hrwhite.jpg);
	background-position: 10px 100%;
	background-repeat: repeat-x;	
	padding: 0px 7px 7px 0px;	
	margin-right: 15px;
	width: 234px;	
	float: left;
}

ul.mainpage_themes a{
	display: block;
	padding-left: 13px;
	height: 31px;
	overflow: hidden;
	text-decoration: none;
	background-image: url(/images/arrow.jpg);
	background-repeat: no-repeat;
	background-position: 0px 5px;			
	color: #000000;
}

ul.mainpage_themes a:hover{
	text-decoration: underline;
	color: #000000;
}

ul.mainpage_themes li.last{
	background-image: none;
}


