table.menu_s {
	margin: 0;
	padding: 0;
	border: 0;
}
table.menu_s td{
	border-left: 1px #b0c1cb solid;
	color: #515f84;
	padding-left: 7px;
	padding-right: 10px;
}
table.menu_s td a{
	color: #515f84;
	text-decoration:none;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight:bold;
}

table.menu_l {
	margin: 0;
	padding: 0;
	border: 0;
	width: 100%;
}
table.menu_l td{
	border-left: 1px #ccccca solid;
	color: #686868;
	padding-left: 7px;
	padding-right: 20px;
}
table.menu_l td.menu_b_text{
	border-bottom: 1px #ccccca solid;
	vertical-align: bottom;
	padding-bottom: 1px;
}
table.menu_l td.menu_b_spacer{
	border-left: 0;
	vertical-align: bottom;
	padding-bottom: 1px;
}
table.menu_l td.menu_l_mouse_hover{
	cursor: pointer;
	background-color: #afc0c8;
}
table.menu_l td.menu_l_mouse_hover a{
	color: #32456d;
}

table.menu_l td a{
	color: #666666;
	text-decoration:none;
	font-size: 14px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight: bold;
}