/* MAIN NAVIGATION */

#home #nav #t1 a,
#team #nav #t2 a,
#services #nav #t3 a,
#newpatient #nav #t4 a,
#faqs #nav #t5 a,
#library #nav #t6 a,
#contact #nav #t7 a {
	background: url("../images/tile_nav_r.gif") repeat-x left top;
	color: #453425;
	text-shadow: 0 0 .2em #fff, 0 0 .1em #fff; /* CSS3 for modern browsers */
}

#nav {
	padding: 4px 0 0 30px;
}

#nav, #nav ul {
	list-style: none;
	line-height: 27px;
	margin: 0 auto;
/* 	padding: 4px 0 0 0; */
	font-family: "Trebuchet MS", Lucida Sans Unicode, Lucida Grande, sans-serif;
	font-size: 11px;
/* 	font-weight: bold; */
	letter-spacing: .1em;
	text-transform: uppercase;
/* 	text-shadow: -1px -1px .2em #290000, 1px 1px .2em #C34E4A; */
}

#nav a {
	display: block;
	padding: 0 18px; /* Use this setting to have variable-width buttons */
	color: #fff;
	text-align: center;
	text-decoration: none;
}

#nav a:hover {
	background: url("../images/tile_nav_r.gif") repeat-x left top;
	color: #453425;
	text-shadow: 0 0 .2em #fff, 0 0 .1em #fff; /* CSS3 for modern browsers */
}

#nav li { /* all list items */
	float: left;
/* 	width: 118px; */  /* Use this setting to have fixed-width buttons */
	padding: 0;
}

/* !SECONDARY DROP-DOWN NAVIGATION */

#nav li ul {
	position: absolute;
	z-index: 100;
	left: -999em;
	width: 190px;
	background-color: #251100;
	height: auto;
	margin: 0;
	padding: 0;
	border-top: 1px solid #251100;
	border-right: 1px solid #252525;
	border-bottom: 1px solid #252525;
	border-left: 1px solid #33251a;
}

#nav li ul li {
	width: inherit;
/* 	font-size: 11px; */
	font-weight: normal;
	text-transform: none;
	text-indent: 10px;
}

#nav li ul li.first {
	background: url("../images/dropshadow_nav.gif") repeat-x left top;
}

#nav li ul li.first a:hover {
	background: #c7792c url("../images/dropshadow_nav_r.gif") repeat-x left top;
	color: #fff;
}

#nav li ul li a {
	background: none;
	width: 170px; /* 190 actual */
	padding: 0 10px;
	line-height: 24px;
	color: #9cc6ca;
/* 	font-size: 12px; */
	letter-spacing: normal;
	text-align: left;
	text-shadow: none;
	border-bottom: 1px solid #33251a;
}

#nav li ul li a:hover {
	background: #9cc6ca;
	color: #fff;
}

/* !3RD LEVEL DROP-DOWN NAVGIATION */

#nav a.submenu {
	background: url("../images/arrow_right.gif") center right no-repeat;
}

#nav ul.level3 {
	margin: -25px 0 0 170px;
/* 	background-image: none; */
}

#nav ul.level3 a.topitem {
	background-color: #f0c00a;
}

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
	left: -999em;
}

#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul {
	left: auto;
}



/* !SECONDARY PAGE NAVIGATION */
 
ul#page_nav {
	list-style: none;
	margin: 0;
	padding: 0 0 20px 0;
	border: none;
}
		
ul#page_nav li {
	margin: 0;
	padding: 0;
	background: url("../images/arrow_nav.png") no-repeat 250px center;
	border-bottom: 1px dotted #9cc6ca;
	line-height: 30px;
}
	
ul#page_nav a:hover {
	background: #ebf4f6 url("../images/arrow_nav_r.png") no-repeat 250px center;
}

ul#page_nav li.active {
	background: url("../images/arrow_nav_r.png") no-repeat 250px center;
}
 
ul#page_nav li a {
	display: block;
/* 	height: 52px; */
	font-size: 12px;
	color: #558080;
/* 	line-height: 42px; */
	text-indent: 10px;
	text-decoration: none;
	cursor: pointer;
}

ol#faqs {
	margin-left: 15px;
	padding: 0;
}

ol#faqs li {
	background: url("../images/arrow_nav.png") no-repeat right top;
	border-bottom: 1px dotted #9cc6ca;
	padding: 0 30px 2px 0;
}

ol#faqs li.active {
	background: url("../images/arrow_nav_r.png") no-repeat right top;
}

ol#faqs a:hover {
	text-decoration: underline;
}

ol#faqs li {
	margin-bottom: 8px;
}

ol#faqs li a {
	cursor: pointer;
}



/* !FOOTER NAVIGATION */

#footernav {
	margin: 0 auto;
	padding: 0;
	list-style-type: none;
}

#footernav li {
	display: inline;
	border-right: 1px solid #669999;
}

#footernav li.last {
	border-right: none;
}

#footernav li a:link,
#footernav li a:visited,
#footernav li a:active {
	color: #669999;
	font-size: 11px;
	text-decoration: none;
	padding: 0px 10px;
}

#footernav li a:hover {
	color: #251100;
}

