﻿$(document).ready(function() {              	    
            $(".mainNavTmp0").hover(function() {
                $("#navTyreRange").fadeOut(200);
                $("#navCompany").fadeOut(200);
                $("#navLiterature").fadeOut(200);
                $("#navContact").fadeOut(200);
                $("#navDunlopDealers").fadeOut(200);
                $("#navDrivenByPrecision").fadeOut(200);
            },
            function() { });	
            
            $(".current0").hover(function() {
                $("#navTyreRange").fadeOut(200);
                $("#navCompany").fadeOut(200);
                $("#navLiterature").fadeOut(200);
                $("#navContact").fadeOut(200);
                $("#navDunlopDealers").fadeOut(200);
                $("#navDrivenByPrecision").fadeOut(200);
            },
            function() {});	
            			    
            $(".mainNavTmp1").hover(function() {
                $("#navTyreRange").fadeIn(200);
                $("#navCompany").fadeOut(200);
                $("#navLiterature").fadeOut(200);
                $("#navContact").fadeOut(200);
                $("#navDunlopDealers").fadeOut(200);
                $("#navDrivenByPrecision").fadeOut(200);
            },
            function() {});			    
            $(".current1").hover(function() {
                $("#navTyreRange").fadeIn(200);
                $("#navCompany").fadeOut(200);
                $("#navLiterature").fadeOut(200);
                $("#navContact").fadeOut(200);
                $("#navDunlopDealers").fadeOut(200);
                $("#navDrivenByPrecision").fadeOut(200);
            },
            function() {});

            $(".mainNavTmp2").hover(function() {
                $("#navDunlopDealers").fadeIn(200);
                $("#navTyreRange").fadeOut(200);
                $("#navCompany").fadeOut(200);
                $("#navLiterature").fadeOut(200);
                $("#navContact").fadeOut(200);
                $("#navDrivenByPrecision").fadeOut(200);
            },
            function() {});
            $(".current2").hover(function() {
                $("#navDunlopDealers").fadeIn(200);
                $("#navTyreRange").fadeOut(200);
                $("#navCompany").fadeOut(200);
                $("#navLiterature").fadeOut(200);
                $("#navContact").fadeOut(200);
                $("#navDrivenByPrecision").fadeOut(200);
            },
            function() { });

            $(".mainNavTmp3").hover(function() {
                $("#navTyreRange").fadeOut(200);
                $("#navCompany").fadeOut(200);
                $("#navLiterature").fadeOut(200);
                $("#navContact").fadeOut(200);
                $("#navDunlopDealers").fadeOut(200);
                $("#navDrivenByPrecision").fadeIn(200);
            },
            function() { });
            $(".current3").hover(function() {
                $("#navTyreRange").fadeOut(200);
                $("#navCompany").fadeOut(200);
                $("#navLiterature").fadeOut(200);
                $("#navContact").fadeOut(200);
                $("#navDunlopDealers").fadeOut(200);
                $("#navDrivenByPrecision").fadeIn(200);
            },
            function() { });		
            	    
            $(".mainNavTmp4").hover(function() {
                $("#navTyreRange").fadeOut(200);
                $("#navCompany").fadeOut(200);
                $("#navLiterature").fadeOut(200);
                $("#navContact").fadeOut(200);
                $("#navDunlopDealers").fadeOut(200);
                $("#navDrivenByPrecision").fadeOut(200);
            },
            function() {});
            $(".current4").hover(function() {
                $("#navTyreRange").fadeOut(200);
                $("#navCompany").fadeOut(200);
                $("#navLiterature").fadeOut(200);
                $("#navContact").fadeOut(200);
                $("#navDunlopDealers").fadeOut(200);
                $("#navDrivenByPrecision").fadeOut(200);
            },
            function() {});		
            	    
            $(".mainNavTmp5").hover(function() {
                $("#navTyreRange").fadeOut(200);
                $("#navCompany").fadeIn(200);
                $("#navLiterature").fadeOut(200);
                $("#navContact").fadeOut(200);
                $("#navDunlopDealers").fadeOut(200);
                $("#navDrivenByPrecision").fadeOut(200);
            },
            function() {});
            $(".current5").hover(function() {
                $("#navTyreRange").fadeOut(200);
                $("#navCompany").fadeIn(200);
                $("#navLiterature").fadeOut(200);
                $("#navContact").fadeOut(200);
                $("#navDunlopDealers").fadeOut(200);
                $("#navDrivenByPrecision").fadeOut(200);
            },
            function() {});
            	    
            $(".mainNavTmp6").hover(function() {
                $("#navTyreRange").fadeOut(200);
                $("#navCompany").fadeOut(200);
                $("#navLiterature").fadeIn(200);
                $("#navContact").fadeOut(200);
                $("#navDunlopDealers").fadeOut(200);
                $("#navDrivenByPrecision").fadeOut(200);
            },
            function() {});
            $(".current6").hover(function() {
                $("#navTyreRange").fadeOut(200);
                $("#navCompany").fadeOut(200);
                $("#navLiterature").fadeIn(200);
                $("#navContact").fadeOut(200);
                $("#navDunlopDealers").fadeOut(200);
                $("#navDrivenByPrecision").fadeOut(200);
            },
            function() {});
            	    
            $(".mainNavTmp7").hover(function() {
                $("#navTyreRange").fadeOut(200);
                $("#navCompany").fadeOut(200);
                $("#navLiterature").fadeOut(200);
                $("#navContact").fadeIn(200);
                $("#navDunlopDealers").fadeOut(200);
                $("#navDrivenByPrecision").fadeOut(200);
            },
            function() {});
            $(".current7").hover(function() {
                $("#navTyreRange").fadeOut(200);
                $("#navCompany").fadeOut(200);
                $("#navLiterature").fadeOut(200);
                $("#navContact").fadeIn(200);
                $("#navDunlopDealers").fadeOut(200);
                $("#navDrivenByPrecision").fadeOut(200);
            },
            function() {});
            
            
            $("#navTyreRange").hover(function() {},
            function() {
                $("#navTyreRange").fadeOut(200);
            });
            $("#navDrivenByPrecision").hover(function() { },
            function() {
            $("#navDrivenByPrecision").fadeOut(200);
            });
            $("#navDunlopDealers").hover(function() { },
            function() {
            $("#navDunlopDealers").fadeOut(200);
            });
            $("#navCompany").hover(function() {},
            function() {
                $("#navCompany").fadeOut(200);
            });
            $("#navLiterature").hover(function() {},
            function() {
                $("#navLiterature").fadeOut(200);
            });
            $("#navContact").hover(function() {},
            function() {
                $("#navContact").fadeOut(200);
            });
        });