/* There is a version of this file commented in great detail for educational purposes here:
 * http://users.tpg.com.au/j_birch/plugins/superfish/superfish.commented.css
 */

/*** ESSENTIAL STYLES ***/
.nav, .nav * {
	margin:0;
	padding:0;
	list-style:none;
}
.nav {
	line-height:1.0;
}
.nav ul {
	position:absolute;
	top:-999em;
	width: 180px;
}
.nav ul li,
.nav a {
	width: 100%;
}
.nav li {
	float:left;
	position:relative;
	z-index:99;
}
.nav a {
	display:block;
}
.nav li:hover ul,
ul.nav li.sfHover ul {
	left:-1px;
	top:2.5em;
}
.nav li:hover li ul,
.nav li.sfHover li ul {
	top:-999em;
}
.nav li li:hover ul,
ul.nav li li.sfHover ul {
	left:9.45em;
	top:-1px;
}
.superfish li:hover ul,
.superfish li li:hover ul {
	top: -999em;
}

/*** ORIGINAL SKIN ***/
.nav {
	float:left;
	margin-bottom:1.5em;
	position: absolute;
	/*top: 82px;
	left: 10px;*/
}
.nav li {
	background:#00A88E;
	width:auto;
}
.nav a {
	color: #13a;
	padding: 0;
	text-decoration:none;
	/*text-indent: 2em;*/
}
.nav li:hover, .nav li.sfHover,
.nav a:focus, .nav a:hover, .nav a:active {
	font-family: "MS Sans Serif";
	font-size: 15px;
	color: #ffffff;
	background: #00957b; /*#31B8A3;*/

}
.nav li ul {
	border-bottom: 2px solid #C1CBCF;
}
.nav li li {
	width: 176px;
	background: #F2F2F2;
	height: auto;
	text-indent: 0;
	border: 2px solid #C1CBCF;
	border-bottom: 0px;
}
.nav li li a {
	width: 166px;
	height: auto;
	color: #00A88E;
	padding: 7px 5px;
}
.nav li li a:hover {
	color: #FFFFFF;
	background: #00957B;
}



/*-----Menu Eng-----*/
.nav #menuHome {
	width: 79px;
	height: 39px;
	background-image: url(../images/menu/home.jpg);
}
.nav #menuAbout {
	width: 109px;
	height: 39px;
	background-image: url(../images/menu/about.jpg);
}
.nav #menuMedical {
	width: 136px;
	height: 39px;
	background-image: url(../images/menu/medicalservice.jpg);
}
.nav #menuDoctor {
	width: 92px;
	height: 39px;
	background-image: url(../images/menu/doctor.jpg);
}
.nav #menuCheckup {
	width: 158px;
	height: 39px;
	background-image: url(../images/menu/checkup.jpg);
}
.nav #menuPatient {
	width: 124px;
	height: 39px;
	background-image: url(../images/menu/patientguide.jpg);
}
.nav #menuNews {
	width: 135px;
	height: 39px;
	background-image: url(../images/menu/news.jpg);
}
.nav #menuContact {
	width: 107px;
	height: 39px;
	background-image: url(../images/menu/contact.jpg);
}


/*-----Menu Thai-----*/
.nav #menuHome_th {
	height: 39px;
	background-image: url(../images/menu/home_th.jpg);
	width: 84px;
}
.nav #menuAbout_th {
	height: 39px;
	background-image: url(../images/menu/about_th.jpg);
	width: 102px;
}
.nav #menuMedical_th {
	height: 39px;
	background-image: url(../images/menu/medicalservice_th.jpg);
	width: 140px;
}
.nav #menuDoctor_th {
	height: 39px;
	background-image: url(../images/menu/doctor_th.jpg);
	width: 153px;
}
.nav #menuCheckup_th {
	height: 39px;
	background-image: url(../images/menu/checkup_th.jpg);
	width: 105px;
}
.nav #menuPatient_th {
	height: 39px;
	background-image: url(../images/menu/patientguide_th.jpg);
	width: 145px;
}
.nav #menuNews_th {
	height: 39px;
	background-image: url(../images/menu/news_th.jpg);
	width: 119px;
}
.nav #menuHealthcorner_th {
	height: 39px;
	background-image: url(../images/menu/healthcorner_th.jpg);
	width: 92px;
}
