div .boxed a {
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	color: #003366;
	line-height:14px;
	letter-spacing:.1em;
	text-decoration: none;
	display:block;
	padding:8px 6px 10px 26px;
	background:14px 45% no-repeat;

}

div .boxed a:hover {
	color: #FF6600;
	background:#ffffff 14px 45% no-repeat;
}

.bot {
	border-bottom: 1px solid #464A97;
}

/*#currentpage {
	border-bottom: 1px dashed #cccccc;
	border-top: 1px dashed #cccccc;
}*/

/*create effect of no link for current page, see also javascript in left_links.php*/
#currentpage a {
	background:20px 45% no-repeat;
	color: #FF0000;
	cursor:default;

}