BODY 
{ 
background-repeat: repeat; 
background-position: center; 
}

td 
{ color: black; font-family: Georgia, "Times New Roman", Times, serif; font-size: 14px; text-align: justify; }
a 
{ 
color:#c9b113;
}

a:visited 
{ color: #a39012; }

a:link 
{ 
color:#bba304;
}

a:active 
{ 
color:#c9b113; 
}

a:hover 
{ 
color:black; 
}
.slidedoormenu{ color: black; list-style-type: none; padding: 0; width: 183px; margin: 0 6px 6px 0; /* width of menu (don't forget to add border with below!) */
/* border-left: 8px solid #fde51d; /* thick left border of menu */

}

.slidedoormenu li{ border-bottom: 0 solid black; /* Gray border beneath each menu item */
}

.slidedoormenu li a{ color: black; font: bold 11px "Trebuchet MS", "Lucida Grande", Verdana; background-image: url(../images/btnstrip.gif); background-repeat: repeat; background-attachment: scroll; background-position: left top; display: block; width: 183px;
/* border-bottom: 1px solid white; /* White border beneath each menu item link, to add depth */
text-indent: 15px; text-decoration: none; padding-top: 3px; padding-bottom: 3px; }

.slidedoormenu li a:visited, .slidedoormenu li a:active{ color: black; }

.slidedoormenu li a:hover{
background-position: 183px 0; /* Shift background image horizontally 133px, or the start of the 2nd background image */
color: black;
}

.slidedoormenu li.lastitem, .slidedoormenu li.lastitem a{ color: black; border-bottom-width: 0; /* For last menu item within menu, remove bottom border */
}

.slidedoormenu li.lastitem a{ color: black; padding: 3px 0; /* increase vertical border of last menu link by 2px (default is padding: 7px 0) to account for removed border width */
}
