﻿.ItemLink
{
	color: #61162d;}

.ContentSectionLink
{
	color: #003399;
	font-weight: bold;
	background-image: url(   "../images/Default/Images/Content/arrow_ovr.gif" );
	background-repeat: no-repeat;
	padding: 2px 0px 5px 30px;
	height: 50px;
	margin-bottom: 15px;}

a.ContentSectionLink:link
{
	color: #61162d;
	font-weight: bold;
	background-image: url(  "../images/Default/Images/Content/arrow.gif" );
	background-repeat: no-repeat;
	padding: 2px 0px 5px 30px;
	height: 50px;
	text-decoration: none;
	margin-bottom: 15px;}

a.ContentSectionLink:disabled
{
	color: #61162d;
	font-weight: bold;
	background-image: url(  "../images/Default/Images/Content/arrow_ovr.gif" );
	background-repeat: no-repeat;
	padding: 2px 0px 5px 30px;
	text-decoration: underline;
	height: 50px;
	margin-bottom: 15px;}

a.ContentSectionLink:active
{
	color: #61162d;
	font-weight: bold;
	background-image: url(  "../images/Default/Images/Content/arrow_ovr.gif" );
	background-repeat: no-repeat;
	padding: 2px 0px 5px 30px;
	text-decoration: none;
	height: 50px;
	margin-bottom: 15px;}

a.ContentSectionLink:hover
{
	color: #003399;
	font-weight: bold;
	background-image: url(  "../images/Default/Images/Content/arrow_ovr.gif" );
	background-repeat: no-repeat;
	padding: 2px 0px 5px 30px;
	text-decoration: none;
	height: 50px;
	margin-bottom: 15px;}
