#nav_menu ul { list-style-type: none; } 

#nav_menu li {  
float: left;   
}  

#nav_menu li a {  
    display: block;  
    text-decoration: none;  
    text-indent: -9999px;
    height: 88px;
    width: 100px;
}  

#item01 a {background: url(../images/global_nav.png) no-repeat 0 0; }
#item02 a {background: url(../images/global_nav.png) no-repeat -100px 0; }
#item03 a {background: url(../images/global_nav.png) no-repeat -200px 0; }
#item04 a {background: url(../images/global_nav.png) no-repeat  -300px 0; }
#item05 a {background: url(../images/global_nav.png) no-repeat  -400px 0; }

#item01 a:hover {background-position: 0 -88px;}
#item02 a:hover {background-position: -100px -88px;}
#item03 a:hover {background-position: -200px -88px;}
#item04 a:hover {background-position: -300px -88px;}
#item05 a:hover {background-position: -400px -88px;}

#item01_current a {background: url(../images/global_nav.png) no-repeat 0 -176px; }
#item02_current a {background: url(../images/global_nav.png) no-repeat -100px -176px; }
#item03_current a {background: url(../images/global_nav.png) no-repeat -200px -176px; }
#item04_current a {background: url(../images/global_nav.png) no-repeat  -300px -176px; }
#item05_current a {background: url(../images/global_nav.png) no-repeat  -400px -176px; }






#QR_menu ul { list-style-type: none; } 
#QR_menu li {    }  
#QR_menu li a {  
    display: block;  
    text-decoration: none;  
    text-indent: -9999px;
    width: 265px;
}  

#qr01 a {background: url(../images/quick_links.png) no-repeat 0 0; height: 60px;}
#qr02 a {background: url(../images/quick_links.png) no-repeat 0 -60px; height: 60px;}
#qr03 a {background: url(../images/quick_links.png) no-repeat 0 -120px; height: 60px;}
#qr04 a {background: url(../images/quick_links.png) no-repeat 0 -180px; height: 60px;}
#qr05 a {background: url(../images/quick_links.png) no-repeat 0 -240px; height: 60px;}
#qr06 a {background: url(../images/quick_links.png) no-repeat 0 -300px; height: 60px;}
#qr07 a {background: url(../images/quick_links.png) no-repeat 0 -360px; height: 60px;}
#qr08 a {background: url(../images/quick_links.png) no-repeat 0 -420px; height: 60px;}
#qr09 a {background: url(../images/quick_links.png) no-repeat 0 -480px; height: 60px;}

#qr01 a:hover {background: url(../images/quick_links.png) no-repeat -265px 0; height: 60px;}
#qr02 a:hover {background: url(../images/quick_links.png) no-repeat -265px -60px; height: 60px;}
#qr03 a:hover {background: url(../images/quick_links.png) no-repeat -265px -120px; height: 60px;}
#qr04 a:hover {background: url(../images/quick_links.png) no-repeat -265px -180px; height: 60px;}
#qr05 a:hover {background: url(../images/quick_links.png) no-repeat -265px -240px; height: 60px;}
#qr06 a:hover {background: url(../images/quick_links.png) no-repeat -265px -300px; height: 60px;}
#qr07 a:hover {background: url(../images/quick_links.png) no-repeat -265px -360px; height: 60px;}
#qr08 a:hover {background: url(../images/quick_links.png) no-repeat -265px -420px; height: 60px;}
#qr09 a:hover {background: url(../images/quick_links.png) no-repeat -265px -480px; height: 60px;}
