#box {
	text-align:center;
	color: white; 
	text-shadow: black 0.1em 0.1em 0.2em;
	list-style:none;
	width:830px;
	margin:0px auto 0px auto;
	height:30px;
	position:relative;
	padding:10px 0px 5px 0px;

	/* Rounded Corners */	
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;

	/* Background color and gradients */	
	background: #014464;
	background: -moz-linear-gradient(top, #0272a7, #013953);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#0272a7), to(#013953));
	
	/* Borders */	
	border: 1px solid #002232;
	-moz-box-shadow:inset 0px 0px 1px #edf9ff;
	-webkit-box-shadow:inset 0px 0px 1px #edf9ff;
	box-shadow:inset 0px 0px 1px #edf9ff;
}
#box li {
	float:left;
	display:block;
	text-align:center;
	position:relative;
	padding: 4px 10px 4px 10px;
	margin-right:20px;
	margin-left:10px;
	margin-top:0px;
	border:none;
}
#box li a {
	font-family:Arial, Helvetica, sans-serif;
	font-size:24px; 
	color: #EEEEEE;
	display:block;
	outline:0;
	text-decoration:none;
	text-shadow: 1px 1px 1px #000;
	text-align:center;
}
#box2 {
	text-align:center;
	color: white; 
	text-shadow: black 0.1em 0.1em 0.2em;
	list-style:none;
	width:830px;
	margin:3px auto 0px auto;
	height:30px;
	position:relative;
	padding:10px 0px 5px 0px;

	/* Rounded Corners */	
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;

	/* Background color and gradients */	
	background: #014464;
	background: -moz-linear-gradient(top, #0272a7, #013953);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#0272a7), to(#013953));
	
	/* Borders */	
	border: 1px solid #002232;
	-moz-box-shadow:inset 0px 0px 1px #edf9ff;
	-webkit-box-shadow:inset 0px 0px 1px #edf9ff;
	box-shadow:inset 0px 0px 1px #edf9ff;
}
#box2 li {
	float:center;
	display: inline-block;
	text-align:center;
	position:relative;
	padding: 4px 10px 4px 10px;
	margin-right:20px;
	margin-left:10px;
	margin-top:0px;
	border:none;
}
#box2 li a {
	font-family:Arial, Helvetica, sans-serif;
	font-size:24px; 
	color: #EEEEEE;
	display:block;
	outline:0;
	text-decoration:none;
	text-shadow: 1px 1px 1px #000;
	text-align:center;
}