#bottomnav {
	height: 33px;
	width: 900px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

#bottomnav .nav_item{
	width:84px;
	height:24px;
	margin-left:0px;
	float:left;
	text-align:center;
	text-transform:capitalize;
}

#bottomnav #nav_hospital{
	font-size:14px;
	color: #707073;
	width:220px;
	text-align:left;
	padding:8px 4px 0px 4px;
	font-size:15px;
	margin-top: 0px;
	margin-bottom: 0px;
}

#bottomnav .nav_item a{
	text-decoration:none;
	font-weight:normal;
	display:block;
	font-weight:500;
	padding:0px 2px 0px 2px;
	color:#005295;
	margin-top: 0px;
	margin-bottom: 0px;
	font-size:15px;
}

#bottomnav .nav_item a:visited{
	text-decoration:none;
}

.nav_item a:link, .nav_item a:active, .nav_item a:visited{
}

#bottomnav .nav_item a:hover{
	color:#707073;
}

.clearfloat { height: 1px; clear: both;}

.clear0 { height: 0; clear: both; }

