/* ------------------------------------------------------------------------------------
							  Dropdown Menu 
 ------------------------------------------------------------------------------------ */
div#navbar {
	width: 620px;
	height: 18px;
	background-image: url(../images/menubar2.gif);
	padding: 0px;
}
div.menuBar {
	border: solid 2px #ffffff;
	padding-bottom: 0px;
	font-family: Trebuchet MS;
	}
div.menuBar a.menuButton {
	border: none;
	cursor: pointer;
	padding: 0px 0px 0px 0px;
	position: relative;
	text-decoration: none;
	z-index: 100;
	font-weight: normal;
	font-size: 13px;
	font-family: Trebuchet MS, Arial, Helvetica;
	color: #a53424;
	border: none;
}
div.menu {
	background-color: #a53424;
	position: absolute;
	visibility: hidden;
	z-index: 101;
	width: 17em;
	border-top: white 1px solid;
	border-right: white 1px solid;
	border-left: white 1px solid;
	font-family: Trebuchet MS, Arial, Helvetica;
	padding: 0px;
}
div.menu a:link, div.menu a:visited, div.menu a:active, div.menu a:hover {
	color: #ffffff;
	cursor: pointer;
	display: block;
	padding: 2px 4px;
	text-decoration: none;
	white-space: pre;
	border-bottom: white 1px solid;
	z-index: 101;
	font-size: 12px;
	font-family: Trebuchet MS, Arial, Helvetica;
	font-weight: normal;
  }
div.menu a:hover {
	background-color: brown;
}

a.gnav:link {color: #A53424; text-decoration: none}
a.gnav:visited {color: #A53424; text-decoration: none}
a.gnav:active { color: #666666; text-decoration: none}
a.gnav:hover { color: #666666; text-decoration: none}

.gnav {
	font-family: Trebuchet MS;
	font-size: 10pt;
	font-style: normal;
	font-weight: bold;
	color: #A53424;
	text-decoration: none;
}
