@charset "utf-8";
/* beecky:鼠标经过出现的下拉菜单开始 */
/*
#menubar li{ float:left;  padding:15px;height:16px; width:50px; border-right:1px solid #ccc; }
#menubar li a{color:#0065b3; text-decoration:none; letter-spacing:-1px;}
*/
.menuhover { background-color:#999;}
.menuinfo { background-color:#efefef; border:1px solid #d2e1f1; font-weight:normal; color:#0065b3; font-size:12px;  width:240px; padding:5px; display:none;  position:absolute; margin-left:0px; margin-top:-10px;
z-index:999;
-moz-border-radius-bottomright: 5px; -moz-border-radius-bottomleft: 5px;
    -webkit-border-bottom-left-radius: 5px; -webkit-border-bottom-right-radius: 5px;
    -khtml-border-radius-bottomright: 5px;   -khtml-border-radius-bottomleft: 5px;
    border-radius-bottomright: 5px;border-radius-bottomleft: 5px; 
}
.menuinfo a{color:#0065b3; text-decoration:none; letter-spacing:2px; font-weight:normal; white-space:nowrap;}
/* beecky:鼠标经过出现的下拉菜单结束 */