﻿body{font: 13px "Lucida Grande", "Trebuchet MS", Verdana;
    background:#d9e19b;color:black;
    margin:0;padding:10px;}
    
    .slidedoormenu{
list-style-type: none;
margin: 0px 5px 5px 9px;
padding: 0px 0px 0px 0px;
width: 180px; /* width of menu (don't forget to add border with below!) */
border-left: 3px solid #003300; /* thick left border of menu */

}

.slidedoormenu li{
border-bottom: 1px solid #c49815; /* Gray border beneath each menu item */
}

.slidedoormenu li a{
background: white url(images/gradient3366.jpg) repeat-y left top; /* Background image positioned to the left(v) top(h) corner initially */
font: bold 13px "Lucida Grande", "Trebuchet MS", Verdana;
display: block;
color: #c49815;
width: auto;
border-bottom: 1px solid white; /* White border beneath each menu item link, to add depth */
padding: 7px 0; /* Vertical (top/bottom) padding for each menu link */
text-indent: 8px;
text-decoration: none;
}

.slidedoormenu li a:visited, .slidedoormenu li a:active{
color: #c49815;
}

.slidedoormenu li a:hover{
background: url(images/gradient6633.jpg); /* Shift background image horizontally 387px, or the start of the 2nd background image */
color: #c49815;
}

.slidedoormenu li.lastitem, .slidedoormenu li.lastitem a{
border-bottom-width: 0; /* For last menu item within menu, remove bottom border */
}

.slidedoormenu li.lastitem a{
padding: 8px 0; /* increase vertical border of last menu link by 2px (default is padding: 7px 0) to account for removed border width */
}

