@charset "utf-8";
/* CSS Document */
html, body, ul, li, h1, h2, h3, h4, h5, h6, fieldset, legend {padding:0; margin:0;}

ul,li {list-style-type:none; text-transform:capitalize;}
.clear {clear:both; *display:inline;/*IE only*/}

/*menu*/
#nav { width:800px; float:right;height:37px;margin-top:20px;}
#nav .jquery_out {float:left;line-height:32px;display:block; border-right:1px solid #fff; text-align:center; color:#fff;font:18px/32px "微软雅黑"; background:#062723 url(../images/slide-panel_03.png) 0 0 repeat-x;}
#nav .jquery_out .smile {padding-left:1em;}
#nav .jquery_inner {margin-left:16px;}
#nav .jquery {margin-right:1px;padding:0 2em;}
#nav .mainlevel {height:37px;float:left;line-height:37px;text-align:center;width:100px;}
#nav .mainlevel a {color:#fff; text-decoration:none; line-height:37px;font-size:16px; }
#nav .mainlevel a:hover {color:#fff; text-decoration:none;}
#nav .mainlevel:hover{background:url(../images/menubg.png) no-repeat center;}
#nav .mainlevel ul {display:none; position:absolute;}
#nav .curr{background:url(../images/menubg.png) no-repeat center;}
#nav .mainlevel li {border-top:1px solid #fff; background:#0082f3; width:100px;/*IE6 only*/text-align:left;}
.log {text-align:center; color:skyblue; line-height:24px; text-transform:capitalize; margin:50px auto;}
#nav .mainlevel li a{font-size:12px;padding-left:10px;}

