/* CSS Document */

ul#nav li a#current {
	text-decoration: none;
	color: #666;
}

.nav_holder {
	padding: 0;
	margin: 0;
}

ul#nav {
	display: block;
	text-align: center;
	width: 686px;
	height: 24px;
	margin-left: 70px;
	margin-right: 0;
	margin-top: 0px;
	padding: 20px 0 0 0;
	border: 0;
}



ul#nav li {
	float: left;
	height: 26px;
	list-style: none;
	font-weight: normal;
	border: 0;
	border-top: solid 1px #a1814c;
}

ul#nav li a {
	padding: 8px 12px 8px 11px;
	line-height: 24px;
	height: 24px;
	color: #b18c4e;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.85em;
	font-weight: bold;
}

.home, .about, .treatments, .latestnews, .faqs, .testimonials, .links, .fertility, .pregnancy, .mens_health{
	background: url(../grfx/nav_divider.gif) center right no-repeat;
}

ul#nav li a:hover {
	text-decoration: none;
	color: #666;
}


/*________________NAV2________________*/

ul#nav2 li a#current {
	text-decoration: none;
	color: #666;
}

.nav_holder {
	padding: 0;
	margin: 0;
}

ul#nav2 {
	display: block;
	text-align: center;
	width: 686px;
	height: 24px;
	margin-left: 105px;
	margin-right: -150px;
	margin-top: 0px;
	padding: 5px 0 0 0;
	border: 0;

}



ul#nav2 li {
	float: left;
	height: 26px;
	list-style: none;
	font-weight: normal;
	border: 0;
	border-top: solid 1px #a1814c;
}

ul#nav2 li a {
	padding: 8px 12px 8px 11px;
	line-height: 24px;
	height: 24px;
	color: #b18c4e;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.85em;
	font-weight: bold;
}

ul#nav2 li a:hover {
	text-decoration: none;
	color: #666;
}
