﻿.zhheader
{
	border: 1px solid #C0C0C0;
	font-size: 93%; /*background: url(images/bg.gif) #dae0d2 repeat-x 50% bottom;*/
	float: left;
	width: 100%;
	line-height: normal;
	background-image: url( 'images/bg.gif' );
}
.zhheader UL
{
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 0px;
	margin: 0px;
	padding-top: 10px;
	list-style-type: none;
}
.zhheader LI
{
	padding-right: 0px;
	padding-left: 9px;
	background: url(images/left.gif) no-repeat left top;
	float: left;
	padding-bottom: 0px;
	margin: 0px;
	padding-top: 0px;
}
.zhheader A
{
	padding-right: 15px;
	display: block;
	padding-left: 6px;
	font-weight: bold;
	background: url(images/right.gif) no-repeat right top;
	float: left;
	padding-bottom: 4px;
	color: #765;
	padding-top: 5px;
	text-decoration: none;
}
.zhheader A
{
	float: none;
}
.zhheader A:hover {
        COLOR: #333
}
.zhheader .current
{
	background-image: url(images/left_on.gif);
}
.zhheader .current A
{
	background-image: url(images/right_on.gif);
	padding-bottom: 5px;
	color: #333;
}
 .container
{
	padding: 5px;
	border: 1px dotted #383874;
	margin-top: 10px;
	display: block;
	overflow: auto;
	float: none;
	clear: both;
}
.notice
{
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-top: 5px;
	margin-bottom: 5px;
	background-color: #1E1E82;
	text-align: center;
}
        #leftmenu h2
        {
            font: bold 14px Verdana, Arial, Helvetica, sans-serif;
            color: #000;
            margin: 0px;
            padding: 0px 0px 0px 15px;
        }
        #leftmenu ul
        {
            list-style: none;
            margin: 0;
            padding: 0;
        }
        #leftmenu img
        {
            border: none;
        }
        /*- Menu 10--------------------------- */
        #leftmenu
        {
            width: 100px;
            font-family: Verdana, Arial, Helvetica, sans-serif;
            margin: 0;
            font-size: 13px;
            font-weight: bold;
            background: #FFF;
            text-align: center;
            float:left; /*浮动居左*/
            clear:left; /*不允许左侧存在浮动*/
             overflow:hidden

        }
        #rightcontent
{
	width: 780px;
	float: right; /*浮动居右*/
	clear: right; /*不允许右侧存在浮动*/
	overflow: hidden;
}
        #leftmenu li a
        {
            height: 32px;
            voice-family: "\"}\"";
            voice-family: inherit;
            height: 24px;
            text-decoration: none;
        }
        #leftmenu li a:link, #leftmenu li a:visited
        {
            color: #4D4D4D;
            display: block;
            background: url(images/menu10.gif);
            padding: 8px 0 0 10px;
        }
        #leftmenu li a:hover, #leftmenu li .currentli 
{
	color: #FF9834;
	background: url(images/menu10.gif) 0 -32px;
	padding: 8px 0 0 10px;
}
