﻿a.headerMenuLink, a.headerMenuLinkLast
{
    text-decoration: none;
    border-right: solid 1px;
    padding: 0px 10px 0px 9px;
}
a.headerMenuLink:hover, a.headerMenuLinkLast:hover
{
    text-decoration: underline;
}

a.headerMenuLinkLast:hover
{
    border: none;
}


a.bold
{
	font-weight:bold;
}


a.readMore
{
	background-repeat:no-repeat;
	background-position: left center;
	padding: 0px 0px 0px 10px;
	text-decoration:none;
}


a.downArrow
{
	background-repeat:no-repeat;
	background-position: left center;
	padding: 0px 0px 0px 10px;
	text-decoration: none;
}


a.readMore:hover, a.downArrow:hover
{
	text-decoration:underline;
}


a.productLink
{
	display:block;
	text-decoration:none;
	position:relative;
	width: 96%;
	text-align:right;
	padding: 4px 35px 4px 0px;
	font-weight:bold;
	background-image: url(/_images/MenuArrowHome.gif);
	background-repeat: no-repeat;
	background-position: right center;
	padding-right: 17px;
}

	a.productLink:hover
	{
		text-decoration:underline;
	}

