
/* this changes depending on section */
#sidebarTwo {
    background-image: url('/_mary/image/sidebar/sidebar-green-top.gif');
    font-size: 0.97em;
}
#sidebarTwoContent a {
    color: #FFF;
    background-color: inherit;
}
#sidebarTwoContent a:active, #sidebarTwoContent a:visited {
    color: orange;
    background-color: inherit;
}
#sidebarTwoContent a:hover, #sidebarTwoContent a:focus {
    color: #FFF;
    background-color: purple;
}
#sidebarTwoContent {
    background-image: url('/_mary/image/sidebar/sidebar-green-bottom.gif');
}



























