/* HTML Elements ------------------------------ */
body {
  margin: 0;
  padding: 0;
  text-align: center;
}
.page {
  margin: 0 auto;
  text-align: left;
  width: 800px;
}

/* header ------------------------------ */
#header {
  height: 187px;
  margin: 0 0 10px 0;
  width: 800px;
}
.header_address {
  background: url(/resources/dyn/files/1299z97978a7b/_fn/spacer_04.gif) repeat-x right top;
}
#header .menubean li {
  padding: 5px 10px;
}
/* column1 ---------*/
#column1 .menubean li {
  padding: 5px 0;
  list-style-type: square;
  color: green;
}
/* Footer ------------------------------ */
.footer {
  clear: both;
  margin: 10px 0 0; 
  padding: 10px 0 0;
  border-top: 1px solid #aaa;
}

/* general styles ---------*/
a {
  color: green;
}
p {
  margin-bottom: 15px;
}
img {
  border: none;  
}
#e_column_0 img {
  margin: 10px 0;
}
/* content template -------------*/

#column1 {
  width: 238px;
  height: auto;
  float: left;
  padding: 10px 10px 10px 0;
}
#e_column_0 {
  width: auto;
  clear: both;
  height: auto;
}
#column2 {
  width: 530px;
  height: auto;
  float: left;
  padding: 10px 0;
}
#column3 {
  display: none;
}

/* HORIZONTAL / HORIZ. PERSISTENT CSS --------------- */
ul.menubeanh,
ul.menubeanh_persistent {
  list-style: none;
  position: relative;
  overflow: visible;
}
ul.menubeanh,
ul.menubeanh ul,
ul.menubeanh_persistent,
ul.menubeanh_persistent ul {
  padding: 0;
  margin: 0;
  list-style: none;
  /* background-color: #fff;  IE Requires a background color. */
}
ul.menubeanh li,
ul.menubeanh_persistent li {
  float: left;
  position: relative;
  list-style: none;
  /*
  	width: 8em;
	overflow: visible;
	*/
}
ul.menubeanh li ul,
ul.menubeanh_persistent li ul {
  display: none;
  position: absolute;
  top: 1.2em; /* IE */
  left: 0; /* IE */ /* background-color: #fff;  IE Requires a background color. */
}
ul.menubeanh > li > ul,
ul.menubeanh_persistent > li > ul {
  top: auto; /* Non-IE */
  left: auto; /* Non-IE */
}
/* (sub-)submenus */
ul.menubeanh ul,
ul.menubeanh ul ul,
ul.menubeanh ul ul ul,
ul.menubeanh_persistent ul,
ul.menubeanh_persistent ul ul,
ul.menubeanh_persistent ul ul ul {
  position: absolute;
  top: 0;
  left: 95%;
}
/* Interactive lines: show/hide menus */
ul.menubeanh li.over ul ul,
ul.menubeanh li.over ul ul ul,
ul.menubeanh_persistent li.over ul ul,
ul.menubeanh_persistent li.over ul ul ul {
  display: none;
}
ul.menubeanh li.over ul,
ul.menubeanh ul li.over ul,
ul.menubeanh ul ul li.over ul,
ul.menubeanh_persistent li.over ul,
ul.menubeanh_persistent ul li.over ul,
ul.menubeanh_persistent ul ul li.over ul {
  display: block;
}

/* VERTICAL CSS --------------- */
ul.menubeanv,
ul.menubeanv_persistent,
ul.menubeanv ul,
ul.menubeanv_persistent, ul { 
  /* background-color: #fff;  IE requires a background color. */
}
ul.menubeanv li,
ul.menubeanv_persistent li {
  position: relative;
  /* background-color: #fff;  IE requires a background color. */
}
ul.menubeanv li ul {
  display: none;
  position: absolute;
  top: 2px; /* IE */
  left: 6em; /* IE */ 
  /* background-color: #fff;  IE requires a background color. */
}
ul.menubeanv li:hover ul,
ul.menubeanv li.over ul {
  display: block;
}

ul.menubeanv_persistent li.mi_parent {
  cursor: pointer;
}
ul.menubeanv_persistent li ul {
  display: none;
}
ul.menubeanv_persistent li.over ul {
  display: block;
}

