div .boxed a {
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	color: #003366;
	line-height:16px;
	letter-spacing:.1em;
	text-decoration: none;
	display:block;
	padding:8px 6px 10px 26px;
	background:14px 45% no-repeat;
	background-image:url(images/mm_arrow.gif);

}

div .boxed a:hover {
	color: #FF6600;
	background:#ffffff 14px 45% no-repeat;
	background-image:url(images/mm_arrow_over.gif);
}

.bot {
	border-bottom: 2px solid #C0DFFD;
}

#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;
	background-image:url(images/mm_arrow_select.gif);
	cursor:default;

}
