/* 主菜单样式 */
.MainMenu
{
	padding-top: 7px;
	padding-left: 15px;
	padding-right: 15px;
	width:90px;
	height:28px;
	font-size: 12px;
}

.MainMenuLight
{
	width:94px;
	height:28px;
	background-image: url(/home/images/mainmenubg.gif);
	background-repeat:no-repeat;
	background-position: 1px 0px;
	font-size: 14px;
	padding-top: 7px;
	padding-left: 17px;
	padding-right: 17px;
	padding-bottom: 7px !important; padding-bottom: 0px;/*后面加了!important , IE将会忽略这个属性,而使用后面的padding-bottom:15px; 而firefox却不会忽略这个属性, 直接使用padding-bottom:10px */
	margin-left:4px;
}

.MainMenuLight A:link
{
	color: #ff3300;
	text-decoration: none;
}
.MainMenuLight A:hover
{
	color: #ff3300;
	text-decoration: none;
}

/* 连接 */
a:link {
	color: #000000;
	text-decoration: none;
}
a:visited {
	color: #000000;
	text-decoration: none;
}
a:hover 
{
	/* 鼠标滑过 */
	color: #ff9900;
	text-decoration: underline;
}
a:active {
	color: #000000;
	text-decoration: none;
}

.msgPanel
{
	border:	#ff9900 1px solid;
	margin-bottom:10px;
	background-color:#FCFADF;
	padding:20px 20px 20px 20px;
}
.servicePanel
{
	padding:6px 6px 6px 12px;
	border-right:1px solid #efefef;
}

.user
{
	color: #C12A02;
}