/* Library Drop-Down Menus */

/* Modified 06.17.08 */


#primaryNav ul{
	float: left;
	width: auto;
	padding: 0;
	margin: 0 0 0 0;
	list-style: none;
	list-style-type: none;
	line-height: 1;
	z-index: 1000;
}


/* Main menu link attributes */
#primaryNav li {

	float: left;
	padding: 0 0 0 0;
	width: auto;  /* keep auto; this is the key to IE display bug */
	
}

#primaryNav a {
	
	display: block;
	width: 9.3em; /* Controls spacing between menubar links */
	padding: 0 0 0.6em 0;
	}


/* First-level drop-down box attributes */
#primaryNav li ul {
	position: absolute;
	left: -999em;
	width: 16.5em;
	margin: -1px 0 0 0px;
	padding: 0 0 0 0;
	background: #590100;
	border: solid #676767;
	border-width: 1px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-width: 1px;
	text-align: left;
}

/* First-level drop-down text width (not including arrows) */

#primaryNav li ul a {
	width: 14.5em;
	margin: 0.2em 0 0 0;
	padding:  0.3em 0 0.6em 0; 
}

/* Second-level drop-down box attributes */
#primaryNav li ul ul {
	margin: -1.8em 0 0 14.5em;
}


#primaryNav a.daddy {
	background: url(/lib/images/general/rightarrow.gif) center right no-repeat;
}


#primaryNav li:hover ul ul, #primaryNav li:hover ul ul ul, #primaryNav li.sfhover ul ul, #primaryNav li.sfhover ul ul ul {
	left: -999em;
}

#primaryNav li:hover ul, #primaryNav li li:hover ul, #primaryNav li li li:hover ul, #primaryNav li.sfhover ul, #primaryNav li li.sfhover ul, #primaryNav li li li.sfhover ul {
	left: auto;
	background-position: 0 0; /* This attribute added to fix bug with IE7 */
}
