
<style type="text/css">
<!--
  p.heading 1 {  }
  
  p.heading1 a {
    padding: 0 5px;
    text-decoration: none;
	color: black;
	visited: "#444400";
	active: white;
  }

  p.heading1 a:hover {
    color: blue;
    background: white;
  }

  p.heading 2 {  }
  
  p.heading2 a {
    padding: 0 5px;
    text-decoration: none;
	color: blue;
	visited: "#444400";
	active: white;
  }

  p.heading2 a:hover {
    color: white;
    background: blue;
  }  
  
  #heading3 {  }
  
  #heading3 a {
    padding: 0 5px;
    text-decoration: none;
	color: blue;
	visited: "#444400";
	active: white;
  }

  #heading3 a:hover {
    color: white;
    background: blue;
  }    
  
  #breadcrumb {
    position: absolute;
    left: 3px;
    top: 120px;
  }

  #breadcrumb a {
    text-decoration:none;
    color: blue;
  }  

  #breadcrumb  a:hover {
    color: white;
    background: blue;
  }
  
  
  p.side {
    position: relative;
    float:left;
    top: 25px;
    left: 5px;
    width: 115;
    background: #FFE;
    border: 1px solid #00F;
  }

  p.side a {
    display:block;
    float:left;
    width:110;
    text-decoration:none;
    padding: 0,4px;
  }
  p.side a:hover {
    color: #FFF;
    background: #00A;
  }
  
  
p.pagemenu {
  clear: both;
  position: relative;
  top: 20px;
  background: #EEF;
  border: 1px solid #00F;
  text-align: left;
  overflow: visible;
}
p.pagemenu a {
  padding: 0 5px;
  text-decoration:none;
}

p.pagemenu a:link {
  color: #00F;
}  

p.pagemenu a:visited {
  color: #F00;
}

p.pagemenu a:hover {
  color: #FFF;
  background: #00A;
}

table.Outside {
  position: relative;
  left: 10px;
  top: 25px;
}

#products a {
  text-decoration:none;
  font-family: georgia;
  font-size: 10px;
  font-weight: bold; 
}

//-->
</style>
