/* Secondary/Tertiary Nav */
#secondaryNav	{
	font-size: 90%;
	}

#secondaryNav .secondaryMenu {
	display: none;
	visibility: hidden;
	}

#secondaryNav .tertiaryMenu {
	display: none;
	visibility: hidden;
	padding-right: 2px;
	}

/* added by Brant to shrink margin/padding to 
   the left of the bullet. Please test for
	 cross-browser issues. */
#secondaryNav ul {
	/* for Moz: */
	padding-left: 10px;
	/* for IE6: */
	margin-left: 10px;
}

#secondaryNav ul li {
	list-style-image: none;
	list-style-type: none;
	padding-bottom: 12px;
	}

.tertiaryMenu a {
  font-size: 12px;
	}

ul.tertiaryMenu {
  margin-bottom: 18px; border: none; 
	}

.secondaryMenu li {
  margin-top: 8px;
	}
	
#secondaryNav ul li ul li {
	padding-bottom: 0px;
}
.txtSmaller {
	font-size: smaller;
}

