/* CSS Document */

.arrowLinks {
	width: 175px;
	float: left;
	line-height: 1.6em;
	position: relative;
}

.arrowLinks a {	
	padding-left: 15px;
	text-decoration: none; 
	background: url(../images/arrow_green_22x17.gif) left center no-repeat;
	}

.arrowLinks a:hover {
	color: #1E1B66;
	text-decoration: none;
}


/* New STYLE ADDED BY TMP */

.arrowLinks2 {
	width: 175px;
	float: left;
	line-height: 1.6em;
	position: relative;
}

.arrowLinks2 a {	
	padding-left: 0px;
	text-decoration: none; 
	}

.arrowLinks2 a:hover {
	color: #1E1B66;
	text-decoration: none;
}

.arrowList2 {
	list-style-image: url(../images/arrow_green_22x17.gif);
}

.arrowList2 a:hover {
	color: #1E1B66;
	text-decoration: none;