@charset "utf-8";
/* CSS Document */

/* Navigation */
.nav, .nav ul { 
	list-style: none;
	margin: 0;
	padding: 0;
}

.nav {
	z-index: 998;
	position: relative;
}
.nav li {
	float: left;
	margin: 0;
	padding: 0;
	position: relative;
	padding: 0;
}

.nav li a, .nav li a:link, .nav li a:active, .nav li a:visited {
	color: #fff;
	display: block;
	text-decoration: none;
	font-size: 12px;
}

#nav-one li:hover ul a, 
#nav-one li.sfHover ul a {
	color: #ffffff;	
	font-weight:bold;
	padding: 10px 5px 10px 10px;
}
#nav-one li:hover ul a:hover, 
#nav-one li.sfHover ul a:hover {
	color: #ffffff;	
	background: #0274C9;
	padding: 10px 5px 10px 10px;
}

.nav ul {
	xbackground: #bc0606;
	list-style: none;
	margin: 5px 0px 0px 2px;
	position: absolute;
	top: -999em;
	left: 0px;
	z-index: 999;
}

.nav li ul {padding-top:2px;}

.nav li li {
	line-height:16px;
	width: 200px;
	border-bottom: 1px solid #0274C9;
background:#00539F;
margin-left:-2px;
}

.nav li.sub-level-0 a {
	font-size: 15px;
}


.nav li:hover ul,
.nav li.sfHover ul {
	top: 29px;
	color: #fff;
}
.nav ul li {
	float: none;
	color: #fff;
}


.nav-home {
background:url(/images/health/sprite.jpg) no-repeat;
	background-position: 0 0px;
	width: 80px;
	height: 36px;
	text-indent: -9999px;
}
.nav-home:hover {
	background-position: 0 -36px;
}
.nav-home.selected {
	background-position: 0 -36px;
}




.nav-difference {
background:url(/images/health/sprite.jpg) no-repeat;
	background-position: -80px 0;
	width: 199px;
	height: 36px;
	text-indent: -9999px;
}
.nav-difference:hover {
	background-position: -80px -36px;
}
.nav-difference.selected {
	background-position: -80px -36px;
}

.nav-specialties {
background:url(/images/health/sprite.jpg) no-repeat;
	background-position: -279px 0;
	width: 94px;
	height: 36px;
	text-indent: -9999px;
}
.nav-specialties:hover {
	background-position: -279px -36px;
}
.nav-specialties.selected {
	background-position: -279px -36px;
}

.nav-about {
background:url(/images/health/sprite.jpg) no-repeat;
	background-position: -373px 0;
	width: 151px;
	height: 36px;
	text-indent: -9999px;
}
.nav-about:hover {
	background-position: -373px -36px;
}
.nav-about.selected {
	background-position: -373px -36px;
}

.nav-news {
background:url(/images/health/sprite.jpg) no-repeat;
	background-position: -524px 0;
	width: 107px;
	height: 36px;
	text-indent: -9999px;
}
.nav-news:hover {
	background-position: -524px -36px;
}
.nav-news.selected {
	background-position: -524px -36px;
}





.nav-contact {
background:url(/images/health/sprite.jpg) no-repeat;
	background-position: -631px 0;
	width: 107px;
	height: 36px;
	text-indent: -9999px;
}
.nav-contact:hover {
	background-position: -631px -36px;
}
.nav-contact.selected {
	background-position: -631px -36px;
}
