@charset "utf-8";
/* CSS Document */

#flash_content {
	width: 665px;
	height: 43px;
	overflow: hidden;
}
	#flash_content a {
		float: left;
		padding: 0;
		margin: 0;
	}
	#flash_content a#managed {
		background: url(../images/menu/managed-hosting-solutions.png) 0 0 no-repeat;
		width: 129px;
		height: 43px;
		display: block;
	}
	#flash_content a#managed:hover {
		background: url(../images/menu/managed-hosting-solutions.png) 0 -43px no-repeat;
	}
	#flash_content a#customers {
		background: url(../images/menu/customers.png) 0 0 no-repeat;
		width: 124px;
		height: 43px;
		display: block;
	}
	#flash_content a#customers:hover {
		background: url(../images/menu/customers.png) 0 -43px no-repeat;
	}
	#flash_content a#everest {
		background: url(../images/menu/everest-hosting-platform.png) 0 0 no-repeat;
		width: 124px;
		height: 43px;
		display: block;
	}
	#flash_content a#everest:hover {
		background: url(../images/menu/everest-hosting-platform.png) 0 -43px no-repeat;
	}
	#flash_content a#expert {
		background: url(../images/menu/expert.png) 0 0 no-repeat;
		width: 124px;
		height: 43px;
		display: block;
	}
	#flash_content a#expert:hover {
		background: url(../images/menu/expert.png) 0 -43px no-repeat;
	}
	#flash_content a#hosting-canada {
		background: url(../images/menu/hosting-in-canada.png) 0 0 no-repeat;
		width: 130px;
		height: 43px;
		display: block;
	}
	#flash_content a#hosting-canada:hover {
		background: url(../images/menu/hosting-in-canada.png) 0 -43px no-repeat;
	}
	#flash_content a#managed.curr_page {
		background-position: 0 -43px;
	}
	#flash_content a#customers.curr_page {
		background-position: 0 -43px;
	}
	#flash_content a#everest.curr_page {
		background-position: 0 -43px;
	}
	#flash_content a#expert.curr_page {
		background-position: 0 -43px;
	}
	#flash_content a#hosting-canada.curr_page {
		background-position: 0 -43px;
	}
	#flash_content img {
		border: none;
	}
	#flash_content ul {
		padding: 0;
		margin: 0;
		list-style: none;
	}
		#flash_content ul li {
			padding: 0;
			margin: 0;
			float: left;
		}