﻿/* 主菜单 + */
#mainMenu {
	width: 980px;
	height: 30px;
	line-height: 30px;
	float: left;
	margin-bottom: 3px;
	/*overflow: hidden;*/
}
#mainMenu ul {
	width: 980px;
	float: left;
	background: url(http://img.7mdt.com/v2/skin2/tmbg.jpg) repeat-x;
	margin-left: -1px;
}
#mainMenu ul li {
	float: left;
	background: url(http://img.7mdt.com/v2/skin2/tmBg1.gif) left center no-repeat;
	position:relative;
}
#mainMenu li.mSelect {
	background: url(http://img.7mdt.com/v2/skin2/tmbg.jpg) 0 -30px repeat-x;
}
#mainMenu li a {
	color: #000;
	display: block;
	float: left;
	text-decoration: none;
	padding: 0 10px;
}
#mainMenu #menu7{padding:0 12px;}
#mainMenu #menu7 a{padding:0;}
#mainMenu #menu7 span{float:left;padding:0 3px;}
#mainMenu li a:hover {
	color: #00C;
	text-decoration: underline;
}
/* 主菜单 - */

/* 主菜单下拉 + */
.ctn {
	position: absolute;
	left: 0;
	top: 0;
	display: none;
}
.tlmBox {
	width: 125px;
	border: 1px solid #7CADD6;
	position: absolute;
	overflow: hidden;
	text-align: left;
	display: none;
}
.tlm {
	width: 122px;
	float: left;
	background-color: #ECF5FF;
	margin: 0;
	padding: 1px;
	border-right: 1px solid #FFF;
	border-bottom: 1px solid #FFF;
	line-height: 20px;
	font-size: 12px;
	overflow: hidden;
}
.tlm li {
	float: left;
	margin: 0;
	width: 100%;
	list-style: none;
}
.tlm a {
	display: block;
	width: 95%;
	padding-left: 3%;
	padding-right: 2%;
	text-decoration: none;
	cursor: pointer;
}
.tlm a:link,
.tlm a:visited {
	color: #000;
	text-decoration: none;
}
.tlm a span {
	float: left;
	width: 90%;
}
.tlm a span.childs {
	float: right;
	width: 10%;
	font-family: Tahoma;
	font-size: 11px;
	text-align: right;
}
.mOut {
	background-color: #ECF5FF;
}
.tlm a:hover {
	text-decoration: underline;
}
/* 主菜单下拉 - */
.hot_i { display:inline-block; width:22px; height:12px; background:url(http://img.7mdt.com/bf/kr/hot.gif) no-repeat 0 0; position:absolute; top:-2px; left:58%; }
.new_i { display:inline-block; width:22px; height:12px; background:url(http://img.7mdt.com/bf/kr/new.gif) no-repeat 0 0; position:absolute; top:-2px; left:58%; }
/* 统一导航栏调整 */
#mainMenu{height: auto;min-height: 30px;}
.menu_bar{background: #f2f6f9;padding-left: 20px;}
.menu_bar a{display: inline-block;vertical-align: top;font-size: 12px;line-height: 30px;margin-right: 10px;color: #444;}
.menu_bar a.bar_on{color: #2c39e2;}