﻿a
{
	text-decoration: none;
}
.menu_title
{
	font-size: 14px;
	font-weight: bold;
	color: #BB0000;
	text-decoration: none;
}
.menu_title1
{
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
}
.menu_font1
{
	color: #929292;
}
a.menu_font1:hover
{
	text-decoration: underline;
}
.menu_title2
{
	font-weight: bold;
	font-size: 14px;
	color: #BB0000;
}
.menu_titleActive
{
	font-weight: bold;
	color: #BB0000;
}
a.menu_titleActive:hover
{
	text-decoration: underline;
}
.abc
{
	height: auto;
	text-align: left;
	padding-right: 5px;
	padding-left: 5px;
	margin-left: 0px;
	margin-right: 0px;
	color: #929292;
}
a.abc:hover
{
	text-decoration: underline;
	color: Blue;
}
.abc1
{
	height: auto;
	text-align: left;
	padding-right: 5px;
	padding-left: 5px;
	margin-left: 0px;
	margin-right: 0px;
	color: #929292;
}
a.abc1:hover
{
	text-decoration: underline;
}
.topTitle
{
	height: auto;
	text-align: left;
	padding-right: 5px;
	padding-left: 5px;
	margin-left: 0px;
	margin-right: 0px;
	color: #929292;
}
/*不能设置全局a:hover top title 在再次点时样式会乱**/
a.topTitle:hover
{
	text-decoration: underline;
	color: Blue;
}
/*需要下划的就用这个**/
a.under:hover
{
	text-decoration: underline;
	color: Blue;
}
.listTitle
{
	line-height: 17px;
	/*letter-spacing: 1px;**/
	color: #ffffff;
	z-index: 1;
	font-size: 13px;
	text-decoration: none;
}
a.listTitle:hover
{
	text-decoration: underline;
	color: Blue;
}
.STYLE1
{
	color: #FFFFFF;
}
.STYLE2
{
	color: #D4D0C8;
}
