<style type="text/css">
body { font-family: Arial, "MS Sans Serif"; font-size: 9pt; font-weight: bold; color:162b40;background-color#000000}
td     { font-family: Arial, "MS Sans Serif"; font-size: 9pt; color:162b40}
P      {font-family : Arial, "MS Sans Serif"; font-size:9pt; color:#162b40} 
h1 { color: black; font-weight: bold; font-family: arial, Verdana, "MS Sans Serif"; font-size: 20pt;}
h2 { color: red; text-align: center; font-weight: bold; font-family: arial, Verdana, "MS Sans Serif"; font-size: 14pt;}
h3 { color: black; text-align: left; font-weight: bold; font-family: arial, Verdana, "MS Sans Serif"; font-size: 14pt;}
h4 { color: #FFFFCC; text-align: left; font-weight: bold; margin-bottom: 0; font-family: arial, Verdana, "MS Sans Serif"; font-size: 10pt;}
h5 { color: #FFFFCC; text-align: left; font-weight: bold; font-family: arial, Verdana, "MS Sans Serif"; font-size: 10pt;}
h6 { color: #FFFFCC; text-align: left; font-weight: bold; font-family: arial, Verdana, "MS Sans Serif"; font-size: 9pt; margin-top: 0; margin-bottom: 0;} 

a:link    {text-decoration: underline; font-weight : bold; color : blue}
a:visited {text-decoration: underline; font-weight : bold; color : blue}
a:active  {text-decoration: underline; font-weight : bold; color : red}  
a:hover   {text-decoration: underline; font-weight : bold; color : red}

a.contractor:link    {text-decoration: underline; font-weight : bold; color : blue}
a.contractor:visited {text-decoration: underline; font-weight : bold; color : blue}
a.contractor:active  {text-decoration: underline; font-weight : bold; color : red}  
a.contractor:hover   {text-decoration: underline; font-weight : bold; color : red}

a.whitebold:link    {text-decoration: underline; font-weight : bold; color : white}
a.whitebold:visited {text-decoration: underline; font-weight : bold; color : white}
a.whitebold:active  {text-decoration: underline; font-weight : bold; color : white}  
a.whitebold:hover   {text-decoration: underline; font-weight : bold; color : yellow}

a.small:link    {text-decoration: underline; font-weight : normal; font-size: 8pt; color : blue}
a.small:visited {text-decoration: underline; font-weight : normal; font-size: 8pt; color : blue}
a.small:active  {text-decoration: underline; font-weight : normal; font-size: 8pt; color : blue}  
a.small:hover   {text-decoration: underline; font-weight : normal; font-size: 8pt; color : blue}

/* ---- EVERYTHING BELOW IS FOR CSS DROPDOWN MENU CONTROL ---- */

#nav, #nav ul {
  margin:0;
  padding:0;
  font:normal 11px verdana;
  list-style:none;
  width:200px; /* Width of Menu Items */
  /* border-bottom:1px solid #cccccc; */
}

#nav li {
  position:relative;
}
  
#nav li ul {
  position:absolute;
  left:199px; /* Set 1px less than menu width */
  top:0;
  display:none;
}

/* Styles for Menu Items */
#nav li a {
  display:block;
  text-decoration:none;
  color:#777777;
  background:#eff7ff; /* IE6 Bug */
  padding:5px;
  /* border:1px solid #cccccc;  */
  /* border-bottom:1px solid #cccccc;     OR USE    border-bottom:0px;   */
}

/* Fix IE. Hide from IE Mac \*/
* html #nav li { float:left; height:1%; }
* html #nav li a { height:1%; }
/* End */

#nav li a:hover { color:#E2144A; background:#f9f9f9; } /* Hover Styles */
    
#nav li ul li a { padding:2px 5px; } /* Sub Menu Styles */
    
#nav li:hover ul, #nav li.over ul { display:block; } /* The magic */


</style>
