
.menu table {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	
}

.menu table caption {
	font-size: 8px;
	font-weight: normal;
	letter-spacing: -1px;
	
	
	background: #efefef;
	border: 1px solid #ccc;
	color: #646770;
}

.menu table a {
	text-decoration: none;
	/*border-bottom: 1px dotted #f60;*/
	color: #2c279c;
	font-family:Arial, Helvetica, sans-serif;
	font-size:8pt;
}

.menu table a:hover {
	text-decoration: none;
	color: #2c279c;
	background:#efefef;
		padding-top: 5px; padding-bottom:5px;

}

.menu table tr th a {
	color: #369;
	/*border-bottom: 1px dotted #369;*/
}

.menu table tr th a:hover {
	color: #fff;
	background: #369;
	
}

.menu table thead tr th {
	text-transform: uppercase;
	background: #e2e2e2;
}

.menu table tfoot tr th, table tfoot tr td {
	text-transform: uppercase;
	color: #646770;
	font-weight: bold;
}

/*table tfoot tr th {
	width: 20%;
}

table tfoot tr td {
	width: 80%;
}*/

.menu table td, table th {
	
	font-size: 0.7em;
	vertical-align: middle;
}

.menu table tr.odd th, table tr.odd td {
	background: #efefef;
}