.menu_title {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #102E5F;
	font-weight: bold;
	line-height: 170%;
	text-decoration: none;
}

.menu_gray {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	line-height: 170%;
	text-decoration: none;
}

.tMenuTABLE {
  
}

.tContainer {
    overflow: hidden;
	display: table-row;
	width:100%;
    height:30px;
}

.tDropdown {
    display: table-cell;
    overflow: hidden;
	color: #999999;
    text-align: center;
    text-decoration: none;
	vertical-align: middle;
    height:30px;
	line-height:30px;
}

.tDropdown:hover {
	color: #000000;
	cursor: pointer;
}

.tDisplayNone {
    display:none;
}

.tDropdownTable {
    background-color: #E3E7F0;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
	height:100%;
}

.tMenuBorderLeft {
    border-left: #003B7E 2px solid;
}

.tMenuBorderRight {
	border-right: #003B7E 2px solid;
}

.tDropdownRow {
    float:none;
    color: black;
    text-decoration: none;
    display: table-row;
    text-align: left;
    vertical-align:middle;
    background-color: #E7F1E0;
}

.tDropdownRow:hover {
    color: #4D822D;
    background-color: #E7F1E0;
}

.tDropdownCell {
  display: table-cell;
  border-bottom: #003B7E 2px solid;
  padding: 5px 2px 5px 2px;
}

.tHeaderMouseOver, .tDropdownCell:hover {
  background-color: #5D92DB;
  color: #FFFFFF;
}

.tMenuStroke {
  display: table-cell;
  border-bottom: #003B7E 2px solid;
  border-left:1px dotted #7388A3;
}

.tDropdownItem {
  padding: 2px 1px 4px 1px;
}

.tDropdownItem:hover {
  background-color: #074D96;
  cursor: pointer; 
}

.tMenuBox {
  background-color: #FAFBFC;
  border: #E3E7F0 2px solid;
}

.tMenuBoxCell {
  display: table-cell;
  vertical-align:top;
  padding: 10px 5px 5px 5px;
}