ul#menu {
  /*width: 100px;*/
  list-style-type: none;
  border-top: solid 1px #b9a894;
  margin: 0;
  padding: 0;
}

ul#menu ol {
  display: none;
  text-align: right;
  list-style-type: none;
  margin: 0;
  padding: 5px;
}

ul#menu li, 
  ul#menu a {
  font-family: verdana, sans-serif;
  font-size: 11px;
  color: #785a3c;
}

ul#menu li {
  border-bottom: solid 1px #b9a894;
  line-height: 15px;
}

ul#menu ol li {
  border-bottom: none;
}

/*ul#menu ol li:before {
  content: "- ";
}*/

ul#menu a {
  text-decoration: none;
  outline: none;
}

ul#menu a:hover {
  color: #539dbc;
}

ul#menu a.active {
  color: #be5028;
}

body {font-family: arial}
td {background-color:white}
td.grey {background-color:lightgrey}
td.blue {background-color:lightblue}
td.redtext {color:red}
tr.redtext {color:red}
a.redtext:link {color:red}
a.redtext:visited {color:red}
input {background-color:white}
input.grey {background-color:lightgrey}
input.blue {background-color:lightblue}

table.ridge {border-style:ridge;}

/* jquery ui autocomplete formatting */
.ui-autocomplete {
	max-height: 100px;
	overflow-y: auto;
	/* prevent horizontal scrollbar */
	overflow-x: hidden;
	/* add padding to account for vertical scrollbar */
	padding-right: 20px;
	font-size:10px;
}
/* IE 6 doesn't support max-height
 * we use height instead, but this forces the menu to always be this tall
 */
* html .ui-autocomplete {
	height: 100px;
}
.crumbs{
	font-size: 10px;
}
