.quicklink
{
	overflow: hidden;
	clear: both;
	margin-top: 3px;
	margin-bottom: 3px;
	background: #eaeaea url('../images/pathlink_bg.gif');
	display: block;
	padding: 2px;
	height: 20px;
	width: 996px;
}
.path
{
	float: left;
	margin-top: 2px;
	padding: 0px;
	overflow: hidden;
}
.icon
{
	float: right;
	margin-top: 2px;
	padding: 0px;
	overflow: hidden;
}
.quicklinkItem
{
	float: left;
	margin-right: 5px;
	padding-right: 10px;
	background: url('../images/pathlink_bullet.gif') right 7px no-repeat;
}
.quicklink a
{

	font: normal 12px Arial, Helvetica, sans-serif;
	color: #013d73;
	text-decoration: none;
}
.quicklink a:hover
{
	font: normal 12px Arial, Helvetica, sans-serif;
	color: #013d73;	
	text-decoration: underline;
}
