/* Oh, what a mess :( */

#header ul {
	list-style:none;
	padding:0;
	margin:0;
}
div.makewide {
	display:none;
	background:white;
}
ul#nav {
	height:36px;
	position:relative;
	z-index:10;
	width:600px;
	left:54px;
	top:28px;
}
#nav li {
	float:left;
	background-position:top;
}
#nav li:hover,#nav li.act {
	background-position:bottom;
}
#nav li a {
	height:36px;
	display:block;
	text-indent:-5555px;
}

li#patients { width:125px; background-image:url(img/nav-patients.gif); }
li#physicians { width:142px; background-image:url(img/nav-physicians.gif); }
li#careers { width:101px; background-image:url(img/nav-careers.gif); }
li#caregivers { width:142px; background-image:url(img/nav-caregivers.gif); }

ul#nav li:hover .makewide,ul#nav li.act .makewide {
	position:absolute;
	width:760px;
	top:34px;
	left:74px;
	*left:-20px;
	display:block;
	padding-left:7px;
	height:29px;
	background:white url(img/bg-nav-sub-l.gif) left no-repeat;
	z-index:2;
}
ul#nav li:hover .makewide {
	z-index:3;
}
#nav li ul {
	padding-right:7px;
	height:29px;
	float:left;
	background:transparent url(img/bg-nav-sub-r.gif) right no-repeat;
}
#nav li li {
	display:block;
	float:left;
}
#nav li li a {
	background:transparent url(img/bg-nav-sub.gif) repeat-x;
	height:29px;
}
#nav li li a:hover {
	background-position:bottom;
}
div#navShadow {
	height:27px;
	width:649px;
	background:transparent url(img/navshadow.gif) no-repeat;
	display:block;
	position:absolute;
	z-index:9;
	left:128px;
	top:62px;
}

/* START INDIVIDUAL LINKS */
#nav #homecare { width:89px; background-image:url(img/nav/homecare.gif); }
#nav #livewell { width:131px; background-image:url(img/nav/livewell.gif); }
#nav #medicare { width:183px; background-image:url(img/nav/medicare.gif); }
#nav #success { width:111px; background-image:url(img/nav/success.gif); }
#nav #patientchoice { width:121px; background-image:url(img/nav/patientchoice.gif); }
#nav #helplinks { width:111px; background-image:url(img/nav/helpfulresor.gif); }

#nav #clinical { width:132px; background-image:url(img/nav/clinical.gif); }
#nav #homehealth { width:125px; background-image:url(img/nav/homehealth.gif); }
#nav #industry { width:132px; background-image:url(img/nav/industry.gif); }
#nav #innovation { width:89px; background-image:url(img/nav/innovation.gif); }
#nav #physicianportal { width:120px; background-image:url(img/nav/physicianportal.gif); }


