﻿
#mapmenu ul {
	background: #eee;
	border: 1px solid #ccc;
	font-size: 20px;
	text-align: center;
    top :   0px;
    left :  0px;
    height:44px;
	width: 100%;
	display: table;
	table-layout: fixed;
    margin: 0px;
    padding: 0px;
}
#mapmenu ul li 
{
    vertical-align: middle;
	border-right: 1px solid #ccc;
	display: table-cell;
}
#mapmenu ul li:last-child {
	border-right: none;
}

#mapmenu ul li a {
	color: #333;
	font-weight: bold;
	text-decoration: none;
	display: block;
}
#mapmenu ul :hover {
	background: #4169E1;
}

#detailList_table {
  border-collapse: collapse;
  margin-left:0px;
  width: 90%; 
}

#detailList_table,
#detailList_table th,
#detailList_table td {
  border: 1px #404040 solid;
}

#detailList_table td {
  padding: 4px;
}
