/*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
{
	border: solid 1px white;
	border-bottom: solid 3px white;
	
	
}
Menu_menuNav
{
 width:100%;
 
 
}
.menu-item{
	
}

.menu-item span{
	color:#fff;
	display:block;
	font:bold 11 verdana,tahoma,sans-serif;
	padding:9px 1px;
	background-color:#7FB2A7;
	white-space:nowrap;
	
}
.menu-item-hover{
	background-color:#DDD;
	cursor:pointer;/*do NOT change to hand*/
}
.menu-item-hover span{
	color:#73655D;
	display:block;
	font:bold 11px verdana,tahoma,sans-serif;
	padding:9px 1px;
	white-space:nowrap;
}
table.menu-subitem{
	background:none;
	border-collapse:collapse;
	border-style:none;
}
.menu-subitem{
	background-color:#E3EEEB;
	border:1px solid #73655D;
}
.menu-subitem span{
	color:#746353;
	display:block;
	font:bold 10px verdana,tahoma,sans-serif;
	padding:2px 5px;
		
}
.menu-subitem-hover{
	background-color:#F3DAB8;
	border:1px solid #73655D;
	cursor:pointer;/*do NOT change to hand*/
}
.menu-subitem-hover span{
	color:#73655D;
	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:82px;
	height:33px;
}
.menu-facialTreatments,
.menu-facialTreatments img{
	cursor:pointer;
	width:117px;
	height:33px;
}
.menu-bodyTreatments,
.menu-bodyTreatments img{
	cursor:pointer;
	width:115px;
	height:33px;
}
.menu-ourPhysicians,
.menu-ourPhysicians img{
	cursor:pointer;
	width:149px;
	height:33px;
}
.menu-ourProducts,
.menu-ourProducts img{
	cursor:pointer;
	width:93px;
	height:33px;
}
.menu-whatsNew,
.menu-whatsNew img{
	cursor:pointer;
	width:88px;
	height:33px;
}
.menu-contactUs,
.menu-contactUs img{
	cursor:pointer;
	width:92px;
	height:33px;
}

