table.treemenu {
  list-style-type: none;
  padding: 0px;
	margin: 0px;
	margin-left: 10px;
	text-align: center;
	width: 959;
}

table.treemenu td, table.treemenu td.first {
  height: 30px;
  margin: 0px;
	padding: 0px;
	text-align: center;
}

table.treemenu .left, table.treemenu .right {
  display: block;
  float: left;
	width: 15px;
	height: 30px;
}

table.treemenu td a {
  color: #827562 !important;
  text-decoration: none;
}

table.treemenu td a .middle {
	display: block;
	float: left;
  padding: 10px 0px 6px 0px;
  font-size: 12px;
  font-weight: normal;
  font-family: Verdana;
}

table.treemenu td a.hover {
  color: #FFFFFF !important;
	text-decoration: none;
  filter: alpha(opacity=90,finishopacity=90,style=0);
  opacity: .90;
  -moz-opacity: 0.90;
}

table.treemenu td a.hover .middle {
	background-color: #bbb09b;
  cursor: pointer;
}

table.treemenu td a.hover .left {
  background-image: url('../../images/menu_top_left.jpg');
  cursor: pointer;
}

table.treemenu td a.hover .right {
  background-image: url('../../images/menu_top_right.jpg');
  cursor: pointer;
}

table.treemenu td .submenu_div {
  position: absolute;
  left: 0px;
  top: 0px;
  border: none;
  filter: alpha(opacity=42,finishopacity=42,style=0);
  opacity: .42;
  -moz-opacity: 0.42;
  background-image: url('../../images/menu_bottom_left.gif');
  background-repeat: no-repeat;
  background-position: bottom left;
}

table.treemenu td ul {
  width: auto;
  height: auto;
  padding: 0px;
  margin: 0px;
  list-style-type: none;
  padding-top: 10px;
  background-color: #000000;
}

table.treemenu td ul li {
  float: none;
  height: auto;
  text-align: left;
  border-bottom: 1px solid #000000;
}

table.treemenu td ul li a {
  display: block;
  padding: 2px 15px 2px 15px;
  text-decoration: none;
  color: #FFFFFF !important;
  font-size: 10px;
  font-weight: bold;
	font-family: Verdana;
  white-space: nowrap
}

table.treemenu td ul li a:hover {
  color: #AAAAAA !important;
  background-color: #000000;
}

.submenu_footer {
  height: 18px;
  background-image: url('../../images/menu_bottom_right.gif');
  background-repeat: no-repeat;
  background-position: bottom right;
}

.submenu_footer div {
  height: 18px;
  margin: 0px 15px;
  background-color: #000000;
}
