.sectionMenuHeader
{
	background-color: #EFCFCF;
	width: 180px;
	height: 45px;
	padding: 0px 0px 0px 17px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #666666;
	line-height: 16px;
	cursor: default;
}

.sectionMenuItem
{
	background-color: #F7E7E7;
	width: 180px;
	height: 29px;
	padding: 0px 17px 0px 17px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #666666;
	line-height: 16px;
	cursor: default;
}

.sectionMenuItem A
{
	color: #666666;
	text-decoration: none;
}

.sectionMenuItem A:Hover
{
	color: #666666;
	text-decoration: none;
}

.sectionMenuItemActive
{
	background-color: #EFCFCF;
	width: 180px;
	height: 29px;
	padding: 0px 17px 0px 17px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #666666;
	line-height: 16px;
	text-decoration: none;
	/*filter: progid:DXImageTransform.Microsoft.Gradient (GradientType=1,StartColorStr='#F7E7E7',EndColorStr='#EFCFCF');*/
}

.sectionMenuItemHL
{
	background: #EFCFCF url(../../../Media/Images/SiteDesign/General/arrowLeftMenu.gif) no-repeat right;
	width: 180px;
	height: 29px;
	padding: 0px 17px 0px 17px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #666666;
	line-height: 16px;
	cursor: pointer;
	text-decoration: none;
}

.sectionMenuItemHL A
{
	color: #666666;
	text-decoration: none;
}

.sectionMenuItemHL A:Hover
{
	color: #666666;
	text-decoration: none;
}

.newsInfoBar
{
	background-color: #FFFFFF;
	padding: 1px 6px 3px 6px;
	border-bottom: 1px solid #AF0F0D;
	width: 100%;
	color: #666666;
}

.newsYearLine
{
	border-bottom: 1px solid #AF0F0D;
	/*width: auto;*/
	height: 1px;
}

.newsYearSpacer
{
	border-bottom: 1px solid #AF0F0D;
	width: 6px;
	height: 1px;
}

.newsYearActive
{
	border-left: 1px solid #AF0F0D;
	border-top: 1px solid #AF0F0D;
	border-right: 1px solid #AF0F0D;
	border-bottom: 0px solid #F7E7E7;
	width: 60px;
	height: 20px;
	text-align: center;
	background-color: #FFFFFF;
	color: #AF0F0D;
	font-weight: bold;
	cursor: default;
}
.newsYear
{
	border-left: 1px solid #AF0F0D;
	border-top: 1px solid #AF0F0D;
	border-right: 1px solid #AF0F0D;
	border-bottom: 1px solid #AF0F0D;
	width: 60px;
	height: 20px;
	text-align: center;
	background-color: #F7E7E7;
	color: #AF0F0D;
}

.newsYearHL
{
	border-left: 1px solid #AF0F0D;
	border-top: 1px solid #AF0F0D;
	border-right: 1px solid #AF0F0D;
	border-bottom: 1px solid #AF0F0D;
	width: 60px;
	height: 20px;
	text-align: center;
	background-color: #EFCFCF;
	color: #F7E7E7;
	cursor: pointer;
}

.relatedPages
{
	border: 1px solid #D9D9D9;
	background-color: #EEEEEE;
	color: #666666;
}


