/* lewisstyle */

#lewtitlegif {text-align: left; padding-top: 18px}  
/* will need to space from top of page */


.page_top {position: absolute; top: 70px; left: 350px; }

h1 {font-family: Arial; font-size: 1.4em; color: black; }

h2 {font-family: Arial; font-size: 1.2em; color: #008000; }

.page_heading {position: absolute; top: 102px; right: 35px; }


.page_text {font-family: Arial; }

.text_menu {color: #008000; }

.footer {font-family: Arial; font-size: 0.6em; }

#pdfbox {font-family: Arial; font-size: 0.6em; color: blue; }

body	{ font-family: Arial; font-size: 1.1em;
	  color: black; background-color: white; margin-left: 30px; margin-right: 25px; padding: 0px; }

a:link {color: #008000}
a:visited {color: #66cc99}
a:hover {color: #3cb371}

table {table-layout: fixed; width:95%; }

.coltext {width: 54%; }

<style type="text/css">

/* remove the bullets, padding and margins from the lists */
.menu ul{
list-style-type:none;
padding:0;
margin:0;
}
/* make the top level links horizontal and position relative so that we can position the sub level */
.menu li{
float:left;
position:relative;
z-index:100;
}

/* use the table to position the dropdown list */
.menu table{
position:absolute;
border-collapse:collapse;
z-index:80;
left:-1px;
top:25px;
}

/* style all the links */
.menu a, .menu :visited {
display:block;
font-size:0.8em;
width:11em;
padding:12px 0;
color:#000;
background:#949e7c;
text-decoration:none;
margin-right:1px;
text-align:center;
}
/* style the links hover */
.menu :hover{
color:#444;
background:#d4d8bd;
}

/* hide the sub level links */
.menu ul ul {
visibility:hidden;
position:absolute;
width:11em;
height:0;
}
/* make the sub level visible on hover list or link */
.menu ul :hover ul{
visibility:visible;
}


</style>