//
//
//
//
//
//function menuFix() {
//var sfEls =
document.getElementByIdx_x("menu").getElementsByTagName_r("li");
//for (var i=0; i
//sfEls[i].onmouseover=function() {
//this.className+=(this.className.length>0? " ": "") +
"sfhover";
//}
//sfEls[i].onMouseDown=function() {
//this.className+=(this.className.length>0? " ": "") +
"sfhover";
//}
//sfEls[i].onMouseUp=function() {
//this.className+=(this.className.length>0? " ": "") +
"sfhover";
//}
//sfEls[i].onmouseout=function() {
//this.className=this.className.replace(new RegExp("(
?|^)sfhover\\b"),
//"");
//}
//}
//}
//window.onload=menuFix;
//
//
//body { font-family: Verdana; font-size: 12px; line-height:
1.5; }
//a { color: #000; text-decoration: none; }
//a:hover { color: #F00; }
//#menu { width:700px; height:38px; margin:0 auto;
background:url(http://www.cqkkbl.com/Templates/show/images/menu_bg.jpg)
;}
//#menu ul { list-style: none; margin: 0px; padding: 0px;
}
//#menu ul li { float:left; margin-left:2px;}
//#menu ul li a { display:block; width:91px; height:38px;
line-height:38px; text-align:center;
font-size:14px; color:#FFFFFF;
text-decoration:none; font-weight:bold;}
//#menu ul li a:hover {
background:url(http://www.cqkkbl.com/Templates/show/images/Menu_link.jpg);display:block;
width:91px; height:38px; line-height:38px; text-align:center;
font-size:14px; color:#FF9966;
text-decoration:none; font-weight:bold;}
//#menu ul li ul { border:1px solid #ccc; display:none;
position:absolute;}
//#menu ul li ul li { float:none; width:88spx;
background:#99CC99; margin:0;}
//#menu ul li ul li a { background:none;}
//#menu ul li ul li a:hover { background:#333;
color:#fff;}
//#menu ul li:hover ul { display:block;}
//#menu ul li.sfhover ul { display:block;}
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//