﻿/* 主菜单 + */
#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;
}
#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 12px;
}
#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;
}
/* 主菜单下拉 - */