.banner {
	background-position: right 50%;
	background-image: url(bomhead.jpg);
	background-color: white;
	margin: 0px;
	background-repeat: no-repeat;
	height: 100px;
	color: #7B2119;
	font-family: verdana, arial, helvetica, sans-serif;
	text-align: left;
}

.banner H1 {
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 20px;
	font-size: 28px;
}

.banner H2 {
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 20px;
	font-size: 14px;
}

.banner H3 {
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 20px;
	font-size: 12px;
}

.title1 {
      font-style: italic;
      font-size: 28px;
      font-weight: normal;
}

.title2 {
      font-style: normal;
      font-size: 28px;
      border-bottom: 2px solid #778;
}

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.bookmenu{
font: bold 12px Verdana;
background: #FF0000;
width: 100%;
}

.bookmenu ul{
margin: 0;
padding: 0;
list-style-type: none;
}

/*Top level list items*/
.bookmenu ul li{
position: relative;
display: inline;
float: left;
}

/*Top level menu link items style*/
.bookmenu ul li a{
display: block;
background: #FF0000; /*overall menu background color*/
color: white;
padding: 8px 10px;
border-right: 1px solid gray;
text-decoration: none;
}
	
/*1st sub level menu*/
.bookmenu ul li ul{
left: 0;
position: absolute;
top: 1em; /* no need to change, as true value set by script */
display: block;
visibility: hidden;
}

/*Sub level menu list items (undo style from Top level List Items)*/
.bookmenu ul li ul li{
display: list-item;
float: none;
}

/*All subsequent sub menu levels offset after 1st level sub menu */
.bookmenu ul li ul li ul{ 
left: 159px; /* no need to change, as true value set by script */
top: 0;
}

/* Sub level menu links style */
.bookmenu ul li ul li a{
display: block;
width: 160px; /*width of sub menu levels*/
color: white;
text-decoration: none;
padding: 5px;
border: 1px solid #ccc;
}

.bookmenu ul li a:hover{
background-color: #DD0000;
color: black;
}

/*Background image for top level menu list links */
.bookmenu .mainfoldericon{
background: #FF0000 url(down.gif) no-repeat center right;
}

/*Background image for subsequent level menu list links */
.bookmenu .subfoldericon{
background: #FF0000 url(right.gif) no-repeat center right;
}

* html p#iepara{ /*For a paragraph (if any) that immediately follows suckertree menu, add 1em top spacing between the two in IE*/
padding-top: 1em;
}
	
/* Holly Hack for IE \*/
* html .bookmenu ul li { float: left; height: 1%; }
* html .bookmenu ul li a { height: 1%; }
/* End */
