body,html {
	width:100%;
	height:100%;
	position: relative;
	overflow: hidden;
}

ul {
	position:absolute;
	top:0px;
	bottom:0px;
	left:0px;
	right:0px;
	width:960px;
	height:100px;
	margin:auto;
	list-style:none;
	padding:0px;
	border-top: 4px solid red;
}

li {
	width: 190px;
	height: 48px;
	float: left;
	text-align: center;
	background:rgb(240, 240, 240);
	font-family: sans-serif;
	line-height: 3.6;
	text-shadow: 0px 1px 1px rgba(0,0,0,0.4);
	font-size: 14px;
	margin: 1px;
}

li > ul {
	position:relative;
	width:190px;
	clear:both;
	/* Hide the Submenus */
	display:none;
}

h4 {
	margin:0px;
	padding:0px;
}