/** BASIC */

body {
	margin: 0px;
	padding: 0px;
	background: #FFFFFF url(images/homepage01.gif) repeat-x left top;
}

/** FORMS */

form {
	margin: 0px;
	padding: 0px;
}

.input1 {
	width: 160px;
	height: 18px;
	padding: 3px 0px 0px 4px;
	border: none;
	background: transparent url(images/homepage04.gif) no-repeat fixed left top;
}

html>body .input1 {
	background-attachment: inherit;
}

/** HEADINGS */

h1, h2, h3, h4, h5, h6 {
	margin: 0px;
}

/** TEXTS */

body, th, td, input, textarea, select {
	font-family: "Arial", Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #5B6066;
}

p, blockquote, ul, ol, dl {
	margin-top: 0px;
	margin-bottom: 1em;
	text-align: justify;
	line-height: 130%;
}

.text1 {
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
}

.text2 {
	position: relative;
	font-size: 18px;
	color: #414549;
}

.text3 {
	clear: both;
	display: block;
}

.text4 {
}

.text5 {
	font-size: 15px;
	font-weight: bold;
	color: #3864B4;
}

.text6 {
	font-size: 11px;
	font-weight: normal;
	margin-bottom: 10px;
	color: #414549;
}

.text7 {
	font-size: 15px;
	font-weight: bold;
	color: #6A9E2D;
}

.text8 {
	font-size: 15px;
	font-weight: bold;
	color: #F4920A;
}

.text9 {
	text-align: center;
	color: #AAAEB2;
}

/** LISTS */

.list1 {
	margin-left: 0px;
	padding-left: 0px;
	list-style: none;
}

.list1 a {
	padding-left: 10px;
	background: url(images/homepage25.gif) no-repeat left center;
}

.list1 .vline {
	margin-bottom: 4px;
	padding-bottom: 7px;
	background: url(images/homepage26.gif) repeat-x left bottom;
}

/** LINKS */

a {
	color: #455884;
}

a:hover {
	text-decoration: none;
}

a.link1 {
}

a.link2 {
}

a.link3 {
}

a.link4 {
	text-decoration: none;
	color: #3F4145;
}

a.link4:hover {
	text-decoration: underline;
}

/** STYLES */

.style1 {
}

.style1 a {
}

.style1 a:hover {
}

/** BACKGROUNDS */

.bg1 { background: #9CC741 url(images/homepage15.gif) no-repeat left top; }
.bg2 { background: #6A83BB url(images/homepage16.gif) no-repeat left top; }
.bg3 { background: #F3B661 url(images/homepage17.gif) no-repeat left top; }
.bg4 { background: url(images/homepage18.gif) repeat-y left top; }
.bg5 { background: url(images/homepage19.gif) no-repeat left bottom; }
.bg6 { background: url(images/homepage28.gif) repeat-y left top; }
.bg7 { background: url(images/homepage36.gif) repeat-x left top; }

/** MISC */

.align-justify { text-align: justify; }
.align-right { text-align: right; }

img { border: none; }

.img1 {
	float: left;
	margin-right: 15px;
}

.img2 {
	float: right;
	margin-right: 15px;
}

hr { display: none; }

.hr1 {
	height: 1px;
}

<style type="text/css">

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.suckertreemenu ul{
margin: 0;
padding: 0;
list-style-type: none;
}

/*Top level list items*/
.suckertreemenu ul li{
position: relative;
display: inline;
float: left;
background-color: #F3F3F3; /*overall menu background color*/
}

/*Top level menu link items style*/
.suckertreemenu ul li a{
display: block;
width: 90px; /*Width of top level menu link items*/
padding: 1px 8px;
border: 1px solid black;
border-left-width: 0;
text-decoration: none;
color: navy;
}
	
/*1st sub level menu*/
.suckertreemenu 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)*/
.suckertreemenu ul li ul li{
display: list-item;
float: none;
}

/*All subsequent sub menu levels offset after 1st level sub menu */
.suckertreemenu ul li ul li ul{ 
left: 159px; /* no need to change, as true value set by script */
top: 0;
}

/* Sub level menu links style */
.suckertreemenu ul li ul li a{
display: block;
width: 160px; /*width of sub menu levels*/
color: navy;
text-decoration: none;
padding: 1px 5px;
border: 1px solid #ccc;
}

.suckertreemenu ul li a:hover{
background-color: black;
color: white;
}

/*Background image for top level menu list links */
.suckertreemenu .mainfoldericon{
background: #F3F3F3 url(media/arrow-down.gif) no-repeat center right;
}

/*Background image for subsequent level menu list links */
.suckertreemenu .subfoldericon{
background: #F3F3F3 url(media/arrow-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 .suckertreemenu ul li { float: left; height: 1%; }
* html .suckertreemenu ul li a { height: 1%; }
/* End */

#chromemenu{
width: 99%;
font-weight: bold;
font-size: 90%;
}

#chromemenu:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

#chromemenu ul{
border: 1px solid #BBB;
width: 100%;
background: url(media/chromebg.gif) center center repeat-x;
padding: 5px 0;
margin: 0;
text-align: left; /*set value to "right" for example to align menu to the left of page*/
}

#chromemenu ul li{
display: inline;
}

#chromemenu ul li a{
color: #494949;
padding: 5px;
margin: 0;
text-decoration: none;
border-right: 1px solid #DADADA;
}

#chromemenu ul li a:hover{
background: url(media/chromebg2.gif) center center repeat-x;
}