@charset "utf-8";
/* CSS Document */



/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.slidedoormenu{
list-style-type: none;
padding-top:20px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
margin: 0;
width: 170px; /* width of menu (don't forget to add border with below!) */
border-left: 0px solid #ffa1a3; /* thick left border of menu */

}

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

.slidedoormenu li a{
background: white url(images/vstrip.gif) repeat-y left top; /* Background image positioned to the left(v) top(h) corner initially */
font: bold 11px Verdana, Arial, Helvetica, sans-serif;
line-height:14px;
display: block;
color: #866d35;
width: auto;
border-bottom: 1px solid #e2d7bb; /* White border beneath each menu item link, to add depth */
padding: 7px 16px; /* Vertical (top/bottom) padding for each menu link */
text-decoration: none;
}

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



.slidedoormenu li a:hover{
background-position: -387px 0; /* Shift background image horizontally 387px, or the start of the 2nd background image */
color: black;
}

.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 */
}
.slidedoormenu2{
list-style-type: none;
padding-top:20px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
margin: 0;
width: 170px; /* width of menu (don't forget to add border with below!) */
border-left: 0px solid #ffa1a3; /* thick left border of menu */

}
.slidedoormenu2 li {
background: white url(images/vstrip.gif) repeat-y left top; /* Background image positioned to the left(v) top(h) corner initially */
font: 11px Verdana, Arial, Helvetica, sans-serif;
line-height:14px;
display: block;
color: #866d35;
width: auto;
padding: 7px 16px; /* Vertical (top/bottom) padding for each menu link */
text-decoration: none;
}
.slidedoormenu2 li a{
font: 11px Verdana, Arial, Helvetica, sans-serif;
line-height:14px;
display: block;
color: #866d35;
width: auto;

text-decoration: none;
}

.slidedoormenu li a:active{

font: bold 11px Verdana, Arial, Helvetica, sans-serif;
line-height:14px;
display: block;
color: #866d35;
width: auto;

text-decoration: none;

}

.slidedoormenu2 li a:visited{

font:  11px Verdana, Arial, Helvetica, sans-serif;
line-height:14px;
display: block;
color: #866d35;
width: auto;

text-decoration: none;

}

.slidedoormenu2 li a:hover{
font: bold 11px Verdana, Arial, Helvetica, sans-serif;
line-height:14px;
display: block;
color: #866d35;
width: auto;

text-decoration: none;
}

.slidedoormenu2 li.lastitem, .slidedoormenu li.lastitem a{
font: 11px Verdana, Arial, Helvetica, sans-serif;
line-height:14px;
display: block;
color: #866d35;
width: auto;

text-decoration: none;
}

.slidedoormenu2 li.lastitem a{
font:  11px Verdana, Arial, Helvetica, sans-serif;
line-height:14px;
display: block;
color: #866d35;
width: auto;

text-decoration: none;
}


</style>

<!--[if IE]>
<style type="text/css">
.slidedoormenu li a{ /* Menu link width value for IE */
width: 100%;
}


