.quickLinks
{
	height: 122px;
	width: 252px;
	background: url(../_img/quickLinks.png) no-repeat 22px 26px;
}
	.oai-back-col-divider
	{
		position: relative;
			left: -1px; height: 9px; width: 254px;
		background: url('../_img/oai-back_col-divider.gif') no-repeat top left;
		font: 0px/0px Arial;
	}

	 .quickLinks h1
	{
		margin: 3px 2px 0 2px;
		padding: 0 0 0 4px;
		font: bold 13px/23px Arial;
		color: #952c03;
		background-color: #e7ccb6;
		display: block;
		height: 23px;
		width: 244px;
	}
	
	.quickLinks ul
	{
		padding: 2px 0 0 0;
		margin: 0;
		list-style: none;
	}
	
	.quickLinks li
	{
		display: block;
		width: 246px;
		padding: 0 0 0 6px;
		margin: 0;
		border-bottom: 1px solid #b4b4b4;
		font: 12px/20px Arial;
	}
	
	.quickLinks li:hover
	{
		cursor: pointer;
		width: 246px;
		background: #eeeae5;
	}
	
	
	.quickLinks .last
	{
		border: none;
	}
	
	.quickLinks a
	{
		color: #2f2f2f;
		text-decoration: none;
	}