img.lmjs_logo
{
position:relative;
left:-5px;  /* left:350px;  */
top:-72px; 
z-index:1
}

/* .Join_mailing_list {
   position:relative; left:0px; top:-70px; z-index:1;
}
*/

/* .Join_mailing_list .content {
 *  margin: 0; padding: 0;
 * }
 */


/*
 * css for menu
 */

/*
#block-block-1 {
  margin: 0px;
  padding: 0px;
}
*/

#mainMenu {
  background-color: #336633;
  /* background-color: #EEE; */
  /* border: 1px solid #CCC; */
  color: #000;
  /* width: 150px; */
  margin-top: -75px;  /* added by Jeff */
  /* padding: 10px 0px 10px 0px; */
  padding: 0px;
}


#menuList {
  margin: 0px;  /* added by Jeff */
  /* padding: 10px 0px 10px 0px; */
  padding: 0px;
}


/* 
#menuList .li {
  background: url(/images/plus.gif) no-repeat 0em 0.3em;
  / * font-size: 12px; * /
  line-height: 1.5em;
  list-style: none outside;
}
*/


ul#menuList {  /* added by Jeff */
  margin-left: 0px;
  margin-bottom: 0px;
  padding-left: 0px;
  padding-bottom: 0px;
}


li.menubar {
  /* background: url(/images/plus.gif) no-repeat 0em 0.3em; */
  /* font-size: 12px; */
  line-height: 1.5em;
  list-style: none outside;
  display: block;
  background-color: grey;
  border-style: outset;
  padding-left: 2px;
  padding-bottom: 0px;
  margin-bottom: 0px;
}

.lmjsMenu, .submenu {
  display: none;
  margin-left: 20px;
  padding: 0px;
  width: 90%;
  line-height: 1.0em;
}

.open_lmjsMenu, .open_submenu {
  display: block;
  margin-left: 20px;
  padding: 0px;
  width: 90%;
  line-height: 1.0em;
}

.lmjsMenu li, .submenu li, .open_lmjsMenu li, .open_submenu li {
  /* background: url(/images/square.gif) no-repeat 0em 0.3em; */
  list-style: none outside;
  width: 100%;
}

a.actuator:link, a.selected:link {
  /* background-color: transparent; */
  color: #fff; /* was 000*/
  /* font-size: 12px; */
  padding-left: 1px;
  width: 100px;  /* was nothing, then 100%, trying to get button working */
  text-decoration: none;
  /* border-style: double double none none; */
}

.lmjsMenu li a, .submenu li a, .open_lmjsMenu li a, .open_submenu li a {
  background-color: transparent;
  color: #fff;  /* was 000 */
  width: 100%;  /* was nothing, then 100%, trying to get button working */
  /* font-size: 12px; */
  /* padding-left: 5px; */
  text-decoration: none;
}

.lmjsMenu li a:visited, .submenu li a:visited, .open_lmjsMenu li a:visited, .open_submenu li a:visited,
a.actuator:visited, a.open_actuator:visited, a.selected:visited {
  /* border-bottom: 1px dashed #000; */
  text-decoration: none;
  color: #fff;
  /* background-color: blue; */
  width: 100px;  /* was 100%, trying to get button working */
}

a.actuator:hover, a.selected:hover, a.open_actuator:hover {
  /* text-decoration: underline; */
  text-decoration: none;
  color: red;
  width: 100px;  /* was 100%, trying to get button working */
}

.lmjsMenu li a:hover, .submenu li a:hover, .open_lmjsMenu li a:hover, .open_submenu li a:hover {
  /* border-bottom: 1px dashed #000; */
  text-decoration: none;
  color: red;
  /* background-color: blue; */
  width: 100px;  /* was 100%, trying to get button working */
}

li.selected {
  list-style: none outside;
  background-color: #33cc33;
  color: #fff;
  /* font-size: 12px; */
  /* padding-left: 5px; */
  text-decoration: none;
}
