MENU * { white-space: nowrap; }
MENU {
	font-size: 8pt;
	font-family: Arial;
	vertical-align: middle;
	text-align: left;
	position: absolute;
	left: 5px;
	top: 5px;
	background-color: #fff2ce;
	display: block;
	margin: 0px;
	padding: 5px;
	border: solid 1px #720f0f;
	border-left: solid 1px #720f0f;
}

MENU A {
	text-decoration: none;
	color: #bf1313;
}
MENU A:hover {
	text-decoration: none;
}
#menu1 {
  position: static;
	display: block !important;
	padding: 5px;
	background-color: #fff2ce;
	border: solid 1px #ffe2ce;
}
#menu1 .EXPANDABLE {
}
#menu1 .EXPANDABLE a {
  text-decoration: none;
}
MENU SPAN {
	background-color: transparent;
	vertical-align: middle;
	cursor: pointer;
	display: block ! important;
	padding: 5px;
	white-space: nowrap;
}
MENU DIV {
	background-color: transparent;
	border-left: solid 0px #720f0f;
	vertical-align: middle;
	cursor: pointer;
	display: block ! important;
	padding: 3px;
	padding-left: 8px; 
}
.HOVER {
	color: #bf1313;
	background-color: #fff5db;
	vertical-align: middle;
	cursor: pointer;
}
.EXPANDABLE {
  background-color: #fff2ce;
  background-image: url(img/arrow.gif);
  background-repeat: no-repeat;
  background-position: right 7px;
  padding-right: 15px;
	vertical-align: middle;
	cursor: pointer;
}
.EXPANDABLEHOVER {
	color: #bf1313;
  background-image: url(img/arrow2.gif);
  background-repeat: no-repeat;
  background-position: right 7px;
  padding-right: 15px;
	vertical-align: middle;
	cursor: pointer;
	background-color: #fff5db;
}

