	
.links {
	margin: 0;
	padding: 0;
	min-height: 1px;
	}
	
* html .links {
	height: 1px;
	}
	
.links:after {
	content: ".";
	height: 0;
	visibility: hidden;
	clear: both;
	display: block;
	}

	
.links li {
	list-style: none;
	margin: 5px 0;
	font-size: 11px;
	width: 250px;
	float: left;
	line-height: 14px;
	}
	
.links li strong {
	text-decoration: none;
	}
	
.links li strong img
 {
	position: relative;
	width: 32px;
	height: 32px;
	vertical-align: middle;
	margin: -5px 10px 0 0;
	float: left;
	}
	

.links li strong .image
 {
	position: relative;
	width: 32px;
	height: 32px;
	vertical-align: middle;
	margin: -5px 10px 10px 0;
	float: left;
	}	
	
/* [ Sponsors ] */
.sponsors {
	margin: 0;
	padding: 0;
	min-height: 1px;
	}
	
	* html .sponsors {
		height: 1px;
		}
		
	.sponsors:after {
		content: ".";
		height: 0;
		visibility: hidden;
		clear: both;
		display: block;
		}
	
		
	.sponsors li {
		list-style: none;
		margin: 15px 0;
		font-size: 11px;
		line-height: 14px;
		width: 250px;
		float: left;
		}
		
	.sponsors li strong {
		text-decoration: none;
		}
		
	.sponsors li strong img,
	.sponsors li strong .image
	 {
		position: relative;
		width: 64px;
		height: 64px;
		vertical-align: middle;
		margin: -16px 10px 0 0;
		float: left;
		}
		
		
/* [ Sponsors ] */
.unions {
	margin: 0;
	padding: 0;
	min-height: 1px;
	}
	
	* html .unions {
		height: 1px;
		}
		
	.unions:after {
		content: ".";
		height: 0;
		visibility: hidden;
		clear: both;
		display: block;
		}
	
		
	.unions li {
		list-style: none;
		margin: 15px 0;
		font-size: 11px;
		line-height: 14px;
		width: 270px;
		float: left;
		}
		
	.unions li strong {
		text-decoration: none;
		}
		
	.unions li .nolink strong {
	  background: none;
	}

		
	.unions li strong img,
	.unions li strong .image
	 {
		position: relative;
		width: 100px;
		height: 50px;
		vertical-align: middle;
		margin: -5px 10px 0 0;
		float: left;
		}
		
		
ul a:hover {
  text-decoration: none;
}