.lm_head,
.lm_entry,
.lm_last_entry,
.lm_footer{
	font-family: Verdana, sans-serif;
}

.lm_menu{
	border-top: 1px solid #ffc5b9;
	vertical-align: top;
	width: 125px;
}

.lm_head,
.lm_entry,
.lm_last_entry{
	padding-left: 5px;
	font-family: Verdana, sans-serif;
	border-top: 1px solid #c66155;
	border-bottom: 1px solid #ffc5b9;
}

.lm_head{
	font-weight: bold;
	font-size: 13px;
	color: #000080;
}

.lm_entry,
.lm_last_entry{
	font-size: 11px;
	color: black;
}

.lm_last_entry{
	border-bottom: 0px;
}

.lm_footer{
	color: gray;
	font-size: 10px;
	text-align: center;
}

.lm_link a:link,
.lm_link a:visited,
.lm_link a:active{
	text-decoration: none;
	color: black;
}

.lm_link a:hover{
	text-decoration: underline;
	color: #6a6cbf;
}