#navbuttons a:link, #navbuttons a:visited
      { color: white; font-weight: bold; font-size: 12px; line-height: 1.5; font-family: arial, helvetica, sans-serif; text-decoration: none; background-color: #399; text-align: left; letter-spacing: 1px; padding: 3px; border-style: solid; border-width: 1px; border-color: #99f #039 #039 #99f; width: 12em; display: block }

#navbuttons  a:hover
  { color: white; background-color: #39c }

/* depress effect on click */
#navbuttons  a:active, #navbuttons a:focus {   
	border: solid 1px;
	border-color: #039 #99f #99f #039;
	color: #4D3D05;
}
