div.links {
   text-align: left; 
   width: 145px; 
   margin-left: -25px;
}


/* links for travel, membership, etc. 
with no bullets, magenta, pale gray bg*/

 ul {
  list-style: none;
}
 a:link { color: #03648f;}
 a:visited { color: #03648f;}
 a:hover { color: #188ab7;} 

	/* Dynamic pseudo-classes */
ul.col1 {
  list-style: none;
}
li {
 padding: 2px;
 margin-right: 4px; margin-bottom: 1px;
 float: left; 
  }	
div {
 clear: left
  }		
li a {
 padding: 1px 4px;
 font-weight: bold;
 font-size: 9pt;
 text-decoration: none;
  }				
li a, li a:link, li a:visited, li a:hover {
	color: magenta;
             background: #DFDFDF;
             width: 125px; 
             border-bottom: 2px solid gray;	
	}
li a:hover  {
	text-decoration:underline; 	
	}

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                
