﻿.QuickLinkMain
{
	width: 100%;
	vertical-align: top;
	text-align: left;
	border-top: solid 2px #019533;
        border-left:  solid 4px #019533;
	min-height: 20px !important;
}
.QuickLinkItem
{
	width: 98%;
	float: left;
	height: 20px;
	border-bottom: solid 1px #ccc;
	padding-top: 3px;
}
.QuickLinkItem span
{
	
}
.QuickLinkItem a
{
	margin-left: 10px;
	color: Black;
	text-decoration: none;
	font-size: 11px;
}
.QuickLinkItem a:hover
{
	margin-left: 10px;
	color: #bd2c16;
	text-decoration: none;
	font-size: 11px;
}