
#navContainer {z-index:3; width:100%; text-align:left; border:0px solid #ddd; /* #bedfc4 */
							margin:0 auto; padding-bottom:1.3em}
	
#nav, #nav ul {font-size:1.0em; float:left; width:665px; list-style:none; /* width of bottom red line */
							line-height:1; background:#bfe2f9; font-weight:bold; /* background colors the band of five links across the page */
							padding:0; border:solid #999; border-width:0 0 1px 0; margin:0 0 0 0}
							
#nav ul{background:#bfe2f9;}/* colors the drop-down boxes a shade darker blue */
							
#nav {padding-left:6em}/* how far from the left side the main nav bar is */
	
#nav a {display:block; width:10em; w\idth:6em; color:#db2438; text-decoration:none; padding:0.25em 0.4em}
				/* color, text-dec and pad affect all the links. I reduced padding L/R from 2em to 0.4em  */
	
#nav a.topDrop {background:url(../pics/rightArrowYellow.gif) center right no-repeat;}
								/* the yellow triangle icon */
	
#nav li {float:left; padding:0; width:8.5em}/* space between each main link */
	
#nav li ul {position:absolute; left:-999em; height:auto; 
		width:9.8em; w\idth:9.2em; font-weight:normal; border-width:0.1em; margin:0; z-index:1000}
	/* 9.8 and 9.2 are width of drop-down rectangles; z-index keeps menus above the .js rotating imgages in right column */
	
#nav li li {padding-right:0.9em; width:7.5em}/* 7.5 is width of invisible anchors of drop-down links */
		/*these two maintain the bridge to the secondary links through the yellow triangle */
	
#nav li ul a {width:13em; w\idth:9em}/* affects the invisible width of the box of links under each main dropdown */

#nav li ul li{font-size:0.9em} /* I added this one to make the Sign Our Guestbook link fit */

	/* this decorates the dropdown menu's anchor hover */
#nav li ul a:hover {width:13em; w\idth:9em; color:blue; text-decoration:underline}
	
#nav li ul ul {margin:-1.75em 0 0 10.4em}/* how far to the right the secondary set of links is (after the yellow triangle) */
	
#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}
	
#nav li:hover, #nav li.sfhover {background:#bfe2f9} /*colors the drop-down menus and hover anchors */