#navcontainer ul
{
	float:left;
	display:inline;
	margin:88px 0 0 400px;
	width:521px;
	height:24px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight: 500;
	padding:0;
}
#navcontainer ul li
{
	display: block;
	float: left;
	text-align: center;
	padding: 0;
	margin: 0 1px 0 0;
}
#navcontainer ul li a
{
	background: #fff;
	color: #2d358f;
	text-decoration: none;
	display: block;
	margin:1px 0 0 0;
}
#home{
	width:54px;
	height:12px;
}
#openMRI{
	width:68px;
	height:12px;
}
#upright{
	width:81px;
	height:12px;
}
#CTscan{
	width:60px;
	height:12px;
}
#Xray{
	width:54px;
	height:12px;
}
#about{
	width:60px;
	height:12px;
}
span#home a#home, a:hover#home{
	background:url(images/rollover_home.gif) no-repeat;
	width:54px;
	height:13px;
	color:#fff;
}
span#openMRI a#openMRI, a:hover#openMRI{
	background:url(images/rollover_openMRI.gif) no-repeat;
	width:68px;
	height:13px;
	color:#fff;
}
span#upright a#upright, a:hover#upright{
	background:url(images/rollover_upright.gif) no-repeat;
	width:81px;
	height:13px;
	color:#fff;
}
span#CTscan a#CTscan, a:hover#CTscan{
	background:url(images/rollover_CTscan.gif) no-repeat;
	width:60px;
	height:13px;
	color:#fff;
}
span#Xray a#Xray, a:hover#Xray{
	background:url(images/rollover_home.gif) no-repeat;
	width:54px;
	height:13px;
	color:#fff;
}
span#about a#about, a:hover#about{
	background:url(images/rollover_CTscan.gif) no-repeat;
	width:60px;
	height:13px;
	color:#fff;
}