table.menu {
	border: 0;
	width: 90%;
	border-collapse: collapse;
	border-spacing: 0px;
}
tr.mnu_item {
	cursor: pointer;
}
td.mnu_img {
	text-align: center;
	border: #00529C 2px none;
	/*border-left: #00529C 2px solid;*/
	border-right: none;
	/*border-bottom: #00529C 2px solid;*/
}
td.mnu_name {
	padding: 10px;
	color: #FFFFFF;
	font-family: Verdana,Tahoma,Arial,serif;
	font-size: 11px;
	border: none;
	border: #00529C 2px none;
	border-left: none;
	/*border-right: #00529C 2px solid;
	border-bottom: #00529C 1px solid;*/
}