/* homelinks */

#mainsection-blue p {width: 132px; padding: 0 10px; line-height: 15px; margin: 6px 0;}
#mainsection-green p {width: 132px; padding: 0 10px; line-height: 15px; margin: 6px 0;}
#mainsection-purple p {width: 132px; padding: 0 10px; line-height: 15px; margin: 6px 0;}
#mainsection-orange p {width: 132px; padding: 0 10px; line-height: 15px; margin: 6px 0;}
#mainsection-red p {width: 132px; padding: 0 10px; line-height: 15px; margin: 6px 0;}

ul.homelinks {
	list-style: none;
	text-decoration: none;
	list-style-type: none;
	margin: 0;
	padding: 0;
	list-style-position: outside;
	width: 152px;
	font-size: 12px;
	line-height: 16px;
	font-family: Arial, Helvetica, sans-serif;
	overflow: hidden;
	border-top: #e7e7e7 solid 1px;
}
ul.homelinks ul {list-style: none; list-style-type: none;}

ul.homelinks li a.homelinks {
	text-decoration: none;
	display: block;
	width: 124px;
	padding: 1px 18px 2px 10px;
	margin: 0;
	overflow: hidden;
	border-bottom: #e7e7e7 solid 1px;
}
ul.homelinks li:hover a.homelinks {text-decoration: underline;}

#mainsection-blue ul.homelinks li a.homelinks {color: #2e0099; background: url(/images/bullet-blue.gif) center right no-repeat;}
#mainsection-blue ul.homelinks li:hover a.homelinks {color: #2e0099; background: url(/images/bullet-blue-light.gif) center right no-repeat;}
#mainsection-green ul.homelinks li a.homelinks {color: #54752b; background: url(/images/bullet-green.gif) center right no-repeat;}
#mainsection-green ul.homelinks li:hover a.homelinks {color: #54752b; background: url(/images/bullet-green-light.gif) center right no-repeat;}
#mainsection-purple ul.homelinks li a.homelinks {color: #ab73c2; background: url(/images/bullet-purple.gif) center right no-repeat;}
#mainsection-purple ul.homelinks li:hover a.homelinks {color: #ab73c2; background: url(/images/bullet-purple-light.gif) center right no-repeat;}
#mainsection-orange ul.homelinks li a.homelinks {color: #f57000; background: url(/images/bullet-orange.gif) center right no-repeat;}
#mainsection-orange ul.homelinks li:hover a.homelinks {color: #f57000; background: url(/images/bullet-orange-light.gif) center right no-repeat;}
#mainsection-red ul.homelinks li a.homelinks {color: #8f2140; background: url(/images/bullet-red.gif) center right no-repeat;}
#mainsection-red ul.homelinks li:hover a.homelinks {color: #8f2140; background: url(/images/bullet-red-light.gif) center right no-repeat;}