a:link {
    color: #000000;
}

a:visited {
    color: #0066CC;
}




/* Code for 3-column layouts.
 * Warning: In the HTML code,_column3C should be placed after the code for the outer columns
 */
.col3AA_hdr {
  float: left;
  width: 30%;
  margin-top: 5px;
  margin-bottom: 10px;
  padding: 0px 0px 0px 0px;
  line-height: normal;
  font-weight:bold;
} 	 

.col3BB_hdr {
  margin-left: 38%;
  margin-right: 38%;
  margin-top: 5px;
  margin-bottom: 10px;
  padding: 0px 0px 0px 0px;
  line-height: normal;
  font-weight:bold;
} 

.col3CC_hdr {
  float: right;
  width: 36%;
  margin-top: 5px;
  margin-bottom: 10px;
  padding: 0px 0px 0px 0px;
  line-height: normal;
  font-weight:bold;
}


#menu_hor {  
     list-style-type: none;
	 padding: 0px;
     margin: 0px 0px 1px 0px; 
     height: 3em; 
     font-size: 12px;
}


#menu_hor li {
/*  width: 104px; */
    float: left;
    padding: 5px 0 5px 0px;
    background:  url(pix/FancyBlue.png) top center repeat;
    margin: 1px;

    color: white;
    border: 2px solid black;
}
#menu_hor a {
    text-decoration: none;
    color:#000;
}


#menu_hor li a {
    display: block;
    text-decoration: none;
}


#menu_hor li a:link {

    color: white;
    background:  url(pix/FancyBlue.png) top center repeat;
    text-decoration: none;

}
#menu_hor li a:visited {

    color: white;
    background:  url(pix/FancyBlue.png) top center repeat;
    text-decoration: none;

}
#menu_hor li a:hover {
    color: white;
    background:  blue;
    text-decoration: none;

}	