#header {
	width:950px;
	height:60px;
	margin: 0 auto 1em auto;
	background: url(../images/gray_bubble.gif) no-repeat;
}
#header a:link {
	color: white;
	text-decoration: none;
}
	#header #kwick {
		float:left;
		position: relative;
		padding-top: 5px;
		width:950px;
	}
		#header #kwick .kwicks {
			display: block;
			height: 49px;
			list-style:none;
			margin:0 6px 0;
			padding:0;
		}
		#header #kwick li {
			float: left;
			margin:0;
			padding: 0;
		}
		#header #kwick .kwick {
			display: block;
			cursor: pointer;
			overflow: hidden;
			height: 49px;
			width: 180px;
			background: #fff;
			border-right: 5px solid #2a2a2a;
		}
		#header #kwick .on {
			display: block;
			cursor: pointer;
			overflow: hidden;
			height: 49px;
			width: 180px;
			background: #fff;
			border-right: 5px solid #333333;			
		}
			#header #kwick .kwick span {
				display: none;
			}
		#header #kwick .facility {
			background: url(../images/red_small.gif);

		}
		#header #kwick .security {
			background: url(../images/orange_small.gif);
		}
		#header #kwick .redundancy {
			background: url(../images/yellow_small.gif);

		}
		#header #kwick .flexibility {
			background: url(../images/green_small.gif);


		}
		#header #kwick .scalability {
			background: url(../images/blue_small.gif);


		}
		#header #kwick .company {
			background: url(../images/purple_small.gif);


		}