﻿/*body, a {
	font-size: 12px;
	font-family: "微软雅黑", "宋体";
}*/
dl, dt, dd, ul, li 
{
	margin: 0;
	padding: 0;
}
.tips {
	color: #999999;
	font-size: 12px;
	margin: 15px 10px;
}
.tips a, .tips a:visited {
	color: #999999;
}
.tips a:hover {
	color: #cc0000;
}

/*菜单样式*/
.menu
{
	border: 1px solid #f0f0f0;
	padding: 5px 5px 5px 0;
	overflow: hidden;
	width: 945px;
}
.menu a {
	float: left;
	margin-left: 5px;
	width: 100px;
	text-align: center;
	padding: 5px 0;
	color: #333333;
	background-color: #f5f5f5;
	text-decoration: none;
}
.menu a:hover {
	color: #cc0000;
	text-decoration: underline;
}
.menu a.on {
	background-color: #333333;
	color: #ffffff;
}
.menu a.activeItem {
	background-color: #993333;
	color: #ffffff;
}

/*两级菜单样式*/
#multiMenu
{
	background: url(MenuImages/bg_navigation.png) no-repeat left top;
	padding-left: 4px;
	width: auto!important;
	width: 976px;
	min-width: 976px;
}
#multiMenu dl
{
	background: url(MenuImages/bg_navigation.png) no-repeat right -100px;
	height: 51px;
	padding-right: 4px;
}
#multiMenu dt {
	height: 24px;
	position: relative;/*用于获取子菜单的定位参考值*/
}
#multiMenu dt a {
	color: #ffffff;
	display: inline-block;
	font-weight: bolder;
	height: 24px;
	line-height: 24px;
	padding-left: 12px;
	text-decoration: none;
}
#multiMenu dt .on {
	background: url(MenuImages/bg_menuOn.png) no-repeat left top;
}
#multiMenu dt .on, #multiMenu dt .on:hover {
	color: #003366;
}
#multiMenu span {
	cursor: pointer;
	display: inline-block;
	height: 24px;
	padding-right: 12px;
}
#multiMenu .on span {
	background: url(MenuImages/bg_menuOn.png) no-repeat right -100px;
}
#multiMenu dd {
	display: none;
	line-height: 27px;
}
#multiMenu dd a {
	color: #333333;
	text-decoration: none;
	font-family: "宋体";
	font-size: 12px;
	margin: 0 5px;
}
#multiMenu a:hover {
	color: #ffcc00;
}