/* Nav bar - http://www.htmldog.com/articles/suckerfish/dropdowns/ */
#navBar_wrapper {
	width: 184px;
	z-index: 1001;
}
#nav {
	color: #311505;
	list-style: none;
	margin: 0 0 0 7px;
	padding: 5px 0 0 0;
	text-align: left;
	width: 160px;
}
#nav li {
	border-bottom: 1px solid #d1cac6;
	padding: 1px 1px 0 0;
}
#nav a {
	color: #311505;
	display: block;
	font-weight:bold;
	font-size: 10px;
	height: 24px;
	line-height: 24px;
	padding: 0 0 0 5px;
	position: relative;
	text-decoration: none;
	z-index: 1003;
}

/* new selected state styles */
#mainNav.home #nav-first a,
#mainNav.wilsons #nav-second a,
#mainNav.cystinuria #nav-third a,
#mainNav.arthritis #nav-fourth a,
#mainNav.cuprimine #nav-fifth a,
#mainNav.resources #nav-sixth a
{
	background: url(../images/mainNav-bullet.gif) no-repeat 2px center;
	color: #c49c05;
	padding-left: 12px;
}

#nav ul {
	background: #fff;
	border: 1px solid #1199CE;
	border-top: none;
	left: -999em;
	list-style: none;
	margin: 0;
	padding: 0;
	position: absolute;
	z-index: 1002;
}

#nav a:hover
{
	color: #c49c05;
}

/* Will change each cell of drop down menu items * /
#nav ul a, #nav-first:hover ul a, #nav-first ul a:hover, #nav-second:hover ul a, #nav-second ul a:hover, #nav-third:hover ul a, #nav-third ul a:hover, #nav-fourth:hover ul a, #nav-fourth ul a:hover, li#nav-first.sfhover ul a, li#nav-second.sfhover ul a, li#nav-third.sfhover ul a, li#nav-fourth.sfhover ul a, li#nav-first.selected ul a, li#nav-second.selected ul a, li#nav-third.selected ul a, li#nav-fourth.selected ul a {
	color: #4c4c4c;
	background-color:#FFFFFF;
	font-size: 12px;
	font-weight: normal;
	height: auto;
	padding: 4px 5px 3px 6px;
	position: relative;
	text-align: left;
	z-index: 1001;
}
*/

#nav li:hover ul {left: auto;}

#nav li#nav-sixth {
	border-bottom: none;
}

/* --- Tertiary Navigation --- * /
#nav #nav-tertiary ul {
	background-color:#FF0000;
	border: 1px solid #1199CE;
	padding: 0;
	margin: -23px 0 0 152px;
	left: -999em;
	position:absolute;
}
#nav li#nav-tertiary:hover ul, #nav li#nav-tertiary.sfhover ul {left: auto;}
/ * --- END tertiary navigation --- */



/* ------ DON'T NEED FOR THIS SITE ------ */
/* (controls background image of main nav headers)
li#nav-first.selected a {background: transparent url('') 0 top left no-repeat;}
li#nav-second.selected a {background: transparent url('') top left no-repeat;}
li#nav-third.selected a {background: transparent url('') top left no-repeat;}
li#nav-fourth.selected a {background: transparent url('') top left no-repeat;}
*/

