.bg1         { background-image: url('images/th_inside_03.gif'); background-repeat: repeat-x; 
               background-position: left top; text-align: left; vertical-align: top; }
               
.navlinks    { color: #000099; text-decoration: none; font-size: 9pt; font-family: Arial; 
               font-weight: bold }
               
.bg1home         { background-image: url('images/th2_home_03.gif'); background-repeat: repeat-x; 
               background-position: left top; text-align: left; vertical-align: top; }
               
.bg2         { background-image: url('images/bg_subheading_04.gif'); background-repeat: repeat-x; 
               background-position: left top; text-align: right; vertical-align: top; }

.bodytext  {font-family: Verdana; font-size: 10pt; color: #000066; text-align: left; vertical-align: top;}

.smalltext  {font-family: Verdana; font-size: 8pt; color: #000066; text-align: left; vertical-align: top;}

h1  {font-family: Verdana; font-size: 10pt; color: #000066; text-align: left; vertical-align: top; font-weight: bold}

.footer    { color: #ffffff; text-decoration: none; font-size: 9pt; font-family: Arial; text-align: center;  }

#dropmenudiv{
position:absolute;
background-color: #000099;
border:0px solid black;
border-bottom-width: 0;
font:normal 8pt tahoma;
line-height:20px;
z-index:100;
color: #000000;
}

#dropmenudiv a{
width: 100%;
display: block;
text-indent: 10px;
border-bottom: 0px solid green;
padding: 1px 0;
text-decoration: none;
color: white;
}

#dropmenudiv a:hover{ /*hover background color*/
background-color: #C1D3EB;
color: blue;
}
/* Sample CSS definition for the example list. Remove if desired */
.navlist li {
list-style-type: none;
width: 90px;
background-color: purple;
font:normal 8pt tahoma;
color: silver;
text-decoration: none;
line-height:20px;
text-indent: -30px;
}