//html
//{
//    filter:progid:DXImageTransform.Microsoft.BasicImage(grayscale=1);
//}

/* 网站链接总的css定义:可定义内容为链接字体颜色、样式等 */
a
{
    text-decoration: none;
} /* 链接无下划线,有为underline */

a:link
{
    color:#003366;
} /* 未访问的链接 */

a:visited
{
    color:#003366;
} /* 已访问的链接 */

/*a:hover{color: #009900;text-decoration: underline;} *//* 鼠标在链接上 */ 
a:hover
{
    color:blue;
    position: relative;
    top:1px;
} /* 鼠标在链接上下沉效果 */

a.xiehui:hover
{
    color:blue;
    position: relative;
    top:0px;
} /* 鼠标在链接上下沉效果 */

a:active
{
} /* 点击激活链接 */

/* 顶部频道文字链接的css定义－－将顶部频道文字链接与网站链接总的css定义分开，以后可以制作深底浅字的格式，如果要保持原来的设计样式，将此定义内容删除或定义成与网站链接总的css相同即可。调用代码为<a class='channel' ***>***</a> */
a.channel:link
{
}

a.channel:visited
{
}

a.channel:hover
{
}

a.channel:active
{
}

/* 顶部当前频道文字链接的css定义－－调用代码为<a class='channel2' ***>***</a> */
a.channel2:link
{
}

a.channel2:visited
{
}

a.channel2:hover
{
}

a.channel2:active
{
}

/* 底部版权信息文字链接的css定义－－与顶部频道文字链接定义的想法相同。可设置与顶部频道文字链接定义不同的文字颜色，网页内定义以预留。调用代码为<a class='bottom' ***>***</a> */
a.bottom:link
{
}

a.bottom:visited
{
}

a.bottom:hover
{
}

a.bottom:active
{
}

/* 文章栏目标题文字链接的css定义－－可设置与顶部频道文字链接定义不同的文字颜色，网页内定义以预留。要相同可不设置。调用代码为<a class='class' ***>***</a> */
a.class:link
{
}

a.class:visited
{
}

a.class:hover
{
}

a.class:active
{
}

/* body的css定义:对应css中“body”，可定义内容为网页字体颜色、背景、浏览器边框等 */
body
{
    margin:0px;
    color:#003366;
    font-size: 10pt;
    text-align:center;
    background-image: url(/Skin/Zjbaoxian/bg.gif);
    text-decoration: none;
    scrollbar-face-color: #f6f6f6;
    scrollbar-highlight-color: #ffffff;
    scrollbar-shadow-color: #cccccc;
    scrollbar-3dlight-color: #cccccc;
    scrollbar-arrow-color: #330000;
    scrollbar-track-color: #f6f6f6;
    scrollbar-darkshadow-color: #ffffff;
}

/* 单元格的css定义:对应css中的“td”，这里为总的表格定义，为一般表格的的单元格风格设置，可定义内容为背景、字体颜色、样式等 */
td
{
    font-family:"宋体";
    font-size: 10pt;
    line-height: 150%;
    font-weight: normal;
}

/* 文本框的css定义:对应css中的“input”，这里为文本框的风格设置，可定义内容为背景、字体、颜色、边框等 
input
{
    border-bottom: #666666 1px solid;
    border-left: #666666 1px solid;
    border-right: #666666 1px solid;
    border-top: #666666 1px solid;
    color: #666666;
    height: 18px;
    font-size: 9pt
}*/

/* 按钮的css定义:对应css中的“button”，这里为按钮的风格设置，可定义内容为背景、字体、颜色、边框等 
button
{
    font-size: 9pt;
    height: 20px;
}
*/
/* 下拉列表框的css定义:对应css中的“select”，这里为下拉列表框的风格设置，可定义内容为背景、字体、颜色、边框等 */
select
{
    font-size: 9pt;
    height: 20px;
}

/* 顶部用户登录文字链接的css定义 */
.top_userlogin
{
}

/* ==频道通用表格css定义开始== */
.channel_border /* 灰色表格边框背景颜色定义(760) */
{
    border: 1px solid #cccccc;
}

.channel_title /* 标题背景颜色定义(760) */
{
    height: 27;
    text-align: center;
    font-weight:bold;
}

.channel_tdbg /* 表格背景颜色定义(760) */
{
    line-height: 120%;
}

.channel_pager /* 分页表格背景颜色定义(760) */
{
    line-height: 120%;
}

　　/* --评论显示页的css定义开始-- */
.comment_border /* 蓝色表格边框背景颜色定义(760) */
{
    border: 1px solid #449ae8;
}

.comment_title /* 标题背景颜色定义(760) */
{
    font-weight: normal;
    height: 25;
}

.comment_tdbg1 /* 表格背景颜色定义(760) */
{
    line-height: 120%;
}

.comment_tdbg2 /* 留言显示1px表格背景颜色定义 */
{
}

　　/* --评论显示页的css定义结束-- */
/* ==频道通用表格css定义结束== */ 

/* ==简短标题文字的css定义开始== */
/* [图文]简短标题文字的css定义 */
.s_headline1
{
}

/* [组图]简短标题文字的css定义 */
.s_headline2
{
}

/* [推荐]简短标题文字的css定义 */
.s_headline3
{
}

/* [注意]简短标题文字的css定义 */
.s_headline4
{
}

/* ==简短标题文字的css定义开始== */

/* ==top.asp中的css定义开始== */
.top_tdbgall /* 顶部表格总背景颜色定义 */
{
    width: 760;
    background:#ffffff;
}

.top_top
{
    background:#0089f7;
    height: 2;
}

.top_channel /* 频道表格背景、文字颜色定义 */
{
    background:#0089f7;
    color:#3ab1f5!important;
    text-align: right;
    border-top: 1px solid #ffffff;
    border-bottom: 1px solid #ffffff;
}

.top_announce /* 公告表格背景、文字颜色定义 */
{
    background:url(/Skin/blue/top_nav_menu.gif);
    height: 30;
}

.top_nav_menu /* 导航栏表格背景、文字颜色定义 */
{
    height: 22;
    background-image: url(/Skin/Zjbaoxian/menu_bg2.gif);
    padding-left: 33px;
}

.top_path /* 您现在的位置表格背景、文字颜色定义 */
{
/* width: 760;
    height: 30;*/
}

.top_userlogin /* 顶部用户登录文字链接的css定义 */
{
}

/* ==top.asp中的css定义结束== */

/* ==网页中部中的css定义开始== */
.center_tdbgall /* 中部表格总背景颜色定义 */
{
    width:778px;
    background-color:#CEE8F9;
}

　　/* --网页中部左栏的css定义开始-- */
.left_tdbgall /* 左栏表格总背景颜色定义 */
{
}

.left_title /* 左栏标题表格背景、文字颜色定义 */
{
    font-size:14px;
    font-weight:bold;
    color: #FF5500;
    height: 28px;
    padding-left:0px;
    text-align: center;
    background-image: url(/Skin/Zjbaoxian/right_t.gif);
    width: 180px;
}

.left_tdbg1 /* 左栏内容表格背景、文字颜色定义 */
{
    padding: 0px;
    border-width: 1px;
    border-top-style: none;
    border-bottom-style: none;
    border-color: #5469bc;
    border-right-style: solid;
    border-left-style: solid;
}

.left_tdbg2 /* 左栏底部表格背景、文字颜色定义 */
{
    height: 4px;
    background: url(/Skin/Zjbaoxian/tdbg_bottom.gif) no-repeat;
}

.right_title_bs06 /* 右栏标题表格背景、文字颜色定义 */
{
    font-weight:bold;
    height: 28px;
    padding-left:20px;
    text-align: left;
    background-image: url(/Skin/Zjbaoxian/right_t.gif);
}

.right_title /* 左栏标题表格背景、文字颜色定义 */
{
    background:url(/Skin/blue/right_title.gif);
    font-weight:bold;
    height: 28;
    /*width:180;*/
    padding-left:40;
    text-align: left;
}

　　/* --网页中部左栏的css定义结束-- */
　　/* --网页中部中栏的css定义开始-- */
.main_tdbgall /* 中栏表格总背景颜色定义 */
{
/*width: 583;*/
}

.main_shadow /* 中栏内容间隔表格背景颜色定义(575) */
{
    height: 4;
    border-left:#5469BC 1px solid;
    border-right:#5469BC 1px solid;
}

.main_announce /* 中栏公告表格背景、文字颜色定义 */
{
    height: 25;
    border: 1px solid #d2d3d9;
}

.main_search /* 中栏搜索表格背景、文字颜色定义 */
{
    height: 25px;
    border: 1px solid #d2d3d9;
}

.main_top /* 中栏最新推荐表格背景颜色定义 */
{
    background:url(/Skin/blue/main_top.gif);
    height: 187;
}

.main_title_760i /* 网站首页中栏标题表格背景、文字颜色定义(760) */
{
    background-image: url(/Skin/Zjbaoxian/main_bs.gif);
    border-right: 1px solid #1c65be;
    text-align: left;
    padding-left:30;
    height: 27;
}

.main_tdbg_760i /* 网站首页中栏内容表格背景、文字颜色定义(760) */
{
    border: 1px solid #d2d3d9;
    line-height: 150%;
    text-align: left;
    padding-left:5;
    padding-right:5;
}

.main_title_575 /* 中栏标题表格背景、文字颜色定义(575) */
{
    font-weight: bold;
    background-image: url(/Skin/Zjbaoxian/main_bs1.gif);
    height: 27px;
    border-right-width: 1px;
    border-right-style: solid;
    border-right-color: #1c65be;
}

.main_title_bs06 /* 中栏标题表格背景、文字颜色定义(bs06) */
{
    text-align: left;
    padding-left:30px;
    height: 27px;
    background-image: url(/Skin/Zjbaoxian/main_bs.gif);
    border-right-width: 1px;
    border-right-style: solid;
    border-right-color: #1c65be;
    font-weight: bold;
}

.main_tdbg_bsd06 /* 中栏内容表格背景、文字颜色定义(bsd06) */
{
    height: 4px;
    background-image: url(/Skin/Zjbaoxian/main_02.gif);
}

.main_tdbg_bs06 /* 中栏内容表格背景、文字颜色定义(bs06) */
{
    line-height: 150%;
    text-align: left;
    padding-left:5;
    padding-right:5;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-right-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    border-right-color: #aec6e8;
    border-bottom-color: #aec6e8;
    border-left-color: #aec6e8;
    background-image: url(/Skin/Zjbaoxian/main_bg.gif);
}

.main2_tdbg_bs06 /* 中栏内容表格背景、文字颜色定义(bs06) */
{
    line-height: 150%;
    text-align: left;
    padding-left:5;
    padding-right:5;
    border-left-width: 1px;
    border-left-style: dashed;
    border-left-color: #aec6e8;
    background-image: url(/Skin/Zjbaoxian/main_bg.gif);
}

.main_tdbg_575 /* 中栏内容表格背景、文字颜色定义(575) */
{
    background-color:#FBFBFB;
    line-height: 200%;
    text-align: left;
    padding-left:5px;
    padding-right:5px;
}

.main_title_282i, .main_title_282 /* 栏目文章列表标题表格背景、文字颜色定义(282) */
{
    background:url(/Skin/Zjbaoxian/main_bs.gif);
    height: 27;
    padding-left:30;
    text-align: left;
    border-right: 1px solid #1c65be;
    font-weight: bold;
}

.main_tdbg_282i /* 栏目文章列表内容表格背景、文字颜色定义(282) */
{
    border: 1px solid #d2d3d9;
    line-height: 150%;
    text-align: left;
    padding-left:5;
    padding-right:5;
}

.main_tdbg_282 /* 栏目文章列表内容表格背景、文字颜色定义(282) */
{
    border: 1px solid #d2d3d9;
    line-height: 150%;
    text-align: left;
    padding-left:5;
    padding-right:5;
}

.listbg /* --栏目文章列表内容间隔颜色的定义1-- */
{
    background:#F0F0F0;
    border-bottom:#999999 1px dashed;/*background:url(/Skin/Zjbaoxian/Zjbaoxian/BG_line.gif);*/
    font-size: 9pt;
    height: 20px; 
}

.listbg2 /* --栏目文章列表内容间隔颜色的定义2-- */
{
    background:#F4F4F4;
    border-bottom:#999999 1px dashed;/*background:url(/Skin/Zjbaoxian/Zjbaoxian/BG_line.gif);*/
    font-size: 9pt;
    height: 20px; 
}

　　/* --网页中部中栏的css定义结束-- */
　　/* --文章显示页的css定义开始-- */
 .main_articletitle /* 主标题文字颜色定义 */
{
    font-weight:bold;
    font-size: 18;
    line-height: 150%;
}

.main_articlesubheading /* 副标题文字颜色定义 */
{
    font-weight:bold;
    line-height: 150%;
}

.main_title_760 /* 标题导航表格背景、文字颜色定义(760) */
{
    background:url(/Skin/Zjbaoxian/main_bs1.gif);
    border: 1px solid #d2d3d9;
    height: 28;
}

.main_tdbg_760 /* 内容表格背景、文字颜色定义(760) */
{
    border: 1px solid #d2d3d9;
    padding: 5px;
    line-height: normal;
    text-align: left;
}

.article_tdbgall /* 责编等表格背景、文字颜色定义(760) */
{
}

　　/* --文章显示页的css定义结束-- */
　　/* --留言频道css定义开始-- */
/* 留言栏目标题文字链接的css定义－－调用代码为<a class='guest' ***>***</a> */
a.guest:link
{
}

a.guest:visited
{
}

a.guest:hover
{
}

a.guest:active
{
}

.guest_title_760 /* 标题导航表格背景、文字颜色定义(760) */
{
    background:url(/Skin/Zjbaoxian/main_bs1.gif);
    border: 1px solid #d2d3d9;
    padding-left:5;
    height: 29;
}

.guest_tdbg_760 /* 内容表格背景、文字颜色定义(760) */
{
    border: 1px solid #d2d3d9;
    padding: 8;
}

.guest_border /* 蓝色表格边框背景颜色定义(760) */
{
    border: 1px solid #449ae8;
}

.guest_title /* 标题背景颜色定义(760) */
{
    font-weight: normal;
    height: 25;
}

.guest_tdbg /* 表格背景颜色定义(760) */
{
    line-height: 120%;
}

.guest_tdbg_1px /* 留言显示1px表格背景颜色定义 */
{
}

.guest_border2 /* 回复表格虚线边框背景颜色定义(760) */
{
    border: 1px dashed #97d2df;
}

.guest_replyadmin /* 管理员回复文字背景颜色定义(760) */
{
}

.guest_replyuser /* 用户回复文字背景颜色定义(760) */
{
}

　　/* --留言频道css定义结束-- */
　　/* --商城的css定义开始-- */
.shop_border /* 蓝色表格边框背景颜色定义(760) */
{
    border: 1px solid #1C65BE;
}

.shop_border3 /* 灰色表格边框背景颜色定义(760) */
{
    border: 1px solid #cccccc;
}

.shop_title /* 标题背景颜色定义(760) */
{
    font-weight: bold;
    background-image: url(/Skin/Zjbaoxian/main_bs1.gif);
    height: 27px;
    padding-left: 30px;
    border-right-width: 1px;
    border-right-style: solid;
    border-right-color: #1c65be;
}

.shop_tdbg /* 表格背景颜色定义(760) */
{
    line-height: 120%;
}

.shop_tdbg2 /* 表格背景颜色定义2 */
{
    line-height: 120%;
}

.shop_tdbg3 /* 表格背景颜色定义3 */
{
    line-height: 120%;
}

.shop_tdbg4 /* 表格背景颜色定义4 */
{
    line-height: 120%;
}

　　/* --商城的css定义结束-- */
/* ==网页中部中的css定义结束== */

/* ==bottom.asp中的css定义开始== */
.bottom_tdbgall /* 底部表格总背景颜色定义 */
{
/*width: 760;*/
}

.bottom_adminlogo /* 管理信息表格背景、文字颜色定义 */
{
}

.bottom_copyright /* 版权信息表格背景、文字颜色定义 */
{
}

/* ==bottom.asp中的css定义结束== */

/* ==自选风格中的css定义结束== */
.menu
{
    /*width:97%;*/
    border: 1px;
}

.menubody
{
}

/* ==自选风格中的css定义结束== */
.channel_font /* 搜索等特殊文字颜色定义 */
{
}

/* --评论显示页的css定义开始-- */ 
.guest_font /* 隐藏、用户等特殊文字颜色定义 */
{
}

/* --评论显示页css定义结束-- */
/* --留言频道css定义开始-- */
/* 留言栏目标题文字链接的css定义－－调用代码为<a class='guest' ***>***</a> */
a.guest:link
{
}

a.guest:visited
{
}

a.guest:hover
{
}

a.guest:active
{
}

/* 站内链接文字颜色定义 */
a.channel_keylink
{
    text-decoration: underline;
}

a.channel_keylink:link
{
}

a.channel_keylink:visited
{
}

a.channel_keylink:hover
{
}

a.channel_keylink:active
{
}

/* --用户控制css定义开始-- */
.user_left /* 左区块定义 */
{
    /*width:170px;*/
    padding-left: 4px;
    border-left-width: 2px;
    border-left-style: solid;
    border-left-color: #ffffff;
    padding-right: 4px;
}

.user_box/*左区块内标题栏定义*/
{
    border: 1px solid #bfbfbf;
    background-color: #ffffff;
    border-collapse:15;
}

.user_righttitle
{
    background-color: #f3f3f3;
    padding-top: 5px;
    padding-right: 5px;
    padding-bottom: 1px;
    padding-left: 5px;
    border-top-width: 2px;
    border-right-width: 2px;
    border-bottom-width: 1px;
    border-left-width: 2px;
    border-top-style: solid;
    border-right-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    border-top-color: #ffffff;
    border-right-color: #ffffff;
    border-bottom-color: #bfbfbf;
    border-left-color: #ffffff;
}

.user_line
{
    line-height: 1px;
    background-image: url(/Skin/Zjbaoxian/line.gif);
}

.user_toolstop/* 左区块内标题栏定义 */
{
    line-height: 28px;
    font-size: 12px;
    font-weight: bold;
    padding-left: 10px;
    letter-spacing: 4pt;
}

.user_toolsbot/* 左区块内内容定义 */
{
    line-height: 25px;
    font-size: 12px;
    border-right-width: 4px;
    border-right-style: solid;
    border-right-color: #ffffff;
}

.user_toolspoint/* 区块内箭头栏定义 */
{
    padding-left: 6px;
}

/* 用户控制面板右 */
.user_right
{
    padding-right: 2px;
    padding-left: 6px;/*width:572px;*/
}

.border1
{
    border: 1px solid #bfbfbf;
}

.title
{
    font-weight: normal;
}

.border
{
    border: 1px solid #449ae8;
}

.tdbg
{
    /*background:#f0f0f0;*/
    line-height: 120%;
    font-size: 9px;
}

.tdbgmouseover
{
    line-height: 120%;
}

.tdbg2
{
    line-height: 120%;
}

.tdbg5
{
    background:#e0eef5;
    line-height: 120%;
}

.title5
{
    width:80px;
    background:url('../user/images/titlebg2.gif');
    line-height: 120%;
    padding-top:2px;
    cursor:hand;
}

.title6
{
    width:80px;
    background:url('../user/images/titlebg1.gif');
    font-weight: normal;
    padding-top:2px;
    cursor:hand;
}

.button1
{
    width:90px;
}

.show_page
{
    text-align: center;
}

/* 固定排课表格表格的css定义 */
.date_border
{
    border: 1px solid;
}

.date_title
{
    font-weight: normal;
}

.date_tdbg
{
    font-weight: normal;
}

.style2
{
    font-size: 10px;
}

.style3
{
    font-size: 12px;
}

/* ==rss连接框定义== */
#popitmenu
{
    border-right: black 1px solid;
    border-top: black 1px solid;
    z-index: 100;
    visibility: hidden;
    font: 12px/18px verdana;
    border-left: black 1px solid;
    border-bottom: black 1px solid;
    position: absolute;
}

#popitmenu a
{
    display: block;
    padding-left: 6px;
    text-decoration: none;
}

#popitmenu a:hover
{
}

/* ==用户登录框定义== */
.userbox
{
    background:url(/Skin/Zjbaoxian/login_02b.gif) no-repeat;
    height:93px;
    background-position: center;
}

#userlogined
{
    padding-left:10;
    text-align: left;
}

#userlogin input
{
    height:20px;
}

#userctrl
{
    text-align: center;
}

#usermessage
{
    padding-left:10;
    text-align: left;
}

.userlog
{
}

.havemessage
{
}

.havemessaged
{
}

.bloglist  /* 聚合空间列表定义 */
{
    /*width: 100%;*/
    text-align: center;
}

.bloglist_image
{
    text-align: center;
}

.bloglist_intro
{
    text-align: center;
}

#showbloglist_more
{
    text-align: right;
    padding-right:10;
}

/* ==供求信息div按钮定义开始== */
#supply
{
    margin:0px;
    padding:0px;
}

.supplybut, .supplybutover
{
    margin:0px;
    padding:1px;
    line-height:25px;
    border-top: 1px solid #d2d3d9;
    border-right: 1px solid #d2d3d9;
    border-left: 1px solid #d2d3d9;
    text-align: left;
    padding-left:30;
    padding-right:15px;
    display: block;
    float:left;
    margin-right:8px;
    cursor:hand;
}

.supplybut
{
    background:url(/Skin/blue/main_title_575.gif);
}

.supplybutover
{
    background:url(/Skin/blue/main_title_282.gif);
}

/* ==供求信息div按钮定义开始== */
.right_tdbgbs06
{
    padding: 5px;
    border-width: 1px;
    border-top-style: none;
    border-bottom-style: none;
    border-color: #a4c6fc;
    border-right-style: solid;
    border-left-style: solid;
}

.right_tdbg2
{
    background: url(/Skin/Zjbaoxian/tdbg_bottom.gif) no-repeat;
    height: 10px;
}

.main_title_bsf
{
    font-weight: bold;
    background-image: url(/Skin/Zjbaoxian/main_bs1.gif);
    height: 27px;
    padding-left: 30px;
    border-right-width: 1px;
    border-right-style: solid;
    border-right-color: #1c65be;
}

.menu_bottombg
{
    background-image: url(/Skin/Zjbaoxian/menu_bottombg.gif);
    height: 31px;
}

.bottom_bg
{
    background-image: url(/Skin/Zjbaoxian/bottom_bg.gif);
}

.showa
{
}

.menu_s
{
    background-image: url(/Skin/Zjbaoxian/menu_bg.jpg);
    height: 26px;
}

/* --公告显示文字(滚动条)的css定义开始-- */
.AnnounceBody2
{
}

a.AnnounceBody2:link
{
}

a.AnnounceBody2:visited
{
}

a.AnnounceBody2:hover
{
}

a.AnnounceBody2:active
{
}

/* --公告显示文字(滚动框)的css定义开始-- */
.AnnounceBody1
{
}

a.AnnounceBody1:link
{
}

a.AnnounceBody1:visited
{
}

a.AnnounceBody1:hover
{
}

a.AnnounceBody1:active
{
}

/* --公告显示文字(滚动框、滚动条)的css定义结束-- */

hr
{
    height:1px;
}

img
{
    border:0;
}

#sidebar
{
    float: left;
    margin-left: 2px;
    width: 180px;
    overflow: hidden;
}

#pageContent
{
    float: right;
    width: 588px;
    margin-right: 2px;
    overflow: hidden;
}

div.RoundedCorner
{
    background: #e6f5ff
}

b.rtop, b.rbottom
{
    display:block;
    background: #cee8f9
}

b.rtop b, b.rbottom b
{
    display:block;
    height: 1px;
    overflow: hidden;
    background: #e6f5ff
}

b.r1
{
    margin: 0 5px
}

b.r2
{
    margin: 0 3px
}

b.r3
{
    margin: 0 2px
}

b.rtop b.r4, b.rbottom b.r4
{
    margin: 0 1px;
    height: 2px
}

a.aaa
{
    FONT-SIZE: 10pt;
}

a.aaa:link
{
    FONT-SIZE: 10pt;
}

a.aaa:visited
{
    FONT-SIZE: 10pt;
}

a.aaa:hover
{
    FONT-SIZE: 10pt;
}

a.aaa:active
{
    FONT-SIZE: 10pt;
}

.bbb /* --自定义列表标签中奇数表格行背景颜色定义-- */
{
    font-size: 9pt;
    height: 20px;    
}

.ccc /* --自定义列表标签中奇数表格行背景颜色定义-- */
{
    font-size: 9pt;
    height: 20px;
}

p
{
    font-size:12pt;
    line-height: 130%;
}

ul#nav, ul#nav ul
{
    margin: 0 auto;
    text-align:center;
    padding: 0;
    list-style: none;
    z-index:99;
}

ul#nav
{
    width:776px;/*整个一级菜单的宽度*/
    display:block;
    height:25px;/*整个一级菜单的高度*/
    clear:both;
    font-weight:bold;
    text-align:center;
}

ul#nav li
{
    position: relative;
    z-index:999;
    float:left;
}

ul#nav ul li
{
    display:block;
}

ul#nav ul
{
    width:auto;
    height:auto;
    position: absolute;
    text-align:center;
    left: 0px;
    display: none;
    border:solid 1px blue;/*子菜单外框色*/
}

/* 当鼠标在子菜单和父菜单上时，父菜单的样式 */
ul#nav li.over a, ul#nav li:hover a
{
    background-position:100% -25px;
    font-weight:bold;
    position: relative;
    top:0px;
    color:blue;
}

/* 将子菜单的样式清除 均为未选中时*/
ul#nav li.over ul a, ul#nav li:hover ul a
{
    background:#3A75B6;/*子菜单项目底色*/
    font-weight:normal;
    color:white;/*子菜单项目字体色*/
}

/* 子菜单的hover样式 均为选中时*/
ul#nav li.over ul a:hover, ul#nav li:hover ul a:hover
{
    background:#65C1F5;
    font-weight:bold;
    color: blue;
}

/* Styles for Menu Items */
ul#nav a
{
    font-size:13px;
    line-height:25px;
    /*每一菜单项目行间距的高度*/
    display: block;
    padding:0 0 0 0px;/*主菜单的间距*/
    width:77px;/*每一菜单的宽度*/
    height:25px;/*每一菜单的高度*/
    color:white;
    background:url(/Skin/Zjbaoxian/menuback.gif) no-repeat right top;
}

ul#nav ul li
{
    width:100px;
    border:0;
}

/* Fix IE. Hide from IE Mac */
/* html ul#nav li { float: left; height: 17px; }
* html ul#nav li a {  height: 17px; }
/* End */
 
ul#nav ul a
{
    padding: 0px 0px 0px 0px;
    border:0;
    width:100px;
} /* Sub Menu Styles */

ul#nav li:hover ul, ul#nav li.over ul
{
    display: block;
} /* The magic */