

#pageButtonOneNav         {width: 100%;}
#pageButtonOneNav a       {color:FFFFFF;
                           text-decoration : none;}
#pageButtonOneNav a:hover {color         : #3654C3;
                           text-decoration : none;}
.buttonOne {
    width: 100%;
    padding  : 0px;
    margin        : 0;
	background-color: #3366CC;
	border        : 1px solid #3654C3;
    text-align    : left;
	font-family   : Arial, sans-serif;
    font-size     : 12px;
	font-weight   : bold;
	color         : #FFFFFF;
  }

 
  .buttonOne  a {
    width: 100%;
	padding  : 3 0 3 20;
    background-color: #3366CC;
	background-image: URL(/images/gca/arrow_header_on.gif);
	background-repeat: no-repeat;
	background-position: left center;
    }
  
  .buttonOne  a:hover {
    width: 100%;
    background-color: #CEE8FD;
	background-image: URL(/images/gca/arrow_header_over.gif);
	background-repeat: no-repeat;
	background-position: left center;
    }
 

