
.dropmenu {
   position: absolute;
   left: -1500px;
   visibility: visible;
   z-index: 101;
   float: left;
   width: 102px;

   border-width: 1px;
   border-style: solid;
   border-color: #404040;	
   background-color: #AAAAAA;
}
.dropmenu ul {
   margin: 0;
   padding: 0;
   list-style-type: none;
}
.dropmenu li {
   display: inline;
}
.dropmenu a, .dropmenu a:visited, .dropmenu a:active {
   display: block;
   width: 100px;

   padding: 1px;
   margin: 1px;
   font-family: Sans-Serif;
   font-size: 10px;
   font-weight: normal;
   text-align: center;
   text-decoration: none;

   color: #FFFFFF;
   background-color: #283B60;
}
.dropmenu a:hover {
   padding: 1px;
   margin: 1px;
   font-family: Sans-Serif;
   font-size: 10px;
   font-weight: normal;
   text-align: center;
   text-decoration: none;

   color: #000000;
   background-color: #A8C2F6;
}

a:visited
{	color: #666600;
        background: transparent; }
a:active
{	color: #000000;
        background: transparent; }
body
{	font-family: "Arial", "Verdana", sans-serif;
	background-color: #FFFFFF;
	color: #000000; background-image:url('gradient.png'); }
table
{	border-style: none;
        border-color: #993300 #666600 #666600 #993300;	
	font-family: "Arial", "Verdana", sans-serif; 
	font-size: 14px; }
h1, h2, h3, h4, h5, h6
{	font-family: "Humanist 521", "Lucida Handwriting", "Verdana", sans-serif; }
h1
{	color: rgb(102,0,0);
        background: transparent; }
h2
{	color: rgb(255,255,255);
        background: transparent; }
h3
{	color: rgb(255,255,255);
        background: transparent; }
h4
{	color: rgb(0,0,0);
        background: transparent; }
h5
{	color: rgb(0,0,0);
        background: transparent; 
	font-family: Arial; font-weight: bold; }
h6
{	color: rgb(102,0,102);
        background: transparent; }
ul
{	font-family: "Arial", "Verdana", sans-serif;
	font-size: 14px; }
html         {  }
