#borderlinks a{
padding-left: 4px;
display: block;
width: 150px;
color: black;
text-decoration: none;
border: 1px solid silver;
font-family: 'Arial','Trebuchet MS', 'Lucida Grande', Arial, sans-serif;
font-size: 10pt;
}

#borderlinks a:hover{
border: 1px solid black;
background-color: lightyellow;
}

#borderSublinks a{
padding-left: 4px;
display: block;
width: 150px;
color: black;
text-decoration: none;
border: 1px solid silver;
background-color: 7a6f00;
font-family: 'Arial','Trebuchet MS', 'Lucida Grande', Arial, sans-serif;
font-size: 10pt;
}

#borderSublinks a:hover{
border: 1px solid black;
background-color: white;
}


#borderSublinks2 a{
padding-left: 4px;
display: block;
width: 150px;
color: black;
text-decoration: none;
border: 1px solid silver;
background-color:#8d6d4b;
font-family: 'Arial','Trebuchet MS', 'Lucida Grande', Arial, sans-serif;
font-size: 10pt;
}

#borderSublinks2 a:hover{
border: 1px solid black;
background-color: white;
}


#borderSublinks3 a{
padding-left: 4px;
display: block;
width: 150px;
color: black;
text-decoration: none;
border: 1px solid silver;
background-color:#8d6d4b;
font-family: 'Arial','Trebuchet MS', 'Lucida Grande', Arial, sans-serif;
font-size: 10pt;
}

#borderSublinks3 a:hover{
border: 1px solid black;
background-color: white;
}