/* Menu List */
                .footernav {
                    width: 870px;
                    margin:0px;
                    height:auto;
                    text-align: left;

                }

                .footernav div {

                    margin: 0;
                    padding: 0;
                    width: auto;
                    float: left;
                    clear: both;

                }

                .footernav ul {

                    list-style: none;
                    margint: 0;
                    padding: 0;
                    display: inline;
                    z-index: 10000;

                }

                .footernav ul li {
                    float: left;
                    position: relative;
					margin-right:17px;
					
                }






/* Front */
                .footernavFront, a .footernavFront {
                    background: url(../images/footernav/front_off.png);
                }

                .footernavFrontOn, a:hover .footernavFront {
                    background: url(../images/footernav/front_on.png);
                }


/* BDM */
                .footernavBDM, a .footernavBDM {
                    background: url(../images/footernav/bdm_off.png);
                }

                .footernavBDMOn, a:hover .footernavBDM {
                    background: url(../images/footernav/bdm_on.png);
                }


/* Advertising */
                .footernavAdvertising, a .footernavAdvertising {
                    background: url(../images/footernav/advertising_off.png);
                }

                .footernavAdvertisingOn, a:hover .footernavAdvertising {
                    background: url(../images/footernav/advertising_on.png);
                }


/* Productions */
                .footernavProductions, a .footernavProductions {
                    background: url(../images/footernav/productions_off.png);
                }

                .footernavProductionsOn, a:hover .footernavProductions {
                    background: url(../images/footernav/productions_on.png);
                }


/* Press */
                .footernavPress, a .footernavPress {
                    background: url(../images/footernav/press_off.png);
                }

                .footernavPressOn, a:hover .footernavPress {
                    background: url(../images/footernav/press_on.png);
                }


/* Contact */
                .footernavContact, a .footernavContact {
                    background: url(../images/footernav/contact_off.png);
                }

                .footernavContactOn, a:hover .footernavContact {
                    background: url(../images/footernav/contact_on.png);
                }