#nav {
	background-color: #033;
	text-align: center;
	vertical-align: middle;
	height: 55px;
	width: 996px;
	margin-top: 3px;
	border-top-left-radius:8px;
	border-top-right-radius:8px;
	border-bottom-left-radius:8px;
	border-bottom-right-radius:8px;
	clear: both;
}

#gps {
	height: 35px;
	margin:0 auto; 
	/*height: line-height;*/
	width: 996px;
	margin-top: 3px;
	background-color: #390;
	text-decoration: none;
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
	border-bottom-left-radius: 8px;
	border-bottom-right-radius: 8px;
	margin-bottom: 3px;
	
}


#gps a  {
	font-weight: normal;
	color: #FFF;
	display: block;
	text-align: center;
	font-size: 14px;
	height: 35px;
	width: 120px;
	background-position: center center;
	float: left;
	/*verticalalign:middle;*/
	margin-top :center;
	padding: 7px 0px 0px 15px;
	/*padding-top: 10px;*/
	/*padding-right: 0px;*/
	/*padding-bottom: 0px;*/
	/*padding-left: 15px;*/
	text-decoration: none;
}

#gps a:hover {
	font-size: 14px;
	display: block;
	float: left;
	height: 35px;
	width: 120px;
	margin: auto;
	padding-top: 7px;
	padding-left: 15px;
	color: #30F;
	text-decoration: none;
}