@charset "utf-8";
/* CSS Document */

/*主菜单效果 开始*/
.mtt1{
	font-size: 11px;
	color: #fff;
	float:left;
	padding:0;
	margin:0;
	
}
.mt1bg1 {
	line-height: 23px;
	height: 23px;
	font-size: 12px;
	padding-left: 20px;
}
.mt1bg1 a:Link {
	color: #000000;
	text-decoration: none;
}
.mt1bg1 a:Visited {
	color: #264E75;
	text-decoration: none;
}
.mt1bg1 a:Hover {
	color: #0000CC;
	text-decoration: underline;
}
.mt1bg1 a:Acitve {
	color: #0067b2;
	text-decoration: underline;
}

.mt0bg1 {
	background: url(menu_images/mt1bg1.jpg);
}
.mt0bg1 * {
	font-size: 12px;
}
.mt1bg2 {
	line-height: 18px;
	font-size: 12px;
}
.mt1bg2s1 {
	padding-left: 0;
	padding-right: 1px;
}
.mt1l1 {
	height: 23px;
}
.mt1l1:Link {
	color: #fff;
	text-decoration: none;
}
.mt1l1:Visited {
	color: #fff;
	text-decoration: none;
}
.mt1l1:Hover {
	color:#FF0;
	text-decoration: underline;
}
.mt1l1.hover {
	color:#FF0;
	text-decoration: underline;
}
.mt1l1:Acitve {
	color: #0067b2;
	text-decoration: underline;
}
/*主菜单效果 结束*/

/*一级菜单效果 开始*/
.tdt0 {
	background-color: #0067b2;
	color:#FFF;
	font-size: 1px;
}

.tdtb {
	border-left: 1px solid #062a5e;
	border-right: 1px solid #062a5e;
	height: 1px;
	background-color: #0067b2;
	color: #FFFFFF;
}

.tdt1 {
	border: 1px solid #062a5e;
	border-top:none;
	text-align: center;
	background-color: #0067b2;
}
/*有下级*/
.tdt1a {
	font-size: 12px;
	color:#FFF;
	text-decoration: none;
	line-height: 19px;
	height: 19px;
	width: 100%;
	display: block;
}
.tdt1a:Link {
	border: 1px solid #0067b2;
	background-color: #0067b2;
	text-decoration: none;
	font-size: 12px;
	color: #FFF;
}
.tdt1a:Visited {
	border: 1px solid #0067b2;
	background-color: #0067b2;
	text-decoration: none;
	font-size: 12px;
	color: #FFF;
}
.tdt1a:Hover {
	border: 1px solid #38a8fa;
	background-color: #38a8fa;
	text-decoration: none;
	font-size: 12px;
	color:#FF0;
}
.tdt1a:Acitve {
	border: 1px solid #0067b2;
	background-color: #0067b2;
	text-decoration: none;
	font-size: 12px;
	color: #0067b2;
}

.tdt2 {
	border: 1px solid #062a5e;
	border-top:none;
	text-align: center;
	background-color: #0067b2;
}
/*无下级*/
.tdt2a {
	border:1px solid #0067b2;
	font-size: 12px;
	color: #fff;
	text-decoration: none;
	line-height: 19px;
	height: 19px;
/*	width: 100%;*/
	display: block;
}
.tdt2a:Link {
	border: 1px solid #0067b2;
	background-color: #0067b2;
	text-decoration: none;
	font-size: 12px;
	color: #fff;
}
.tdt2a:Visited {
	border: 1px solid #0067b2;
	background-color: #0067b2;
	text-decoration: none;
	font-size: 12px;
	color: #fff;
}
.tdt2a:Hover {
	border: 1px solid #38a8fa;
	background-color: #38a8fa;
	text-decoration: none;
	font-size: 12px;
	color:#FF0;
}
.tdt2a:Acitve {
	border: 1px solid #001b43;
	background-color: #0067b2;
	text-decoration: none;
	font-size: 12px;
	color: #fff;
}
.mL1 {
	position: relative;
	left: 40px;
	top: -9px;
	width: 0;
	height: 0;
}
/*一级菜单效果 结束*/

.mfd1 {
	position: absolute;
	visibility: hidden;
	z-index: 1;
	left: -43px;
	top: 5px;
}

/*当前菜单*/
.dq {
	background: url(menu_images/mt1bg2.jpg);
}