﻿.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;
}
