/* CSS Document */

#hbMenu {		/* More menu css commands are in css_files/menu.css */
	margin: 0 auto;
	width: 800px;
	height: 30px;
/*	background-color: rgb(242,241,194);
*/  background-color: #BEC995;
	vertical-align: middle;
	text-align: center;
	border-style: solid;
	border-width: 2px 0 0 0;
	border-color: #888;
}

/* Button bar */
#hbMenu ul {
	float: left;
	width: 99px;
	w\idth: 95px;
	list-style: none;
	text-align: left;
	background: #96A562;
	font-size: 12px;
	font-weight: normal;
	padding: 0px;
	margin: 0;
	vertical-align: middle;
}

/* Button (non-selected) */
#hbMenu ul li a {
	display: block;
	text-decoration: none;
	color: black;
	text-align: center;
	padding: 0.125em 0.25em;
	border-color: #AAB680 #CED6B3 #6A7445 #565C40;
	border-width: 2px;
	border-style:solid;
}

/* Selected Button */
#hbMenu ul:hover li a, #hbMenu ul.hbhover li a {
	background: #D8E1B6;
	border-color: none;
/*	border-color: #AAB680;  */
}

/* 1st level drop-down menu -- all items */
#hbMenu ul li ul li a {
	display: block;
	text-decoration: none;
	color: black;
	padding: 0.25em 0.5em;
	text-align: left;
	border: 0;
/*	border-color: #AAB680; */
}

/* Selected 1st level item */
#hbMenu ul li ul li:hover a, #hbMenu ul li ul li.hbhover a  {
	background: #96A562;
}

/* 2nd level drop-down menu -- all items */
#hbMenu ul li ul li:hover ul li a, #hbMenu ul li ul li.hbhover ul li a  {
	background: #D8E1B6;
}

/* Selected 2nd level item */
#hbMenu ul li ul li ul li:hover a, #hbMenu ul li ul li ul li.hbhover a  {
	background: #96A562;
}

#hbMenu li {
	float: left;
	padding: 0;
	width: 100%;
	background-position:left;	
	border: 0;
}

#hbMenu a.daddy {
	background: url('graphics/rightarrow2.gif') center right no-repeat;
	font-weight: bold;
}

/* Drop-down container */
#hbMenu li ul {
	left: -999em;
	position: absolute;
	text-align:left;
	background: #D8E1B6;
	border: solid #AAB680;
	height: auto;
	width: 14.4em;
	w\idth: 13.9em;
	font-weight: normal;
	border-width: 0.25em;
	margin: 0;
}

#hbMenu li ul ul {
	margin: -2em 0 0 13em;
	background: #D8E1B6;
}

/* ??? drop-down container */
#hbMenu li:hover ul ul, #hbMenu li:hover ul ul ul, #hbMenu li.hbhover ul ul, #hbMenu li.hbhover ul ul ul {
	left: -999em;
}

/* Selected drop-down container */
#hbMenu li:hover ul, #hbMenu li li:hover ul, #hbMenu li li li:hover ul, #hbMenu li.hbhover ul, #hbMenu li li.hbhover ul, #hbMenu li li li.hbhover ul {
	left: auto;
	background: #D8E1B6;
}

#hbMenu li:hover, #hbMenu li.hbhover {
	background: #D8E1B6;
}


