body { bg-color: blue;}
/**************** Hmenu coding *****************/
#table1 {
  width: 50%;
  float: left;
}

#table2 {
  width: 50%;
  float: right;
}
#tableDevotional {
  font: 15px "Kristen ITC";
  text-align: center;
}
#Hmenu h2.glenn:hover {
color: blue;
background: white;
text-transform: uppercase;
}

#Hmenu a.glenn:hover {
color: blue;
background: white;
}

#Hmenu a.glenn {
text-transform: uppercase;
text-decoration:underline;
}

#Hmenu {
width: 100%;
background: #eee;
float: 
left;
}

#Hmenu ul {
list-style: none;
margin: 0;
padding: 0;
width: 8em;
float: left;
text-align: center;

}

#Hmenu a, #Hmenu h2 {
font: bold 11px/16px arial, helvetica, sans-serif;
display: block;
border-width: 1px;
border-style: solid;
border-color: #ccc #888 #555 #bbb;
margin: 0;
padding: 5px 2px;
}

#Hmenu h2 {
color: black;
background: url(/images/menubg_.gif) center center repeat-x;
text-transform: uppercase;
text-align: center;

}

#Hmenu a {
color: black;
background: url(/images/menubg_.gif) center center repeat-x;
text-decoration: none;
}

#Hmenu a:hover {
color: blue;
background: white;
}

#Hmenu li {position: relative;

}

#Hmenu ul ul {
position: absolute;
z-index: 500;
}

#Hmenu ul ul ul {
position: absolute;
top: 0;
left: 100%;
}
div#Hmenu ul ul,
div#Hmenu ul li:hover ul ul,
div#Hmenu ul ul li:hover ul ul
{display: none;}

div#Hmenu ul li:hover ul,
div#Hmenu ul ul li:hover ul,
div#Hmenu ul ul ul li:hover ul
{display: block;}

</style>
<!--[if IE]>
<style type="text/css" media="screen">
 #Hmenu ul li {float: left; width: 100%;}
</style>
<![endif]-->
<!--[if lt IE 7]>
<style type="text/css" media="screen">
</style>
<![endif]-->

