#splashBar {
}

	#splashBar .co {
		color: #09f;
		margin-bottom: -4px;
	}
	
	#splashBar .cont {
		width: 150px;
		height: 140px;
		float:left;
		margin: 20px 0 0 20px;
		padding: 65px 0 0 65px;
		
		
		background-repeat: no-repeat;
		background-position: 50% 15px;
	}
	
		#splashBar .cont a{
			z-index: 1000;
			position: absolute;
		}
	
	#splashBar h2 {
		text-decoration: none;
		font-size: 2.2em;
		font-weight: normal;
	}
	
	#splashBar .bg {
		background-repeat: no-repeat;
		height: 150px;
		margin: -55px 0 0 -30px;
		position: absolute;
		width: 150px;
		display: none;
		z-index: 5 !important;
	}
	
	#splashBar .edu .bg {
		background-image: url('/imgs/splash-education.png');
	}
	
	#splashBar .corp .bg {
		background-image: url('/imgs/splash-corporate.png');
	}
	
	#splashBar .evt .bg {
		background-image: url('/imgs/splash-events.png');
	}
	
	#splashBar .lei .bg {
		background-image: url('/imgs/splash-leisure.png');
	}
	
				#splashBar .edu a {
					color: #f7941d;
				}
				
				#splashBar .corp a  {
					color: #ab2879;
				}
								
				#splashBar .evt a  {
					color: #998675;
				}
								
				#splashBar .lei a  {
					color: #68a72a;
				}
				
	.equip, .hire {
		background-repeat: no-repeat;
		height: 90px;
	}			
	
		.equip h2, .hire h2 {
			color: #333;
			line-height: 76px;
		}	
		
			.equip h2 a {
				text-align: right;
				padding-right: 120px;
			}
		
			.hire h2 a {
				padding-left: 120px;
			}
			
		
		.equip h2 a, .hire h2 a { 
			font-weight: normal;
			display: block;
			height: 76px;
		}
				
	.equip {
		background-image: url('/imgs/door-store.png');
		background-position: 100% 0;
	}
								
	.hire {
		background-image: url('/imgs/door-hire.png');
	}
				
