/* CSS Document */
img {
	border: 0px;
	}
ul.left {
	margin: 0;
	padding: 0;
	list-style: none;
	}
ul.left li {
	list-style: none;
	margin: 20px 0;
	}
ul.left li a {
	text-decoration: none;
	font-size: 16px;
	line-height: 26px;
	}
li.bl a {
	background: transparent url(../images/homebl.png) top left no-repeat;
	display: block;
	padding: 13px 45px 13px 5px;
	color: #1568b4;
	}
li.bl a:hover{
	background: transparent url(../images/homebl.png) bottom left no-repeat;
	}
li.gr a {
	background: transparent url(../images/homegr.png) top left no-repeat;
	display: block;
	padding: 13px 45px 13px 5px;
	color: #6bbe6c;
	}
li.gr a:hover{
	background: transparent url(../images/homegr.png) bottom left no-repeat;
	}
li.pl a {
	background: transparent url(../images/homepl.png) top left no-repeat;
	display: block;
	padding: 13px 45px 13px 5px;
	color: #9d3894;
	}
li.pl a:hover{
	background: transparent url(../images/homepl.png) bottom left no-repeat;
	}
span.head {
	font-size: 18px;
	font-weight: bold;
	}