/* top menus */
a.topbutton:hover  {
	background-image: url(../images/inmenu_on_02.gif);
	background-attachment: fixed;
	background-repeat: no-repeat;
	padding: 0;
	margin: 0;
}
a.topbutton:link, a.topbutton:visited  {
	display: block;
	width: 93px;
	height: 44px;
	padding: 0;
	margin: 0;
}
.topbutton {
	background-attachment: fixed;
	background-repeat: no-repeat;
}

/* dropdowns */
.topdrop, ul.topdrop{ 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #8D8D8D;
	list-style: none;
	padding: 0;
	margin: 0;
}
.topdrop li { 
	list-style: none;
	float: left;
	text-align: left;
	padding: 0px 0px 0px 0px;
}
.topdrop li a {
	text-align:left;
	display: inline;
	color: #8D8D8D;
	text-decoration:none;
}
.topdrop li a:hover {
	text-decoration:underline;
}

/*inner table*/
.topdrop li .content {
	position:relative;
	padding-top: 8px;
	padding-left: 25px;
	padding-right: 27px;
	/*
	background:url('../images/dot_horiz.gif') no-repeat;
	background-position:bottom left;*/
}

.topdrop li td td a {
	display:inline-block;
	/*padding: 5px 5px 5px 10px;*/
	padding: 0px 0px 0px 12px;
	margin:0px;
}
.topdrop li td td a:hover {
	/*display:block;*/
	/*color:#FFFFFF;*/
	/*text-decoration:none;*/
	/*background:#A5C4CB;*/
}

.topdrop li ul { /* second-level lists */
	z-index:1000;
	position: absolute;
	/*background: #F6F6F6;*/
	height: auto;
	font-weight: normal;
	/*width: 200px;*/
	left: -999em;
	padding:-3px 0 0 0;
/*	border-left: solid #CBCBCB 1px;
	border-bottom: solid #FFFFFF 1px;
	border-right: solid #FFFFFF 1px;*/

}
.topdrop li ul li a{
	/*padding: 6px 8px 6px 8px;*/
}
.topdrop li ul li:hover, .topdrop li ul li.sfhover {
	background: #FFFFFF;
	text-decoration: underline;
}
.topdrop li:hover {
   background-position: 0 0 0 0;
}
.topdrop li:hover, .topdrop li.sfhover {
	position:static;/*supposed to fix IE7 problem*/
}

.topdrop li:hover ul, .topdrop li li:hover ul, .topdrop li.sfhover ul, .topdrop li li.sfhover ul { 
	margin:0;
	padding:0;
	left: auto;
	padding-left:1px;
	margin-top:-3px;
}

/* customize drops */

a.topbutton.par:hover  {
	background-image: url(../images/nav_experience_over.gif);
}
.topdrop.par li:hover, .topdrop.par li.sfhover {
	background-image: url(../images/nav_experience_over.gif);
}
.topdrop.par li ul { /* second-level lists */
	width: 240px;
	margin-left:-6px;
}
a.topbutton.par:link, a.topbutton.par:visited , .topdrop.par li {
	width: 184px;
}


a.topbutton.pat:hover  {
	background-image: url(../images/nav_patients_over.gif);
}
.topdrop.pat li:hover, .topdrop.pat li.sfhover {
	background-image: url(../images/nav_patients_over.gif);
}
.topdrop.pat li ul { /* second-level lists */
	width: 240px;
	margin-left:-6px;
}
a.topbutton.pat:link, a.topbutton.pat:visited , .topdrop.pat li {
	width: 132px;
}

a.topbutton.phy:hover  {
	background-image: url(../images/nav_physicians_over.gif);
}
.topdrop.phy li:hover, .topdrop.phy li.sfhover {
	background-image: url(../images/nav_physicians_over.gif);
}
.topdrop.phy li ul { /* second-level lists */
	width: 240px;
	margin-left:-6px;
}
a.topbutton.phy:link, a.topbutton.phy:visited , .topdrop.phy li {
	width: 147px;
}

a.topbutton.con:hover  {
	background-image: url(../images/nav_contact_over.gif);
}
.topdrop.con li:hover, .topdrop.con li.sfhover {
	background-image: url(../images/nav_contact_over.gif);
}
.topdrop.con li ul { /* second-level lists */
	width: 240px;
	margin-left:-6px;
}
a.topbutton.con:link, a.topbutton.con:visited , .topdrop.con li {
	width: 142px;
}
