    #Navigate * { padding : 0px ; margin : 0px ; }
    #Messages * { padding : 0px ; margin : 0px ; }

    #NavigateContent { width : 100px ; background : black ; }
    #MessagesContent { width : 100px ; background : black ; }

    #NavigateContentOuter { width : 100px ; padding : 4px 0px 4px 0px ; background : url("../images/DynamicMenuBackground.gif") no-repeat top center ; }
    #MessagesContentOuter { width : 100px ; padding : 4px 0px 4px 0px ; background : url("../images/DynamicMenuBackground.gif") no-repeat top center ; }

    #MessagesContentInner, #NavigateContentInner
    {
        width      :  92px           ;
        height     : 192px           ;
        margin     : 0px 4px 0px 4px ;
        color      : white           ;
        text-align : center          ;
    }

    #NavigateButton { height : 32px ; width : 100px ; background : url("../images/DynamicMenuButtonBackground.gif") ; }
    #MessagesButton { height : 32px ; width : 100px ; background : url("../images/DynamicMenuButtonBackground.gif") ; }

    #MessagesButton1, #NavigateButton0 { float : right ; height : 32px ; width : 22px ; text-align : center ; margin-right : 5px ; }
    #MessagesButton0, #NavigateButton1 { float : left  ; height : 32px ; width : 22px ; text-align : center ; margin-left  : 5px ; }

    #NavigateButton1 img,
    #MessagesButton1 img, 
    #NavigateButton0 img,
    #MessagesButton0 img
    {
        vertical-align : bottom ; 
    }

    a { text-decoration : none ; }

