/*Drop Down Menu */
#globalNav {color:#666;margin:0;padding:0;position:absolute;top:20px;width:800px;z-index:5001;}
/* hack to correct IE5.5 faulty box model */
#globalNav * html .menu {width:746px; w\idth:745px;}
/* remove all the bullets, borders and padding from the default list styling */
#globalNav ul {padding:0;margin:0;list-style-type:none;}
#globalNav ul ul {width:149px;background-color: #fff;}
/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
#globalNav li {float:left;width:auto;position:relative;padding:0 10px 0 15px;}
#globalNav li li {float:left;width:auto;position:relative;padding:0 0 0 0;margin:0 0 0 0;;background-color: #fff;}
#globalNav li li li{float:left;width:auto;position:relative;padding:0 0 0 5px;;background-color: #fff;}
/* style the links for the top level */
#globalNav a {display:block;font-size:12px; text-decoration:none; color:#666; width:auto; height:30px; border:0; line-height:29px; }
/* a hack so that IE5.5 faulty box model is corrected */
#globalNav * html .menu a, * html .menu a:visited {width:120px; w\idth:138px;}
/* style the second level background */
#globalNav ul li a.drop { background-image:url(https://dr4lnb.4lnb.com/lnb_new/images/down.jpg); background-position: right center; background-repeat:no-repeat;padding:0 20px 0 0;}
/* style the second level hover */
#globalNav ul li a.drop:hover{url(https://dr4lnb.4lnb.com/lnb_new/images/right.gif) no-repeat 130px center;color:#666}
#globalNav ul ul :hover > a.drop { url(https://dr4lnb.4lnb.com/lnb_new/images/right.gif) no-repeat 130px center;color:#666}
/* style the third level background */
#globalNav ul ul ul a.test {color:#666;padding:0 20px 0 0;}
/* style the third level hover */
#globalNav ul:hover ul:hover ul li a.test:hover{url(https://dr4lnb.4lnb.com/lnb_new/images/right.gif) no-repeat 130px center;}
#globalNav ul ul ul :hover > a.test { url(https://dr4lnb.4lnb.com/lnb_new/images/right.gif) no-repeat 130px center;}
/* hide the sub levels and give them a positon absolute so that they take up no room */
#globalNav ul ul {visibility:hidden; position:absolute;height:0;top:25px;left:0; width:140px;}
/* another hack for IE5.5 */
#globalNav * html .menu ul ul {top:24px;t\op:25px;}
/* position the third level flyout menu */
#globalNav ul ul ul{left:140px; top:-1px; width:140px;color:#666}
/* position the third level flyout menu for a left flyout */
#globalNav ul ul ul.left {left:-140px;color:#666}
/* style the table so that it takes no ppart in the layout - required for IE to work */
#globalNav table {position:absolute; top:0; left:0; border-collapse:collapse;;color:#666}
/* style the second level links */
#globalNav ul ul a { color:#666; height:auto; line-height:1em; padding:5px 0 5px 15px; width:128px;border-width:0 1px 1px 1px;margin:0;}
/* yet another hack for IE5.5 */
#globalNav * html .menu ul ul a {width:141px;w\idth:128px;}
/* make the second level visible when hover on first level list OR link */
#globalNav ul li:hover ul,
#globalNav ul a:hover ul{visibility:visible;color:#666}
#globalNav ul:hover ul li a:hover{background-color: #0466af; color:#fff;}
/* keep the third level hidden when you hover on first level list OR link */
#globalNav ul:hover ul ul{visibility:hidden;}
#globalNav ul:hover ul ul li:hover{background-color: #0466af;}
#globalNav ul ul ul a { line-height:1em; padding:5px 0 5px 0; width:140px;border-width:0 1px 1px 1px;}
/* make the third level visible when you hover over second level list OR link */
#globalNav ul:hover ul:hover ul{ visibility:visible;}
#globalNav ul li.sep{color:#666;margin:0;padding:.8em 0;font-size:80%;}