/*----------------menu tab----------------------*/
.menu {
	font-size: 13px;
	font-weight: bold;
	color: #7E7E7E;
	padding: 0px;
	float: left;
	width: 168px;
	padding-top: 1px;
}

.menu ul {
	padding: 0;
	margin: 0;
	list-style-type: none;
	height: 37px;
	background: #FFFFFF;
}

.menu ul li {
	float: left;
	height: 37px;
	line-height: 37px;
}

.menu a,.menu a:visited {
	display: block;
	float: left;
	height: 100%;
	width: 109px;
	font-size: 13px;
	text-decoration: none;
	color: #7E7E7E;
	padding: 0 21px 0 38px;
	background: #FFFFFF url("images/menu_unselect.jpg");
}

.menu a.current {
	background: #FFFFFF url("images/menu_unselect.jpg");
}

.menu ul table ul a,.menu ul table ul a:visited {
	width: 14em;
	w\idth: 12em;
}

.menu table {
	position: absolute;
	left: 0;
	top: 0;
	font-size: 1em;
	z-index: -1;
}

.menu li:hover {
	position: relative;
}

* html .menu a:hover {
	position: relative;
}

.menu ul :hover a.sub1 {
	background: #FFFFFF url("images/menu_select.png");
}

.menu a:hover {
	color: #7E7E7E;
	background: #FFFFFF url("images/menu_select.png");
}

.menu :hover>a {
	color: #7E7E7E;
	background: #FFFFFF url("images/menu_select.png");
}
/*----------------menu_top tab----------------------*/
.menu_top {
	font-size: 13px;
	font-weight: bold;
	color: #7E7E7E;
	padding: 0px;
	float: right;
	width: 600px;
	padding-top: 1px;
}

.menu_top ul {
	padding: 0;
	margin: 0;
	list-style-type: none;
	height: 28px;
	background: #FFFFFF;
	float: right;
}
.menu_top ul li {
	float: left;
	height: 28px;
	line-height: 28px;
}

.menu_top a,.menu_top a:visited {
	display: block;
	float: left;
	height: 100%;
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
	color: #7E7E7E;
	background: #FFFFFF;
	padding: 0 21px 0 17px;
}

.menu_top a.current {
	background: #FFFFFF;
}

.menu_top ul table ul a,.menu_top ul table ul a:visited {
	width: 14em;
	w\idth: 12em;
}

.menu_top table {
	position: absolute;
	left: 0;
	top: 0;
	font-size: 1em;
	z-index: -1;
}

.menu_top li:hover {
	position: relative;
}

* html .menu_top a:hover {
	position: relative;
}

.menu_top ul :hover a.sub1 {
	background: #A8C8E5;
}

.menu_top a:hover {
	color: #7E7E7E;
	background: #FFFFFF;
	text-decoration: underline;
}

.menu_top :hover>a {
	color: #7E7E7E;
	background: #FFFFFF;
	text-decoration: underline;
}
