#dropnav, #dropnav ul { /* all lists */
	float:left;
	width: 825px;
	padding: 0px;
	margin: 0px;
	list-style: none;
	z-index:100;
}

#dropnav a {
	display: block;
	width: 165px;
	text-decoration:none;
	color:white;
}

#dropnav li { /* all list items */
	float: left;
	width: 165px; /* width needed or else Opera gets freaked out */
	background-color: transparent;
}


/*#dropnav li:hover, #dropnav li.sfhover {
	background:green;
}
*/


#dropnav li ul { /* second-level lists */
	position: absolute;
	width: 165px;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
	z-index:5;
}

#dropnav li ul ul { /* third-and-above-level lists */
    position: absolute;
    top: 23;
	margin: -23px 0px 0px -332px;
	width: 330px;
	height: 180px;
	overflow:clip;
	z-index:5;
}

#dropnav li:hover ul ul, #dropnav li.sfhover ul ul, #dropnav li.sfhover ul ul ul,  #dropnav li.sfhover ul ul ul ul {
	left: -999em;
}

#dropnav li:hover ul, #dropnav li li:hover ul, #dropnav li li li:hover ul, #dropnav li li li li:hover ul, #dropnav li.sfhover ul, #dropnav li li.sfhover ul, #dropnav li li li.sfhover ul, #dropnav li li li li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}
  
  #links2 a:hover {text-decoration:underline;}
  
#dropnav li:hover, #dropnav li.hover {
    position: static;
}
  
#rightpane 
{
    clear:both;
    text-align:right;
    width:365px;
    left:639;
    height:550px;
    border: solid black;
    border-width:1px 0px 0px 0px;
    position:absolute;
    top:45px;
    overflow:clip;
}

#leftpane 
{
    position:absolute;
    margin-top: 0px;
    float:left;
    width:640px;
    height:570px;
    overflow:scroll;
    padding:130px 15px 0px 20px;
    clear:left;
    background-color:white;
    z-index:0;
    
    scrollbar-base-color: #334683;
    scrollbar-arrow-color: white;

    scrollbar-lightshadow-color: #a7acc9;
    scrollbar-darkshadow-color: #a7acc9;

    scrollbar-highlight-color: #f3f4fc;
    
    scrollbar-track-color: #f3f4fc;
}

#links2 
{
    position:absolute; 
    top:0; 
    left:825; 
    width:179px; 
    height:48px;
    text-align:right; 
    padding-right:10px; 
    background-image:url('../img/nav/filler2.gif'); 
    background-repeat:no-repeat; 
    background-color:white; 
    font: 8pt arial,helvetica,sans-serif;
    line-height:10pt;
    overflow:clip;
}    
 
 #links2 a 
 {   
    color:white;
    text-decoration:none;
 }

div#durabond
{
  clear:both;
  margin: 0px 20px 0px 20px;
  font: 9pt 'georgia', 'times new roman', times, serif; 
  line-height:14pt;
}

div#acrylic
{
  margin: 0px 20px 0px 20px;
  font: 9pt 'georgia', 'times new roman', times, serif; 
  line-height:14pt;
}

div#weatherguard
{
  margin: 0px 20px 0px 20px;
  font: 9pt 'georgia', 'times new roman', times, serif; 
  line-height:14pt;
}

div#insulation
{
  margin: 0px 20px 0px 20px;
  font: 9pt 'georgia', 'times new roman', times, serif; 
  line-height:14pt;
}

div#energysaver
{
  margin: 0px 20px 0px 20px;
  font: 9pt 'georgia', 'times new roman', times, serif; 
  line-height:14pt;
}

div#controls
{
  margin: 0px 20px 0px 20px;
  font: 9pt 'georgia', 'times new roman', times, serif; 
  line-height:14pt;
}

div#plumbing
{
  margin: 0px 20px 0px 20px;
  font: 9pt 'georgia', 'times new roman', times, serif; 
  line-height:14pt;
}

div#pumpsblowers
{
  margin: 0px 20px 0px 20px;
  font: 9pt 'georgia', 'times new roman', times, serif; 
  line-height:14pt;
}

div#filter
{
  margin: 0px 20px 0px 20px;
  font: 9pt 'georgia', 'times new roman', times, serif; 
  line-height:14pt;
}

div#ozone
{
  margin: 0px 20px 0px 20px;
  font: 9pt 'georgia', 'times new roman', times, serif; 
  line-height:14pt;
}

 .introcopy 
 {
    font: 12pt 'georgia', 'times new roman', times, serif; 
    line-height:16pt;
 }
 
 .bodycopy 
 {
    font: 9pt 'georgia', 'times new roman', times, serif; 
    line-height:14pt;
 }
 
 .bodyhead1 
 {
 font: bold 14pt 'georgia', 'times new roman', times, serif;   
 }
 
 .bodyhead2 
 {
    font: bold 11pt;
 }
 
 .bodyheadsub1
 {
    font: italic 9pt arial, helvetica, sans-serif;
    margin-left:25px;
 }
 
 .footnote 
 {
    font: italic 8pt 'georgia', 'times new roman', times, serif;
    text-align:right;
 }
  .footcopy 
 {
    font: 8pt 'georgia', 'times new roman', times, serif; 
    line-height:11pt;
 }