﻿@charset "utf-8";

#menu
{
	width: 100%;
	float: left;
}

#menu ul
{
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
	height: 42px;
}

#menu a
{
	display: block;
	padding: 5px 5px 5px 5px;
	margin: 0;
	border-width: 0px;
	border-style: solid;
	border-color: #333 #444 gray #666;
	font: normal 12px ms sans serif, microsoft sans serif, cordia new, angsana new;
	color: #006C67;
	background: #E6EFF9;
	text-decoration: none;
	height: 12px;
}

#menu ul li
{
}

#menu ul li h3 a
{
	padding-top: 12px;
	color: #006C67;
	background-color: Transparent;
	font-size: 16px;
	font-weight: normal;
	height: 26px;
	text-align: center;
}

#menu ul ul ul#ClinicsAndCenters a
{
	height: 10px;
	font-size: 10px;
}

#menu ul li h3 a:hover
{
	font-weight: normal;
}

#menu ul ul ul#Procedure a
{
	height: 9px;
	font-size: 9px;
	padding-top: 1px;
	padding-bottom: 1px;
	position: absolute;
	z-index: 501;
	width: 230px;
	top: 0;
	left: 100%;
	border-left: solid 1px Green;
	margin: 0;
	padding: 0;
}

#menu ul ul ul#Procedure a:hover
{
	color: Orange;
}

#menu h3
{
	margin: 0;
	padding: 0;
	display: block;
	text-align: center;
	height: 42px;
}

#menu a:hover
{
	/* background: #ffffff; */
	font-weight: bold;
}

#menu li
{
	position: relative;
}

#menu ul ul
{
	position: absolute;
	z-index: 500;
	left: 0;
	top: 100%;
	margin: 0;
	padding: 0;
	border: solid 1px gray;
}

#menu ul ul ul
{
	position: absolute;
	z-index: 501;
	width: 180px;
	top: 0;
	left: 100%;
	margin: 0;
	padding: 0;
}

div#menu ul ul, div#menu ul li:hover ul ul
{
	display: none;
}

div#menu ul li:hover ul, div#menu ul ul li:hover ul
{
	display: block;
}

.brown11
{
	font-family: Arial;
	color: #BB5E00;
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
}
a.blue11
{
	font-family: Arial;
	color: #449a97;
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
}
a.blue11:link
{
	font-family: Arial;
	color: #449a97;
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
}
a.blue11:visited
{
	font-family: Arial;
	color: #449a97;
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
}
a.blue11:hover
{
	font-family: Arial;
	color: #449a97;
	font-size: 11px;
	font-weight: normal;
	text-decoration: underline;
}

#root 
{
	width: 100%;
	text-align: center;
}

#header 
{
	text-align: center;
	width: 100%;
}

#content 
{
	background-image: url(/images/center_bg1.gif); 
	background-repeat: repeat-x; 
	height: 100%;
	width: 100%;
}

#actual_content 
{
	width: 1002px;
	text-align: center;
}

#footer 
{
	text-align: center;
	width: 100%;
}

.text10px
{
	font-size: 10px;
}