
div.LeftSideNavigationWrap {
        }
ul.LeftSideNavigation {
        width: 219px;
        display: table;
        }

        ul.LeftSideNavigation li {
            background: url('../images/globalElements/subNavigation/repeatBackground.png') repeat-y;
            position: relative;
            padding: 0;
            vertical-align:top;
            }

            ul.LeftSideNavigation li div.center {
                width: 100%;
                display: block !important;
                display: table-cell;
                position:relative;
                vertical-align:top;
                }

            ul.LeftSideNavigation li div.center.backToResults {
                background: url('../images/globalElements/subNavigation/backToResultsArrow.png') no-repeat 16px center;
                }

                ul.LeftSideNavigation li div.center.backToResults a {
                    padding: 8px 0 8px 32px;
                    }

            ul.LeftSideNavigation li a {
                display:block;
                padding: 10px 5px 8px 16px;
                color: #093a80;
                font-size: 1em;
                vertical-align:top;
                background: url('../images/globalElements/subNavigation/menuSeparator.png') repeat-x center top;
                line-height: 1.25em;
                }

            ul.LeftSideNavigation li a:hover {
                color: #fff;
                }


            ul.LeftSideNavigation li div.tip {
                position: absolute;
                right: -15px;
                top: 0;
                height: 100%;
                width: 16px;
                background: transparent url(../images/globalElements/subNavigation/subnavSprite.png) no-repeat scroll 100% 50%;
                visibility: hidden;
                }
                * html ul.LeftSideNavigation li div.tip {
                    background-image: url(../images/globalElements/subNavigation/subnavSprite-8bit.png);
                    }

            ul.LeftSideNavigation li.first-of-type {
                background: url('../images/globalElements/subNavigation/topShim.png') no-repeat center top;
                padding-top:2px;
                }

                ul.LeftSideNavigation li.first-of-type a:link {
                    background: none;
                    }

            ul.LeftSideNavigation li.last-of-type {
                background: url('../images/globalElements/subNavigation/bottomShim.png') no-repeat center bottom;
                padding-bottom:2px;
                }



            ul.LeftSideNavigation li.current a {
                color: #680d04;
                font-weight: bold;
                font-size: 1em;
                }


            ul.LeftSideNavigation li.first-of-type.current a:link,
            ul.LeftSideNavigation li.current a {
                background: transparent url(../images/globalElements/subNavigation/subnavSprite.png) no-repeat scroll -221px 50%;
                }
                * html ul.LeftSideNavigation li.current a {
                    background-image: url(../images/globalElements/subNavigation/subnavSprite-8bit.png);
                    }

            ul.LeftSideNavigation li a:hover,
            ul.LeftSideNavigation li.first-of-type a:hover {
                background: url('../images/globalElements/subNavigation/subnavSprite.png') no-repeat 1px 50%;
                }
                * html ul.LeftSideNavigation li a:hover,
                * html ul.LeftSideNavigation li.first-of-type a:hover {
                    background-image: url(../images/globalElements/subNavigation/subnavSprite-8bit.png);
                    }

            ul.LeftSideNavigation li.current a:hover {
                background: transparent url(../images/globalElements/subNavigation/subnavSprite.png) no-repeat scroll -221px 50%;
                }
                * html ul.LeftSideNavigation li.current a:hover {
                    background-image: url(../images/globalElements/subNavigation/subnavSprite-8bit.png);
                    }


            ul.LeftSideNavigation li.current div.tip {
                visibility: visible;
                }
.mouseOverSubNavigation {color: #ffffff !important;background: url('../images/globalElements/subNavigation/subnavSprite.png') no-repeat 1px 50% !important;}