/*Breadcrumbs*/
.breadcrumbs{
	font-size:9px;
	color:#666;
}
.breadcrumbs .separator{
	color:#999;
}
.breadcrumbs a,
.breadcrumbs a:visited{
	color:#666;
	text-decoration:none;
}
.breadcrumbs a:active,
.breadcrumbs a:hover{
	color:#333;
	text-decoration:underline;
}
/*ChildNavigation*/
ul.child-nav{
	margin:0;
	padding:0;
}
.child-nav li{
	list-style-type:none;
	margin:0;
}
.child-nav a,
.child-nav a:visited{
	font-weight:bold;
}
.child-nav a:active,
.child-nav a:hover{
	text-decoration:underline;
}
/*DhtmlMenu - <td class="[x]"><span>*/
.menu-item{
	background-color:#685066;
	/*border:1px solid #CCC;*/
}
.menu-item span{
	color:#F9E8BB;
	display:block;
	
	font:bold 10px verdana,tahoma,sans-serif;
	margin-top:7px;
	margin-bottom:7px;
	padding:3px 5px ;
	border-right:solid 1px #F9E8BB;
}
.menu-item-hover{
	background-color:#F9E8BB;
	/*border:1px solid #717171;*/
	cursor:pointer;/*do NOT change to hand*/
}
.menu-item-hover span{
	color:#685066;
	display:block;
	
	font:bold 10px verdana,tahoma,sans-serif;
	margin-top:7px;
	margin-bottom:7px;
	padding:3px 5px ;
	border-right:solid 1px #F9E8BB;
}
table.menu-subitem{
	background:none;
	border-collapse:collapse;
	border-style:none;
}
.menu-subitem{
	background-color:#F9E8BB;
	border:1px solid #685066;
}
.menu-subitem span{
	color:#685066;
	display:block;
	font:bold 10px verdana,tahoma,sans-serif;
	padding:2px 5px;
}
.menu-subitem-hover{
	background-color:#C0C88F;
	border:1px solid #685066;
	cursor:pointer;/*do NOT change to hand*/
}
.menu-subitem-hover span{
	color:#685066;
	display:block;
	font:bold 10px verdana,tahoma,sans-serif;
	padding:2px 5px;
}

/************** Custom Navigation (generated through the cms) ****************/

.menu-aboutUs,
.menu-aboutUs img{
	cursor:pointer;
	width:72px;
	height:33px;
}
.menu-faceAndNeck,
.menu-faceAndNeck img{
	cursor:pointer;
	width:150px;
	height:33px;
}
.menu-breastAndBody,
.menu-breastAndBody img{
	cursor:pointer;
	width:158px;
	height:33px;
}
.menu-ourSurgeons,
.menu-ourSurgeons img{
	cursor:pointer;
	width:87px;
	height:33px;
}
.menu-becomeAPatient,
.menu-becomeAPatient img{
	cursor:pointer;
	width:108px;
	height:33px;
}
.menu-whatsNew,
.menu-whatsNew img{
	cursor:pointer;
	width:80px;
	height:33px;
}
.menu-contactUs,
.menu-contactUs img{
	cursor:pointer;
	width:81px;
	height:33px;
}

