/* common styling */ /* set up the overall width of the menu div, the font and the margins */ body,td,th { font-family: 微软雅黑; font-size: 12px; color: #666666; } body { margin: 0px; } .menu { font-family:微软雅黑; width:200px; } /* remove the bullets and set the margin and padding to zero for the unordered list */ .menu ul { padding:0; margin:0; list-style-type: none; } /* float the list so that the items are in a line and their position relative so that the drop down list will appear in the right place underneath each list item */ .menu ul li { float:left; position:relative; visibility: visible; overflow: visible; } /* style the links to be 104px wide by 30px high with a top and right border 1px solid white. Set the background color and the font size. */ .menu ul li a, .menu ul li a:visited { display:block; text-align:left; text-decoration:none; width:200px; height:36px; color:#4F4F4F; border-width:1px 1px 0 0; line-height:36px; font-size:12px; background-image: url(images/zz2.png); text-indent: 40px; } /* make the dropdown ul invisible */ .menu ul li ul { display: none; z-index:9999 } /* specific to non IE browsers */ /* set the background and foreground color of the main menu li on hover */ .menu ul li:hover a { color:#fff; background-color: #319ED9; background-image: url(images/zz1.gif); } /* make the sub menu ul visible and position it beneath the main menu list item */ .menu ul li:hover ul { display:block; position:absolute; top:36px; left:0px; width:200px; } /* style the background and foreground color of the submenu links */ .menu ul li:hover ul li a { display:block; background:#EEE; color:#666666; } /* style the background and forground colors of the links on hover */ .menu ul li:hover ul li a:hover { background:#82C4E8; color:#000; } .zz1 { font-size: 15px; font-weight: bold; color: #5A5A5A; } .bian1 { border: 1px solid #CCCCCC; } .za1 { color: #E0910C; font-weight: bold; }.av1:link { text-decoration: none; color: #525252; letter-spacing: 1px; font-size: 13px; } .av1:visited { text-decoration: none; color: #525252; } .av1:hover { text-decoration: none; color: #000000; } .av1:active { text-decoration: none; color: #525252; } .av2:link { text-decoration: none; color: #FFFFFF; letter-spacing: 1px; font-size: 13px; font-weight: bold; } .av2:visited { text-decoration: none; color: #FFFFFF; } .av2:hover { text-decoration: none; color: #FFFF99; } .av2:active { text-decoration: none; color: #FFFFFF; } .news1 { font-size: 15px; font-weight: bold; color: #333333; } .za1 { font-size: 14px; font-weight: bold; color: #666666; } .n1 { font-size: 10px; font-weight: bold; color: #17A4D8; } a { font-size: 12px; color: #666666; } a:link { text-decoration: none; } a:visited { text-decoration: none; color: #716F64; } a:hover { text-decoration: none; color: #000000; } a:active { text-decoration: none; color: #666666; } .z { font-size: 16px; color: #333333; } .z0 { font-size: 16px; font-weight: bold; color: #333333; }