/* CSS Document *//* ---------- TOP NAVIGATION ---------- */#smoothmenu1 {	float: left;	width: 940px;	height: 55px;	margin-top: 20px;	background:		url(../graphics/csslayout/bg-navbar.gif)		repeat-x;}.ddsmoothmenu ul {	z-index: 100;	position: relative;	display: inline;	list-style-type: none;	margin: 0;	padding: 0;}.ddsmoothmenu li {	float: left;	position: relative;	display: inline;	list-style-type: none;}.ddsmoothmenu ul li a {	display: block;	text-decoration: none;	margin: 5px 0 0 0;}.ddsmoothmenu li a {	float: left;	list-style-type: none;	font-family: Helvetica, "Lucida Grande", Arial, sans-serif;	font-size: 14px;	color: #fff;	text-decoration: none;	text-align: left;	padding: 7px 3px 0px 8px;	border-left: 1px solid #3887A4;}.ddsmoothmenu li a:hover, .ddsmoothmenu ul li a.selected {	font-family: Helvetica, "Lucida Grande", Arial, sans-serif;	color: #fff;	background:		#3982AC;}.ddsmoothmenu ul li ul {	position: absolute;	display: none; 	visibility: hidden;	margin: 0;}.ddsmoothmenu ul li ul li a {	width: 160px;	height: 20px;	font-size: 12px;	color: #fff;	background:		#3982AC;	border-left: none;	border-top: 1px solid #469FD2;	margin: 0 0 0 1px;}.ddsmoothmenu ul li ul li a:hover {	color: #fff;	font-weight: normal;	background:		#2F6B8E;}.ddshadow{	position: absolute;}.toplevelshadow{ /*shadow opacity. Doesn't work in IE*/	opacity: 1;}/*IE6 hack to get sub menu links to behave correctly*/*html .ddsmoothmenu ul li a {	display: inline-block;}/* ----- EXTRA ----- */.nav-home a {	width: 95px;	height: 38px;}.nav-physicians a {	width: 115px;	height: 38px;}.nav-services a {	width: 145px;	height: 38px;}.nav-products a {	width: 145px;	height: 38px;}.nav-office a {	width: 155px;	height: 38px;}.nav-resources a {	width: 100px;	height: 38px;}.nav-contact a {	width: 95px;	height: 38px;	border-right: none;}.label {	display: block;	font-size: 10px;	line-height: 12px;	font-weight: normal;	color: #CAF2FA;	cursor: pointer;} 
