#Top {
    background:url(../_images/header.jpg) no-repeat center;
    height:143px;
}
#Menu {
    margin:0px;
    padding:0px;
    width:900px;
    margin:auto;
}
    #Menu li {
        float:left;
        list-style:none;
        margin:15px;
        margin-top:8px;
        margin-left:6px;
        margin-right:6px;
 
    }
    * html #Menu li {
           #width:1%;
    }

        #Menu li a {
            display:block;
            text-decoration:none;
            color:#fff;
            font-weight:bolder;
            font-size:13px;
            padding-left:14px;
            background:url(../_images/menuLeftOff.gif) left no-repeat;   
        }
        #Menu li.active a {
            background:url(../_images/menuLeft.gif) left no-repeat;            
        }
        #Menu li a:hover  {
            background:url(../_images/menuLeft.gif) left no-repeat;            
        }
            #Menu li a span {
                padding-right:14px;
                display:block;
                height:41px;
                padding-top:10px;
                white-space:nowrap;
                cursor:pointer;
                background:url(../_images/menuRightOff.gif) right no-repeat;  
            }
            #Menu li.active a span {
                background:url(../_images/menuRight.gif) right no-repeat;         
            }
            #Menu li a:hover span {
                background:url(../_images/menuRight.gif) right no-repeat;         
            }