td.fontSize2NavBottom
	{
		font-family: Arial, Helvetica, sans-serif;
		font-size: .75em;
		letter-spacing:.03em;
	}
#navbar2
	{ /* position the navbar over the image */
		z-index: 30;
		padding: 0px;
		margin: 0px;
		position: relative;
		text-align: left;
		vertical-align: top;
		left: 128px;
		top: 59px;		/* was top: 58px; */
		font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
		font-size: 13pt;
		font-weight: bold;
	}

#dropdownmenu
	{
		text-align: center;
		padding-bottom: 0px;
		list-style-type: none;
		margin: 0px;
		padding-left: 0px;
		padding-right: 0px;
		padding-top: 0px;
	}

#dropdownmenu ul
	{
		text-align: center;
		padding-bottom: 0px;
		list-style-type: none; /* remove the bullets from the list items */
		margin: 0px;
		padding-left: 0px;
		padding-right: 0px;
		padding-top: 0px;
	}

#dropdownmenu ul li
	{
		display: inline; /* get the menu items to go horizontally across the screen */
	}

#dropdownmenu a
	{ /*  top menu bar text like Home, Calendar  */
		padding-bottom: 10px;
		padding-left: 15px; /* space between items = 30 */
		padding-right: 14px;
		display: block; /* separate the items */
		font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
		font-size: 20pt;
		font-weight: bold;
		color: black;
		font-size: 100%;
		text-decoration: underline;
		padding-top: 3px;
		width: auto; /* vary the menu items widths by their size */
	}

#dropdownmenu a.dodrop
	{
		padding-bottom: 5px;
		padding-left: 13px;
		padding-right: 13px;
		height: 23px;
		font-weight: bold;
		padding-top: 3px;
	}

#dropdownmenu .dodrop:hover
	{ /* put background color on menu bar with hover */
		padding-bottom: 5px;
		padding-left: 13px;
		padding-right: 13px;
		padding-top: 3px;
		background: #fff6db; /* light orange */
	}

#dropdownmenu .dodrop:active
	{
		padding-bottom: 5px;
		padding-left: 13px;
		padding-right: 13px;
		padding-top: 3px;
	}

#dropdownmenu li
	{ /* controls dropdown list item text  */
		width: auto;
		display: inline;
		float: left;
		text-decoration: none;
		font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
		font-size: 13pt;
		font-weight: bold;
	}

#dropdownmenu li ul
	{ /* width of box */
		text-align: left;
		width: 250px;
		font-size: 100%;
	}

#dropdownmenu ul li
	{ /* width of item */
		text-align: left;
		width: 250px;
		font-size: 100%;
	}

#dropdownmenu ul li a
	{ /* list item that drops down ?   was bold does not seem to be being used */
		padding-bottom: 3px;
		padding-left: 16px;
		padding-right: 12px;
		color: #444444; /* dark gray */
		font-weight: bold;
		border-right: 0px;
		padding-top: 3px;
	}

#dropdownmenu li ul
	{
		z-index: 200;
		border-bottom: #222222 1px solid; /* color(black?) width style */
		position: absolute;
		border-left: #222222 1px solid;
		display: none;
		margin-left: -1px;
		border-top: medium none;
		border-right: #222222 1px solid; /* color(black?) width style */
	}

#dropdownmenu li ul li
	{
		line-height: 31px;
		vertical-align: middle;
	}

#dropdownmenu li:hover a
	{ /* controls dropdown list item text, top menu bar text like HOME  the background here hold the color when we move into the dropdown */
		color: #000000; /* black */
		font-weight: bold;
		background: #fff6db; /* light orange */
	}

#dropdownmenu a:focus
	{
		color: #222222; /* black? */
		font-weight: bold;
	}

#dropdownmenu li:hover ul
	{ /* sets dropdown box background color */
		display: block;
		background: #fff6db; /* light orange */
	}

#dropdownmenu li:hover ul a
	{ /* draws dropdown  */
		background: none transparent scroll repeat 0% 0%;
		color: black;
		font-weight: normal;
		text-decoration: none;
		font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
		font-size: 12pt;
		font-weight: bold;
	}

#dropdownmenu ul a:hover
	{
		background-image: none !important;
		background-color: #fc9c3f !important; /* dark orange */
		color: #ffffff !important;  /* white */
		font-weight: normal;
	}
