div#mainNavWrapper {
	width: 982px;
	display: inline-block;
}
div#mainNavWrapper div#navWrapper {
	height: 36px;
	width: 982px;
	position: relative;
	top: 0;
	left: 0;
	z-index: 99999;
	clear: both;
}
div#mainNavWrapper div#navWrapper .logoBtm {
	float: left;
}
ul#topnav {
	position:absolute;
	height:36px;
	margin:0;
	padding:0;
	top:0;
	left:65px;
	z-index: 999999;
}
ul#topnav li {
	float:left;
	list-style-type:none;
	background-image:url(../i/bg_nav.png);
	/background-image:url(../i/bg_nav.gif);
}
ul#topnav li a {
	display:block;
	text-decoration:none;
}
ul#topnav li a:link {
	text-decoration:none;
}
ul#topnav li a:visited {
	text-decoration:none;
}
ul#topnav li a:hover {
	text-decoration:none;
}
ul#topnav li a:active {
	text-decoration:none;
}


li.findPhys {
	background-position:0 0;
}
li.findPhys:hover, li.findPhys_over {
	background-position:0 -28px;
	height:28px;
}
li.findPhys a.nav_item, li.findPhys_over a.nav_item {
	width:155px;
	height:28px;
}

li.findPhys.iactive {
	background-position:0 -28px;
	height:36px;
}

li.findPhys .menu {
	left:0;
	min-width:138px
}
li.services {
	background-position:-155px 0;
}
li.services:hover, li.services_over {
	background-position:-155px -28px;
	height:28px;
}
li.services a.nav_item, li.services_over a.nav_item {
	width:111px;
	height:28px;
}
li.services div.menu {
	min-width:104px;
}

li.services.iactive {
	background-position:-155px -28px;
	height:36px;
}

li.healthMan {
	background-position:-266px 0;
}
li.healthMan:hover, li.healthMan_over {
	background-position:-266px -28px;
	height: 28px;
}
li.healthMan a.nav_item, li.healthMan_over a.nav_item {
	width:156px;
	height:28px;
}

li.healthMan.iactive {
	background-position:-266px -28px;
	height: 36px;
}


li.healthMan div.menu {
	left:242px;
	min-width:170px
}



li.commInv {
	background-position:-422px 0;
}
li.commInv:hover, li.commInv_over {
	background-position:-422px -28px;
	height: 28px;
}
li.commInv a.nav_item, li.commInv_over a.nav_item {
	width:217px;
	height:28px;
}

li.commInv.iactive {
	background-position: -422px -28px;
	height: 36px;
}

li.commInv div.menu {
	right:260px;
	min-width:180px;
}
li.patients {
	background-position:-639px 0;
}
li.patients:hover, li.patients_over {
	background-position:-639px -28px;
}
li.patients a.nav_item, li.patients_over a.nav_item {
	width:179px;
	height:28px;
}

li.patients.iactive {
	background-position:-639px -28px;
	height: 36px;
}

li.patients div.menu {
	right:108px;
	min-width:152px
}
li.careers {
	background-position:-818px 0;
}
li.careers:hover, li.careers_over {
	background-position:-818px -28px;
}
li.careers a.nav_item, li.careers_over a.nav_item {
	width:98px;
	height:28px;
}

li.careers.iactive {
	background-position:-818px -28px;
	height: 36px;
}
/*=------------------------------subs--------------------------------*/
ul#topnav .menu {
	top: 18px;
	left: -57px;
	position:absolute;
	background:url(../i/bg_subNav.png) no-repeat top center;
	width: 966px;
	height: 241px;
	z-index: -1;
}
ul#topnav .menu ul.sub_nav {
	float:left;
}
ul#topnav .menu ul.sub_nav {
	margin:35px 10px 0 0;
	padding:0;
	width:220px;
	border-right: 1px solid #4f4f4f;
}
ul#topnav .menu ul.nBrdr {
	border: none;
}
ul#topnav .menu ul.sub_nav li {
	float:left;
	background-image:none;
	text-align: left;
	width: 160px;
	margin:0 0 15px 30px;
	padding: 0;
}


ul#topnav .menu ul.sub_nav li a{
	font: normal 14px Calibri, Verdana, Helvetica, sans-serif;
	f\ont: normal 12px Verdana, Helvetica, sans-serif;
}



ul#topnav .menu ul.sub_nav li a, 
ul#topnav .menu ul.sub_nav li a:link, 
ul#topnav .menu ul.sub_nav li a:visited {
display: block;
	color:#fdd58a;
	text-decoration:underline;
	height:100%;
	background-color:transparent;
}


ul#topnav .menu ul.sub_nav li a:hover {
	color:#fff;
	background-color:transparent;
}
ul#topnav .menu ul.sub_nav li a:active {
	color:#fff;
	text-decoration: underline;
	background-color:transparent;
}
ul#topnav li .menu {
	display:none;
}
ul#topnav li:hover .menu {
	display:block;
}
ul#topnav li.over .menu {
	display:block;
	width:200px;
	height:1%;
}
ul#topnav a.nav_item span {
	position:absolute;
	left:-10000px;
	width:1px;
	height:1px;
	overflow:hidden;
}

