
 
.left_menu_table th {
	color: #E0E0E0;
	background: #212121;
}

.left_menu_table_title2 {
	color: #E0E0E0;
}


.left_menu_table_td {
	border-bottom: 1px solid #aaa;/*#3d3d3d;*/
	background: #E0E0E0;
}


.left_menu_table_td a {
	color: #000;
}

.left_menu_table_td:hover {
	color: #424242;

	/* 배경색 천천히 변하기 */
	background: #aaa; /*#c88342;*/
	-webkit-transition: background-color 500ms linear;
	-moz-transition: background-color 500ms linear;
	-o-transition: background-color 500ms linear;
	-ms-transition: background-color 500ms linear;
	transition: background-color 500ms linear;

}

.left_menu_table_td a:hover {
	/* 글색 천천히 변하기 */
	color: #424242;
	-webkit-transition: color 500ms linear;
	-moz-transition: color 500ms linear;
	-o-transition: color 500ms linear;
	-ms-transition: color 500ms linear;
	transition: color 500ms linear;
}




.left_menu_table_td_select { /* */
	background: #3A5A81;
	border-bottom: 1px solid #555555;
}

.left_menu_table_td_select a {
	color: #E0E0E0;
}