
.arrowblue {
	width: 10em;
	border-width: thin;
	border-style: solid;
	border-color: #3672b8;
	
}
.arrowblue table {
	margin: 0;
	padding: 0;
}
.arrowblue tr {
	height:2em;
}
.arrowblue td {
	height:2em;
}
.arrowblue td img {
	height: 2em;
 	width: 10em;  
}
.arrowblue td a {
	display: block;
	height: 2em;  
 	background-position: right top;
	text-decoration: none;
	
}
 
.arrowblue td a:link {
	background-image: url(../img/arrowblue.gif);
}
.arrowblue td a:visited {
	background-image: url(../img/arrowblue_visited.gif);
}
.arrowblue td a:hover {
	background-image: url(../img/arrowblue_hover.gif);
}
.arrowblue td a:selected {
	background-image: url(../img/arrowblue_selected.gif);
}
