/* DivTable.com */
.oMenuTABLE {
	display: table;
	width: 120px;
}
.oMenuTR {
	display: table-row;
}

.oMenuTitle {
	border: none;
	width: 100%;
	display: block;
	padding: 7px 0px 7px 5px;
	font-weight: bold;
}

.oMenuHighlight {
    BACKGROUND-COLOR: #fae6e5;
	COLOR: #cc2b30;
    font-weight: bold;
}

.oMenuTD1 {
	border: none;
	width: 1%;
	display: table-cell;
	padding: 10px 3px 0px 9px;
}

.oMenuTD2 {
	border: none;
	width: 99%;
	display: table-cell;
	line-height:15px;
	padding: 7px 0px 7px 3px;
}

.oMenuTD2:hover {
	COLOR: #cc2b30;
    font-weight: bold;
	cursor: pointer;
}

.oMenuTD2NoHover {
	border: none;
	width: 99%;
	display: table-cell;
	line-height:15px;
	padding: 7px 0px 7px 3px;
}



.oMenuTBODY {
	display: table-row-group;
}